diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-12-27 04:01:34 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-12-27 21:59:22 +0100 |
commit | edf690072e871a3e6acd84b8e9fb84483fdebdc2 (patch) | |
tree | e843cc36fe2c0dbb9b47c3e416a7f1dd9ab8981c /readme.org | |
parent | a77f5ec0e165c4e061f42b789bcddae75d6fe78c (diff) | |
download | hugo-minimalist-theme-edf690072e871a3e6acd84b8e9fb84483fdebdc2.tar.gz hugo-minimalist-theme-edf690072e871a3e6acd84b8e9fb84483fdebdc2.tar.bz2 hugo-minimalist-theme-edf690072e871a3e6acd84b8e9fb84483fdebdc2.zip |
Track author taxonomy
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,3 +4,15 @@ 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. |