<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hugo-theme-journal/README.md, branch 2026.09.19</title>
<subtitle>Hugo theme for my journal.</subtitle>
<id>https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2026.09.19</id>
<link rel='self' href='https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2026.09.19'/>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/'/>
<updated>2026-09-20T00:00:00Z</updated>
<entry>
<title>Add Atom feeds for sections</title>
<updated>2026-09-20T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2026-09-20T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=9f3a9875caaded223901896f5302731d825cc0e77b54b45c2eab670f6e226b40'/>
<id>urn:sha256:9f3a9875caaded223901896f5302731d825cc0e77b54b45c2eab670f6e226b40</id>
<content type='text'>
Sections were the one listing kind without a feed of their own, though
the section templates already linked one whenever the output format was
configured. Add the two feed templates, modelled on the taxonomy and
term ones, and turn the format on for sections in the example site.

Co-Authored-By: Claude Opus 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Document configuration in the readme</title>
<updated>2026-09-20T00:39:08Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2026-09-18T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=53754404c76218d5a5b8525ad02781a8549484c9459458b4da4fadb4dcbcaac7'/>
<id>urn:sha256:53754404c76218d5a5b8525ad02781a8549484c9459458b4da4fadb4dcbcaac7</id>
<content type='text'>
Nothing the theme reads was written down: the parameters, the front
matter keys, the output formats each page kind needs and the two
optional site files all had to be found by reading the templates. The
readme pointed at another repository for guidance instead.

List them, and point at the example site for a working pair of
configuration files. Also state the minimum Hugo version, which was
only recorded in theme.toml.

Co-Authored-By: Claude Opus 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Update readme</title>
<updated>2026-09-06T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2026-09-06T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=c78a95e8b7474fb2d0e5653e6e61acdc9e4604ee2879f4502f1469e85299e76f'/>
<id>urn:sha256:c78a95e8b7474fb2d0e5653e6e61acdc9e4604ee2879f4502f1469e85299e76f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix link in README</title>
<updated>2025-09-07T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2025-09-07T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=ddfe92a118166d371a65a76b6c0aff7b05bd969e15aa80309b5ac55f2ab2e9a9'/>
<id>urn:sha256:ddfe92a118166d371a65a76b6c0aff7b05bd969e15aa80309b5ac55f2ab2e9a9</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>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>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>List Gemini in README for live demo</title>
<updated>2025-01-28T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2025-01-28T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=709d7034db728451fb0c319255288c51da75ff0e984aa27255380edb899ce6f9'/>
<id>urn:sha256:709d7034db728451fb0c319255288c51da75ff0e984aa27255380edb899ce6f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2024-11-08T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2024-11-08T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=f5c772c1f3f2c7c57c26d75e976fca50e491d4e4177ac142c2d290ef5e9fb4b5'/>
<id>urn:sha256:f5c772c1f3f2c7c57c26d75e976fca50e491d4e4177ac142c2d290ef5e9fb4b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove version notice from README.md</title>
<updated>2024-06-11T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2024-06-11T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=971d8f233f59d578410b95f6aa44821084690724740917217769924f1aa6a430'/>
<id>urn:sha256:971d8f233f59d578410b95f6aa44821084690724740917217769924f1aa6a430</id>
<content type='text'>
</content>
</entry>
</feed>
