Usage
CSS
I use tailwindcss because it is trendy and there are lots of docs and examples. It follows the philosophy of tachyons, but it has more stuff, tachyons stagnated. It is also possible to produce a trimmed css file without much work.
It is only a dev dependency, there is no need to install it when only using the project.
make css
takes care of a build. It is useful to run this script with the
generated output of the website as there are css elements that come into place
due to the extended layout of the user. Maybe for future reference, I shall
procure that script on the user and not on the dev folder.
Design decisions
Authors
ox-hugo
exports from the author
front matter regardless of it allowing
multiple items. It seems to prefer that and hints in this page, how to use the
plural.
https://ox-hugo.scripter.co/doc/replace-front-matter-keys/#replace-author-with-authors
I however find the plural authors
consistent to the field accepting a list.
Secondly, it plays correctly with taxonomies which activate with the
singular=plural key=value. Thus be consistent on that and use the ox-hugo
replacing workaround.