A Jekyll blog template made for simple, readable snippets of your brain drippings.
To get this going follow these simple steps:
- Fork, clone, or download the repository
- Edit
_config.yml
- If you want, swap
img/cover.jpg
for your own header image - Fill up the
_posts
folder with whatever you want to say - run
jekyll build
and thenjekyll serve
note: This will require thejekyll-paginate
gem$ gem install jekyll-paginate
You can easily host your blog for free on GitHub Pages
I made this Jekyll theme by adapting and modifying the Cayman Theme by Jason Lang, which is licensed under a Creative Commons Attribution 4.0 International license.