blob: 46cf48a2cd84d82db97df563689b02b9ea21b22f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
* 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.
|