gatsby-starter-hoodie is a gatsby starter developed for developers to build tech blogs.
gatsby-starter-hoodie is a Gatsby starter designed specifically for writing tech blogs. It supports Markdown, Code Highlighting in various programming languages, and Katex syntax. The starter also allows for easy categorization of articles into tags and series. It includes a dark mode feature and is responsive to the settings of the operating system. It also supports SEO optimization and includes an Utterance comment widget.
To start using gatsby-starter-hoodie, follow the steps below:
Create a Gatsby site:
Start dev server:
Create your own GitHub repository:
Write blog-config.js:
blog-config.js, where you can configure your blog, biography, and utterance. Customize the blog-config.js file to suit your blog.Add your content:
contents/posts. You can write and add your articles.Deploy your blog:
{YOUR_GITHUB_NAME}.github.io, follow the provided instructions. If the repository name is not in that format, modify pathPrefix in gatsby-config.js to your repository name./public directory. Deploy the /public directory using the command specific to the platform you want to deploy to.gatsby-starter-hoodie is a Gatsby starter designed for tech blogs. It provides a range of features including Markdown support, Code Highlighting, Katex syntax support, and the ability to categorize articles into tags and series. It also supports a dark mode, responsive web design, SEO optimization, and includes an Utterance comment widget. Installation is straightforward, requiring the creation of a Gatsby site, customization of the configuration file, and deployment to a hosting platform.