<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hugo-theme-journal/archetypes, branch master</title>
<subtitle>Hugo theme for my journal.</subtitle>
<id>https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=master</id>
<link rel='self' href='https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/'/>
<updated>2025-07-26T00:00:00Z</updated>
<entry>
<title>Remove support for deprecated key "_build"</title>
<updated>2025-07-26T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email></email>
</author>
<published>2025-07-26T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=20316a171566c0c2e5d12ffa054e68f05d4b19180c4e701bee3837d99d085e75'/>
<id>urn:sha256:20316a171566c0c2e5d12ffa054e68f05d4b19180c4e701bee3837d99d085e75</id>
<content type='text'>
This Hugo theme no longer supports Hugo versions less than 0.123.0, so
this code never executes.
</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>Remove timestamp obfuscation privacy feature</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=3acfe976299e0e4ba3b0105946e1729ed1fd4a7891c3fef668cbbd6ab38e5919'/>
<id>urn:sha256:3acfe976299e0e4ba3b0105946e1729ed1fd4a7891c3fef668cbbd6ab38e5919</id>
<content type='text'>
Timestamp obfuscation is a niche privacy feature which contradicts how
users expect Hugo to work. If the user desires such a feature, they can
override the theme with their own custom timestamp-obfuscating
archetypes.
</content>
</entry>
<entry>
<title>Convert archetype dates to UTC</title>
<updated>2023-10-15T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-10-15T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=557d2f790c6a0f6ef2b842c67290f21a79fff8c00246b44ef33c527aab160d1b'/>
<id>urn:sha256:557d2f790c6a0f6ef2b842c67290f21a79fff8c00246b44ef33c527aab160d1b</id>
<content type='text'>
For privacy reasons, user time zones are not recorded at the moment they
are created by an archetype. Without knowing the time zone offset, the
true date is ambiguous. To correct this, all dates are converted to UTC.
</content>
</entry>
<entry>
<title>Implement Gemini template for inline web links</title>
<updated>2023-01-21T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-01-21T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=f9d5f9d7cb1fa2bf22e33f570ea4a70be0924d7b7cf01e2b5c8e84f4500195ed'/>
<id>urn:sha256:f9d5f9d7cb1fa2bf22e33f570ea4a70be0924d7b7cf01e2b5c8e84f4500195ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show page info by default on entries only</title>
<updated>2022-12-06T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2022-12-06T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=4cddcc49f68379b85ef50994ed834303a06034e2945fc9359d0a734db3b8d44a'/>
<id>urn:sha256:4cddcc49f68379b85ef50994ed834303a06034e2945fc9359d0a734db3b8d44a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Conditionally add page info to top of page</title>
<updated>2022-09-16T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicksphere.ch</email>
</author>
<published>2022-09-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=fe2d028c74ad35151412e94697bc6db06fbeaefdc40a9d65ee707ba0e7695f89'/>
<id>urn:sha256:fe2d028c74ad35151412e94697bc6db06fbeaefdc40a9d65ee707ba0e7695f89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update posts archetype to entry</title>
<updated>2022-04-30T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicksphere.ch</email>
</author>
<published>2022-04-30T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=0cff34b34570d441337624bd1174471d8117b24fc818bf24c3b5f4daaf8749f8'/>
<id>urn:sha256:0cff34b34570d441337624bd1174471d8117b24fc818bf24c3b5f4daaf8749f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2022-04-28T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicksphere.ch</email>
</author>
<published>2022-04-28T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=b1efd00585f84abc397a040852b67c31d36d177d44367a7581afd3e4389b6fd2'/>
<id>urn:sha256:b1efd00585f84abc397a040852b67c31d36d177d44367a7581afd3e4389b6fd2</id>
<content type='text'>
</content>
</entry>
</feed>
