<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hugo-theme-journal, branch 2025.07.24.1</title>
<subtitle>Hugo theme for my journal.</subtitle>
<id>https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2025.07.24.1</id>
<link rel='self' href='https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2025.07.24.1'/>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/'/>
<updated>2025-07-24T00:00:00Z</updated>
<entry>
<title>Update changelog</title>
<updated>2025-07-24T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2025-07-24T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=c1dc7133883e38b6c6ddf110df1868162862159994b2f9454999454f48417e58'/>
<id>urn:sha256:c1dc7133883e38b6c6ddf110df1868162862159994b2f9454999454f48417e58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove max version notice from README.md</title>
<updated>2025-07-24T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2025-07-24T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=48854963b7136ee0e83e22dc29251aebf528e294530c797c97afe4dd86d12e33'/>
<id>urn:sha256:48854963b7136ee0e83e22dc29251aebf528e294530c797c97afe4dd86d12e33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move taxonomy and term layouts to layouts/_default</title>
<updated>2025-07-24T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2025-07-24T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=be0d5a49d7c296118600dbc2cea43ea08576ac8f7010b1b146f742fb5f5c3c22'/>
<id>urn:sha256:be0d5a49d7c296118600dbc2cea43ea08576ac8f7010b1b146f742fb5f5c3c22</id>
<content type='text'>
Hugo's template system was reimplemented in Hugo version 0.146.0.

"We [the Hugo developers] have aimed to maintain as much backward
compatibility as possible by mapping "old to new," but some reported
breakages have occurred."

Reference: https://gohugo.io/templates/new-templatesystem-overview/

The "mapping "old to new,"" is not yet documented, but moving the
taxonomy and term layouts to layouts/_default seems to be sufficient to
properly generate this theme on Hugo versions later than 0.146.0.

To retain backward compatibility with older Hugo versions, the other
recommended changes to the layouts directory are not made.

Reference: https://gohugo.io/templates/new-templatesystem-overview/#changes-to-the-layouts-folder
</content>
</entry>
<entry>
<title>Correct date</title>
<updated>2025-07-24T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2025-07-24T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=e075f613576bb92f5898d079c87ef92670f62fff6f0b7d6f2fb8a0e8327d8326'/>
<id>urn:sha256:e075f613576bb92f5898d079c87ef92670f62fff6f0b7d6f2fb8a0e8327d8326</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to calendar versioning</title>
<updated>2025-07-24T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2025-07-24T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=49eb4b5eaf9cf949de6f81ef45b9e6ac2585d5ee545beadf798944715e0e653f'/>
<id>urn:sha256:49eb4b5eaf9cf949de6f81ef45b9e6ac2585d5ee545beadf798944715e0e653f</id>
<content type='text'>
Semantic versioning doesn't make sense for a Hugo theme, since there is
no API to track changes for.
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2025-07-24T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2025-07-24T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=94e581e59ff8e5504016b52770a3aed9273a9ba4a195885a604e764298b43cea'/>
<id>urn:sha256:94e581e59ff8e5504016b52770a3aed9273a9ba4a195885a604e764298b43cea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document max Hugo version in README.md</title>
<updated>2025-07-24T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2025-07-24T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=84bc528c238e4ccd5953c2d8efc449e4793b43368adb89d47cf9c20eb86b3c47'/>
<id>urn:sha256:84bc528c238e4ccd5953c2d8efc449e4793b43368adb89d47cf9c20eb86b3c47</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Replace deprecated front matter key</title>
<updated>2025-07-24T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2025-07-24T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=1b2f3edfc6ad85c73cfa2c9b55aac8c1906f24f90377eb0c7b4e51cf3923a59f'/>
<id>urn:sha256:1b2f3edfc6ad85c73cfa2c9b55aac8c1906f24f90377eb0c7b4e51cf3923a59f</id>
<content type='text'>
"build" was effectively aliased to "_build" in Hugo version 0.123.0. So
for backward compatibility, "_build" is used for Hugo versions prior to
version 0.123.0.

Reference: https://github.com/gohugoio/hugo/commit/d0ce94219049508e45c5a7c43a281ecde7778358
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2025-02-06T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2025-02-06T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=538b204a4d27d341c59989e37c2a61248f75347257fc82ad65986cefac5ebd1e'/>
<id>urn:sha256:538b204a4d27d341c59989e37c2a61248f75347257fc82ad65986cefac5ebd1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add non-breaking spaces within entry tag names</title>
<updated>2025-02-06T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2025-02-06T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=e17004fc6714b7d214aa61f43fa75f1fc9bc0ec00804e0525452cb287a81958a'/>
<id>urn:sha256:e17004fc6714b7d214aa61f43fa75f1fc9bc0ec00804e0525452cb287a81958a</id>
<content type='text'>
The spaces in tag names must be non-breaking because tag names
split across multiple lines are visually indistinguishable from distinct
tags.
</content>
</entry>
</feed>
