A clean, elegant and minimalist Jekyll template. Designed for prose.
I have often tried to design a weblog style that would focus on the content and would still be elegant and nice to look at. I don’t pretend I have achieved it yet. But here is my most recent attempt at it. I’m making this template for Jekyll available now. Please use and hack!
-
Make yourself comfortable
Open_config.yml
and change the settings to your liking. Name, description, menus, (...) are all set in there. -
Install dependencies
After cloning this repo, make sure you have bundler installed (if not, rungem install bundler
), then:
cd Schrift/
bundle install
- Run & test
You can now usebundle exec jekyll serve
andbundle exec jekyll build
to test and compile your blog.
Voilà!