This repository contains the code and assets of my personal blog which you can find at janmeppe.com.
rake buildUsually we would run the blog using bundle exec jekyll serve or simply build.
This is a workaround due to a unicode error/bug that I still haven't fixed which you can read more about here:
To write:
- drafts put undated posts in the
_drafts/folder. - blog posts put dated posts in the
_posts/folder.
Put all assets in assets/ in a folder with the same name.
If you want to see the drafts, serve build/serve Jekyll with the --draft flag enabled.
This flag is by default enabled if you run the blog with rake build.
cat Gemfile.lock | grep -A 1 "BUNDLED WITH"
BUNDLED WITH
1.17.3
gem install bundler -v '1.17.3'
Change the settings in assets/css/main.scss.
Change settings in index.html.