<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hugo-theme-journal, branch 2025.07.24</title>
<subtitle>Hugo theme for my journal.</subtitle>
<id>https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2025.07.24</id>
<link rel='self' href='https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2025.07.24'/>
<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=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>
<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=5844d48eefde01b72463dc83a091d18e06c5e37148e611b342e2a42fb2476c70'/>
<id>urn:sha256:5844d48eefde01b72463dc83a091d18e06c5e37148e611b342e2a42fb2476c70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove commas from pageinfo tags list in html</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=4134775903ccf03f8973221bd1b8c6eaf93b02b923367dd536aa79af519b6769'/>
<id>urn:sha256:4134775903ccf03f8973221bd1b8c6eaf93b02b923367dd536aa79af519b6769</id>
<content type='text'>
Spaces are more aesthetically pleasing. The Gemtext output format cannot
remove the commas because then there would be no way to distinguish tags
containing spaces from distinct tags.
</content>
</entry>
<entry>
<title>Move emojis outside link text, where they belong</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=7c9835d7c4413c32a091895efd34c7db56ef4c8818c89dd9e27d2d5cacfc130e'/>
<id>urn:sha256:7c9835d7c4413c32a091895efd34c7db56ef4c8818c89dd9e27d2d5cacfc130e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add non-breaking spaces to improve text flow</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=6ac2fc6523a8038c2b7acd268d047c3e33f5939578c1ff2e7fbdd526ba422335'/>
<id>urn:sha256:6ac2fc6523a8038c2b7acd268d047c3e33f5939578c1ff2e7fbdd526ba422335</id>
<content type='text'>
The spaces directly following emojis must be non-breaking because having
emojis alone on their own line is ugly and visually confusing.

The spaces within pageinfo "segments" must be non-breaking because
splitting dates and read times across multiple lines is ugly and
visually confusing.
</content>
</entry>
<entry>
<title>Update changelog</title>
<updated>2025-02-05T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2025-02-05T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=1499480874751f9d55f29e2be9b94d571ae1577e2201856a2461383d73553aa6'/>
<id>urn:sha256:1499480874751f9d55f29e2be9b94d571ae1577e2201856a2461383d73553aa6</id>
<content type='text'>
</content>
</entry>
</feed>
