aboutsummaryrefslogtreecommitdiffstats
path: root/readme.org
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-12-27 04:01:34 +0100
committerOscar Najera <hi@oscarnajera.com>2024-12-27 21:59:22 +0100
commitedf690072e871a3e6acd84b8e9fb84483fdebdc2 (patch)
treee843cc36fe2c0dbb9b47c3e416a7f1dd9ab8981c /readme.org
parenta77f5ec0e165c4e061f42b789bcddae75d6fe78c (diff)
downloadhugo-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.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.org b/readme.org
index e4d3fa5..604e77a 100644
--- a/readme.org
+++ b/readme.org
@@ -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.