A minimal Jekyll setup ready to run
This is a skeleton for a jekyll-based blog, ready to run on github pages, say on your-username.github.io
.
- Fork this repo to your user repository (I did it for max-mathieu.github.io)
- Edit the
_config.yml
file (you can even do it directly on github), to set your blog title, description and twitter/github usernames - Edit the about.md file and be creative
- Add posts to the _posts folder. You can look at 2017-1-1-Sample-Post for an example
It's not a killer design, but that works. You can edit colors by editing _sass/_variables.scss
By default, there's a "tags" page that lists all tags and the posts using it. Just add tags to the front matter of your posts
To show a page in the top nav, add nav_index
to the front matter of the pages.
This allows you to toggle if they show in the nav, and at which position
Just follow these steps
- Jekyll Now for a great reference to start this project