hugo new content content/de/posts/123_abc.md
- Poison theme (We are using our own fork)
git submodule add https://github.com/lukeorth/poison.git themes/poison
git submodule update --recursive --remote
- The css files in
assets/css
of the poison theme are combined in the filelayouts/partials/head/stylesheets.html
the lower files override the higher files, so poison overrides the others, and the custom.css file can be used for further customisation. The properties are additive, unless the same property is redefined, in which case it will replace the earlier one