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/postsfolder - Build your site
npm run build - Deploy wherever you want 🤘
- Clone this repo to your github and set new repo name in
gatsby-config.jsonin keypathPrefix - Now, when you run
npm run deployall contents of thepublicfolder will be moved to your repository’sgh-pagesbranch. Make sure that your repository’s settings has thegh-pagesbranch set as the source to deploy from. - More info here
