<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Content on Sine Die</title><link>https://sinetris.github.io/sine-die/topics/docs/content/</link><description>Recent content in Content on Sine Die</description><generator>Sine Die theme for Hugo</generator><language>en</language><webMaster>duilio@sinetris.info (Duilio Ruggiero)</webMaster><lastBuildDate>Thu, 09 Apr 2026 13:59:37 GMT</lastBuildDate><atom:link href="https://sinetris.github.io/sine-die/topics/docs/content/index.rss.xml" rel="self" type="application/rss+xml"/><item><title>Web Feeds</title><link>https://sinetris.github.io/sine-die/topics/docs/content/web-feeds/</link><pubDate>Wed, 14 Jan 2026 08:16:25 GMT</pubDate><guid>https://sinetris.github.io/sine-die/topics/docs/content/web-feeds/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;The Sine Die theme allows you to generate 
&lt;a href="https://www.rssboard.org/rss-specification" rel="external"&gt;RSS&lt;/a&gt; and 
&lt;a href="https://www.ietf.org/rfc/rfc4287" rel="external"&gt;Atom&lt;/a&gt; web feeds for your Hugo website.&lt;/p&gt;
&lt;h2 id="configuration"&gt;Configuration&lt;/h2&gt;
&lt;p&gt;Some changes are needed to the 
&lt;a href="https://gohugo.io/configuration/introduction/" rel="external"&gt;configuration&lt;/a&gt; of your Hugo website.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;application/atom+xml&lt;/code&gt; to 
&lt;a href="https://gohugo.io/configuration/media-types/" rel="external"&gt;mediaTypes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;atom&lt;/code&gt; to 
&lt;a href="https://gohugo.io/configuration/output-formats/" rel="external"&gt;outputFormats&lt;/a&gt; (also change &lt;code&gt;baseName&lt;/code&gt; for &lt;code&gt;rss&lt;/code&gt; for consistency)&lt;/li&gt;
&lt;li&gt;Add &lt;code&gt;atom&lt;/code&gt; and &lt;code&gt;rss&lt;/code&gt; to 
&lt;a href="https://gohugo.io/configuration/outputs/" rel="external"&gt;outputs&lt;/a&gt; for each 
&lt;a href="https://gohugo.io/quick-reference/glossary/#page-kind" rel="external"&gt;page kind&lt;/a&gt; on which you want to enable web feed generation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are using a 
&lt;a href="https://gohugo.io/configuration/introduction/#configuration-directory" rel="external"&gt;configuration directory&lt;/a&gt;, you can copy &lt;code&gt;mediaTypes.yaml&lt;/code&gt;, &lt;code&gt;outputFormats.yaml&lt;/code&gt;, and &lt;code&gt;outputs.yaml&lt;/code&gt; from 
&lt;a href="https://github.com/sinetris/sine-die/blob/main/userguide/config/_default" rel="external"&gt;userguide/config/_default&lt;/a&gt;.&lt;/p&gt;
&lt;div&gt;[Truncated]&lt;/div&gt;</description></item><item><title>Menubar</title><link>https://sinetris.github.io/sine-die/topics/docs/content/menubar/</link><pubDate>Sat, 17 May 2025 09:10:25 GMT</pubDate><guid>https://sinetris.github.io/sine-die/topics/docs/content/menubar/</guid><description>&lt;h2 id="menu-entries"&gt;Menu entries&lt;/h2&gt;
&lt;p&gt;You can define entries for the primary navigation menu in the front matter block.&lt;/p&gt;
&lt;p&gt;You can add the following in the content file that you want to define as a menu top entry:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# Example to add an entry named `documentation`
menus:
 main:
 identifier: documentation&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And the following in the content files that you want to define as a sub-menu entry:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# Example to add `documentation` sub-menu entry
menus:
 main:
 parent: documentation&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="sections-and-subpages"&gt;Sections and subpages&lt;/h2&gt;
&lt;p&gt;To define menu entries for an entire section, you can use 
&lt;a href="https://gohugo.io/content-management/front-matter/#cascade-1" rel="external" title="Hugo Cascade"&gt;cascade&lt;/a&gt;.&lt;/p&gt;
&lt;div&gt;[Truncated]&lt;/div&gt;</description></item></channel></rss>