:warning: This theme is currently a work in progress!
jekyll-coders-delight
is a jekyll theme built for coders or programmers who want a minimal, code-friendly, and sleek blog design.
It is built on top of the contrast
jekyll theme, which was created by @niklasbuschmann.
Just fork the repo and adjust the _config.yml
to use with Github Pages, and your page is done.
Note: If you want to use this theme in a subfolder, then you need to create a gh-pages
branch in your repo.
You can also create an empty repo, add index.md
and archive.md
files, which can be empty but need to contain front matter, and add this to your _config.yml
:
remote_theme: sdhutchins/jekyll-coders-delight
plugins:
- jekyll-remote-theme
For an example repository, you can look at the demo of this theme.