It is really simple static blog template, based on Markdown files. Every markdown file is a post. Each post will be displayed on the front page.
- Gatsby
- Tailwind CSS + Typography
- ❤️
- Clone this repo
- Install all dependencies
npm install
- For start developing
npm run develop
, running at http://localhost:8000 - Create your posts at
src/posts
folder - Build your site
npm run build
- Deploy wherever you want 🤘
- Clone this repo to your github and set new repo name in
gatsby-config.json
in keypathPrefix
- Now, when you run
npm run deploy
all contents of thepublic
folder will be moved to your repository’sgh-pages
branch. Make sure that your repository’s settings has thegh-pages
branch set as the source to deploy from. - More info here