diff options
author | Nicholas Johnson <> | 2025-07-24 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <> | 2025-07-24 00:00:00 +0000 |
commit | 84bc528c238e4ccd5953c2d8efc449e4793b43368adb89d47cf9c20eb86b3c47 (patch) | |
tree | 029cf83301a469cd9744015eeacbae869647acc99f7173f8cf35cfeddfc0ce9b /README.md | |
parent | 1b2f3edfc6ad85c73cfa2c9b55aac8c1906f24f90377eb0c7b4e51cf3923a59f (diff) | |
download | hugo-theme-journal-84bc528c238e4ccd5953c2d8efc449e4793b43368adb89d47cf9c20eb86b3c47.tar.gz hugo-theme-journal-84bc528c238e4ccd5953c2d8efc449e4793b43368adb89d47cf9c20eb86b3c47.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
@@ -42,6 +42,8 @@ $ git submodule add https://git.nicholasjohnson.ch/hugo-theme-journal themes/jou ## Generate The Site +**Notice:** Hugo versions 0.146.0 and higher produce errors with this theme due to [Hugo's new template system](https://gohugo.io/templates/new-templatesystem-overview/). + 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 |