<?xml version="1.0" encoding="utf-8" standalone="yes"?><feed xmlns="http://www.w3.org/2005/Atom"><title>Content on Sine Die</title><id>https://sinetris.github.io/sine-die/topics/docs/content/</id><link href="https://sinetris.github.io/sine-die/topics/docs/content/index.atom.xml" rel="self" type="application/atom+xml" hreflang="en" title="Content on Sine Die"/><link href="https://sinetris.github.io/sine-die/topics/docs/content/" rel="alternate" type="text/html" hreflang="en" title="Content on Sine Die"/><link href="https://sinetris.github.io/sine-die/topics/docs/content/index.atom.xml" rel="alternate" type="application/atom+xml" hreflang="en" title="Content on Sine Die"/><link href="https://sinetris.github.io/sine-die/topics/docs/content/index.rss.xml" rel="alternate" type="application/rss+xml" hreflang="en" title="Content on Sine Die"/><subtitle>Recent content in Content on Sine Die</subtitle><generator uri="https://github.com/sinetris/sine-die/">Sine Die theme for Hugo</generator><author><name>Duilio Ruggiero</name><email>duilio@sinetris.info</email></author><rights type="html">&amp;copy; 2023 - 2026, Duilio Ruggiero</rights><updated>2026-04-09T13:59:37Z</updated><entry><title>Web Feeds</title><link href="https://sinetris.github.io/sine-die/topics/docs/content/web-feeds/" rel="alternate" type="text/html" hreflang="en" title="Content on Sine Die"/><content src="https://sinetris.github.io/sine-die/topics/docs/content/web-feeds/" type="text/html"/><published>2026-01-14T08:16:25+00:00</published><updated>2026-04-09T13:59:37Z</updated><id>https://sinetris.github.io/sine-die/topics/docs/content/web-feeds/#atom</id><summary type="html">&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;</summary><category term="/types/topic" label="type: topic"/><category term="/categories/documentation" label="category: Documentation"/><category term="/tags/rss" label="tag: RSS"/><category term="/tags/atom" label="tag: Atom"/><category term="/tags/configuration" label="tag: Configuration"/></entry><entry><title>Menubar</title><link href="https://sinetris.github.io/sine-die/topics/docs/content/menubar/" rel="alternate" type="text/html" hreflang="en" title="Content on Sine Die"/><content src="https://sinetris.github.io/sine-die/topics/docs/content/menubar/" type="text/html"/><published>2025-05-17T09:10:25+00:00</published><updated>2026-04-09T07:46:34Z</updated><id>https://sinetris.github.io/sine-die/topics/docs/content/menubar/#atom</id><summary type="html">&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;</summary><category term="/types/topic" label="type: topic"/><category term="/categories/documentation" label="category: Documentation"/><category term="/tags/menu" label="tag: Menu"/><category term="/tags/menubar" label="tag: Menubar"/></entry></feed>