Day One: Jekyll and GitHub Pages
The walkthrough on GitHub worked pretty well to get up and running with Jekyll.
- Remember that if you want the Jekyll site to live in a folder inside the root of your repo, it must be named
docs
. - Blog post files have to be named in the right format:
YEAR-MONTH-DAY-title.MARKUP
. - Use
jekyll serve
to run the web server and regenerate the site.
Jekyll also does code snippets:
The Jekyll docs are thorough. Bugs and feature requests can be found at Jekyll’s GitHub repo. Ask questions on Jekyll Talk.