From e57eee77715fd134edcfcdcf19ec8cd0068d663c97ea56323275316d329c624c Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sun, 4 Feb 2024 00:00:00 +0000 Subject: 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3