aboutsummaryrefslogtreecommitdiffstats
path: root/readme.org
blob: 604e77ad10ab7e418cda67514e312f6d3b002cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* Usage
You must compile the tachyons modifications.
For that run the local makefile for the =css= target.

It is only a dev dependency, there is no need for tachyons dependencies on the
project.
* 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.