<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hugo-book/layouts, branch tweaks</title>
<subtitle>Tweaked fork of hugo-book</subtitle>
<id>https://git.marx.cafe/hugo-book/atom?h=tweaks</id>
<link rel='self' href='https://git.marx.cafe/hugo-book/atom?h=tweaks'/>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/'/>
<updated>2022-12-10T23:02:35+00:00</updated>
<entry>
<title>Add conversion notice to footer</title>
<updated>2022-12-10T23:02:35+00:00</updated>
<author>
<name>Admin</name>
<email>admin@marx.cafe</email>
</author>
<published>2022-12-10T23:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/commit/?id=4e96b97fc22e50e7223dd8e49359278a6e05beda'/>
<id>urn:sha1:4e96b97fc22e50e7223dd8e49359278a6e05beda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add footer with text details</title>
<updated>2022-12-03T17:08:18+00:00</updated>
<author>
<name>Admin</name>
<email>admin@marx.cafe</email>
</author>
<published>2022-12-03T17:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/commit/?id=519843fe03807fbcabdc7f3938ca103967ad9277'/>
<id>urn:sha1:519843fe03807fbcabdc7f3938ca103967ad9277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#441, add menu.params.class support</title>
<updated>2022-11-02T22:42:10+00:00</updated>
<author>
<name>Alex Shpak</name>
<email>alex-shpak@users.noreply.github.com</email>
</author>
<published>2022-11-02T22:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/commit/?id=1318a717ed4026568be2c7c4a44324cd61cab9aa'/>
<id>urn:sha1:1318a717ed4026568be2c7c4a44324cd61cab9aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(MAINT) Respect LinkTitle in page metadata (#483)</title>
<updated>2022-10-05T08:01:03+00:00</updated>
<author>
<name>Mikey Lombardi (He/Him)</name>
<email>mlombardi@microsoft.com</email>
</author>
<published>2022-10-05T08:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/commit/?id=6090fddebdf7272995c9cef36edf0cff61e261b9'/>
<id>urn:sha1:6090fddebdf7272995c9cef36edf0cff61e261b9</id>
<content type='text'>
Prior to this commit, the partial for determining a page title used the
`Title` property of a page, if present, or humanized and titleized the
file name if not.

It did not use the `LinkTitle` property at all (defined in the
[front matter][01]). According to the [menu documentation][02]:

&gt; The following order is used to determine an Identifier:
&gt;
&gt; `.Name &gt; .LinkTitle &gt; .Title`
&gt;
&gt; This means that `.Title` will be used unless `.LinkTitle is present,
&gt; etc.

Similar, the documentation for [menu entry variables][03] states:

&gt; The `name` key, if set for the menu entry, sets this value. If that
&gt; key is not set, and if the menu entry is set in a page front-matter,
&gt; this value defaults to the page's `.LinkTitle`.

Together, these imply that if `.LinkTitle` is specified, it should be
preferred over `.Title` for the generated nav menu.

[01]: https://gohugo.io/content-management/front-matter/
[02]: https://gohugo.io/content-management/menus/#nesting
[03]: https://gohugo.io/variables/menus/#menu-entry-variables</content>
</entry>
<entry>
<title>#440L Adjust bookHref, check .Content again, add redirect</title>
<updated>2022-04-26T11:14:22+00:00</updated>
<author>
<name>Alex Shpak</name>
<email>alex-shpak@users.noreply.github.com</email>
</author>
<published>2022-04-26T11:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/commit/?id=1852b16d938e978409b9066b5fa2bf27b1a0f496'/>
<id>urn:sha1:1852b16d938e978409b9066b5fa2bf27b1a0f496</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add BookHref, set explicit URL for the menu (#440)</title>
<updated>2022-04-26T11:10:39+00:00</updated>
<author>
<name>Horea Christian</name>
<email>horea.christ@yandex.com</email>
</author>
<published>2022-04-26T11:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/commit/?id=c2014a08a534ef6b55505e719a68ccce88cb3cdb'/>
<id>urn:sha1:c2014a08a534ef6b55505e719a68ccce88cb3cdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make menu entries' link relative (#421)</title>
<updated>2022-02-18T16:35:02+00:00</updated>
<author>
<name>Giuseppe Masino</name>
<email>dev.gmasino@pm.me</email>
</author>
<published>2022-02-18T16:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/commit/?id=98d19b8e95019534622fd4c5eae707423730df2c'/>
<id>urn:sha1:98d19b8e95019534622fd4c5eae707423730df2c</id>
<content type='text'>
This change allows hugo to build pages correcly when
`canonifyURLs = false` and `relativeURLs = true`.
Otherwise the links on the menu will be canonicalized regardless of
configuration.
This results in broken sites in a number of situations, such as sites
served behind a reverse-proxy that don't want to account for the prefix
they're served under.</content>
</entry>
<entry>
<title>#408, #410: Use LanguageCode in templates if specified</title>
<updated>2022-01-13T18:20:02+00:00</updated>
<author>
<name>Alex Shpak</name>
<email>alex-shpak@users.noreply.github.com</email>
</author>
<published>2022-01-13T18:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/commit/?id=3a65df3a76e20ae3f9926aaa69ffc14a86fff055'/>
<id>urn:sha1:3a65df3a76e20ae3f9926aaa69ffc14a86fff055</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#369, switch to google_analytics.html internal template</title>
<updated>2021-10-19T20:05:41+00:00</updated>
<author>
<name>Alex Shpak</name>
<email>alex-shpak@users.noreply.github.com</email>
</author>
<published>2021-10-19T20:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/commit/?id=8bb6d7ebec03e232bf3544b25de8408b1a03b6fb'/>
<id>urn:sha1:8bb6d7ebec03e232bf3544b25de8408b1a03b6fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed extra Google Analitics include (#389)</title>
<updated>2021-10-19T19:56:36+00:00</updated>
<author>
<name>Nikolay Raspopov</name>
<email>raspopov@cherubicsoft.com</email>
</author>
<published>2021-10-19T19:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.marx.cafe/hugo-book/commit/?id=6c3d1e942af03571af7530b88e39c70ed0a5bf60'/>
<id>urn:sha1:6c3d1e942af03571af7530b88e39c70ed0a5bf60</id>
<content type='text'>
It's already included via "docs/html-head" partial.</content>
</entry>
</feed>
