Hitchens-Obraz is an Obraz port of Hitchens, a Jekyll theme. Uses Jinja as template engine.
Data The data files from _data
have beed moved to _config.yml
.
Sass templates have been rewritten with Jinja's include
syntax and put into _include/sass
, the variables are set in assets/css/main.css
.
PyYaml Obraz seems to be affected by some breaking changes introduced in PyYaml between the versions 5.3.1
and 6.0
. If you have an error Error: load() missing 1 required positional argument: 'Loader
, downgrade PyYaml.
Netlify If you deploy to Netlify, make sure to set build command to pip install pyyaml==5.3.1 obraz ; obraz build
and output folder to _site
.