Jekyll Reference
I just went throught the Github Pages tutorial and a bunch of configuration information for Jekyll to setup this site. Might as well write down some notes about the process.
Config Changes
I’ve made the following manual changes to my _config.yml
file:
Handy Links
- Jekyll Docs
- Really handy for looking up a lot of configuration information
- Minima Page
- Note that this is not the latest version of the theme. The Ruby gem’s latest version is 2.5.1, but the main branch of the theme says there’s a v3
- Considering everything seems to be ruby based, and the instructions even say to use the gem for installation, it’s all pretty confusing
- Anyways, handy reference to see how the theme works and what can be overridden
- Github Pages
- Information about setting up hosting with through Github pages
- Since this site is Jekyll based, it should be pretty clear. Just make sure to stick to the gem versions that are supported on the platform.
Making a new Post
- Make a new .md file in the _posts directory
- Name it YYYY-MM-DD-some-title.md
- Add the yaml front matter markup
- Just use the same front matter as this post, but swap out the fields