Gatsby starter for creating a blog
Here is a demo.
I wrote a blog post about it.
Install this starter (assuming Gatsby is installed) by running from your CLI:
gatsby new gatsby-blog https://github.com/konsumer/gatsby-starter-drunkenblog
gatsby develop
If you have a custom domain, put it in pages/CNAME
. You can deploy to Google Pages with npm run deploy
.
Go edit config.toml
. Change it to all of your stuff. change pages/author.png
to your own picture.
Put your gaCode
in config.toml
. If you don't use GA, unset it.
set your disqusShortname
in config.toml
. If you don't use disqus, unset it. This seems a bit flakey right now, so if you want nice fast-loading comments, use komments (below.)
set your kommentsCode
in config.toml
. If you don't use komments, unset it.
I still have a few things I'd like to do:
- dynamic generation of all tag pages (instead of full list + hashes)
- disqus seems a litle flakey. needs more testing.