diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2024-02-04 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2024-02-04 00:00:00 +0000 |
commit | e57eee77715fd134edcfcdcf19ec8cd0068d663c97ea56323275316d329c624c (patch) | |
tree | 8552a29e174a90fdcf72f6c19f55222c257d42fa181274894f080ed46fd81739 /README.md | |
parent | 9d8f0f071a2445097d8afa486da5c8502ed84bfe36f1f712f053a587ec35b895 (diff) | |
download | hugo-theme-journal-e57eee77715fd134edcfcdcf19ec8cd0068d663c97ea56323275316d329c624c.tar.gz hugo-theme-journal-e57eee77715fd134edcfcdcf19ec8cd0068d663c97ea56323275316d329c624c.zip |
Document max Hugo version in README.md
The maximum Hugo version cannot be documented in theme.toml because Hugo
does not support such a key:
https://github.com/gohugoio/hugo/issues/5342
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ $ git submodule add https://git.nicholasjohnson.ch/hugo-theme-journal themes/jou ## Generate The Site +**Notice:** Hugo versions above v0.113.0 produce errors with this theme due to [a recently introduced bug](https://github.com/gohugoio/hugo/issues/11131 "Unexpected results with append template function") in how Hugo handles slices. + To render the blog for Gemini and the Web, use separate configuration files. For guidance, look at [my journal repo](https://git.nicholasjohnson.ch/journal). ## Versioning |