<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hugo-theme-journal/layouts/taxonomy/taxonomy.gmi, branch 2026.09.06</title>
<subtitle>Hugo theme for my journal.</subtitle>
<id>https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2026.09.06</id>
<link rel='self' href='https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2026.09.06'/>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/'/>
<updated>2025-07-24T00:00:00Z</updated>
<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>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>Replace replaceRE with TrimSuffix for readability</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=3b77b61bf662efe71c7f75e73a2d6fae0e3c8c8b74b05f036809b0913785a432'/>
<id>urn:sha256:3b77b61bf662efe71c7f75e73a2d6fae0e3c8c8b74b05f036809b0913785a432</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set Gemini protocol</title>
<updated>2024-11-08T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2024-11-07T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e'/>
<id>urn:sha256:86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e</id>
<content type='text'>
This avoids littering the gemtext templates with regex to change the
protocol.
</content>
</entry>
<entry>
<title>Disable HTML renderer for Gemini output format</title>
<updated>2024-11-07T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2024-11-07T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=e8ce80b80dc1ebfc1db1e0cee7a7f7ac1e0e7e94961e456e5e60d1a15caeb7fe'/>
<id>urn:sha256:e8ce80b80dc1ebfc1db1e0cee7a7f7ac1e0e7e94961e456e5e60d1a15caeb7fe</id>
<content type='text'>
This avoids littering the gemtext templates with "safeHTML".
</content>
</entry>
<entry>
<title>Fix Gemini taxonomy spacing</title>
<updated>2023-08-25T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-08-25T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=995ceb51f60dceb4afdc52d492a3f232194cb15b5484abc673764466a8f0a13f'/>
<id>urn:sha256:995ceb51f60dceb4afdc52d492a3f232194cb15b5484abc673764466a8f0a13f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer right-aligned whitespace elimination</title>
<updated>2023-08-25T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-08-25T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=632a5422b665a2bf91fa9baeb709a9eb1b5f9773eeec9c2f3a9d22876e53f8be'/>
<id>urn:sha256:632a5422b665a2bf91fa9baeb709a9eb1b5f9773eeec9c2f3a9d22876e53f8be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove EOLs in embedded layouts</title>
<updated>2023-08-25T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-08-25T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=dd70d2fa0b4647771713853577ed175e21dca92e55dd31deee41d93628f920b5'/>
<id>urn:sha256:dd70d2fa0b4647771713853577ed175e21dca92e55dd31deee41d93628f920b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add multilingual support for taxonomies</title>
<updated>2023-08-01T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-07-31T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=e2c122bd5d738261a14e05648ee261f816b342b7909a9bfc873be8c8db3e1d98'/>
<id>urn:sha256:e2c122bd5d738261a14e05648ee261f816b342b7909a9bfc873be8c8db3e1d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add multilingual support for homepage link</title>
<updated>2023-07-31T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-07-31T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=be38f8fb7725828bc5c21906b6c0a72bd8403af46eb36f4c78278afe229d8434'/>
<id>urn:sha256:be38f8fb7725828bc5c21906b6c0a72bd8403af46eb36f4c78278afe229d8434</id>
<content type='text'>
</content>
</entry>
</feed>
