aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2024-02-04 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2024-02-04 00:00:00 +0000
commite57eee77715fd134edcfcdcf19ec8cd0068d663c97ea56323275316d329c624c (patch)
tree8552a29e174a90fdcf72f6c19f55222c257d42fa181274894f080ed46fd81739
parent9d8f0f071a2445097d8afa486da5c8502ed84bfe36f1f712f053a587ec35b895 (diff)
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
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e0f09b2..ab8bda2 100644
--- a/README.md
+++ b/README.md
@@ -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