<?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 OINK</title>
    <link>https://oink.pgsty.com/categories/content/</link>
    <description>Recent content in Content on OINK</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    
    
    
      <lastBuildDate>Fri, 14 Aug 2026 21:56:46 +0800</lastBuildDate>
    
    
      <atom:link href="https://oink.pgsty.com/categories/content/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
        <title>Authoring</title>
        <link>https://oink.pgsty.com/docs/content/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/docs/content/</guid>
        <description>&lt;p&gt;This chapter is about &lt;strong&gt;how to write&lt;/strong&gt;. The available building blocks are in&#xA;&lt;a href=&#34;https://oink.pgsty.com/docs/components/&#34;&gt;Components&lt;/a&gt;; site-level settings are in&#xA;&lt;a href=&#34;https://oink.pgsty.com/docs/configure/&#34;&gt;Site configuration&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;in-this-chapter&#34;&gt;In this chapter&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#in-this-chapter&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://oink.pgsty.com/docs/content/organize/&#34;&gt;Organize content&lt;/a&gt;: the content tree, sections, page bundles, front&#xA;matter&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://oink.pgsty.com/docs/content/writing/&#34;&gt;Writing conventions&lt;/a&gt;: Markdown, alerts, links, bilingual authoring&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://oink.pgsty.com/docs/content/media/&#34;&gt;Images and media&lt;/a&gt;: logos, favicons, icons, and images&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://oink.pgsty.com/docs/content/taxonomy/&#34;&gt;Taxonomies&lt;/a&gt;: taxonomy configuration and multilingual support&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
      </item>
    <item>
        <title>Organize your content</title>
        <link>https://oink.pgsty.com/docs/content/organize/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/docs/content/organize/</guid>
        <description>&lt;p&gt;Oink derives the documentation sidebar from Hugo&amp;rsquo;s content tree. The directory&#xA;structure is therefore part of the reader experience, not just a source-code&#xA;detail. Start with the questions readers need answered, then create the smallest&#xA;hierarchy that makes those answers easy to find.&lt;/p&gt;&#xA;&lt;h2 id=&#34;start-from-reader-goals&#34;&gt;Start from reader goals&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#start-from-reader-goals&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Give new readers a short path from product context to a successful first task.&#xA;Give returning readers direct routes to procedures, reference material, and&#xA;troubleshooting. A practical documentation set usually needs:&lt;/p&gt;</description>
      </item>
    <item>
        <title>Hugo authoring tips</title>
        <link>https://oink.pgsty.com/docs/content/writing/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/docs/content/writing/</guid>
        <description>&lt;p&gt;Oink is a Hugo theme, so ordinary Markdown and Hugo&amp;rsquo;s content model remain the&#xA;authoring foundation. These conventions keep pages readable in source form and&#xA;stable after translation, reorganization, or subpath deployment.&lt;/p&gt;&#xA;&lt;h2 id=&#34;link-to-published-routes&#34;&gt;Link to published routes&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#link-to-published-routes&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Link readers to the canonical published URL, not to a neighboring source-file&#xA;path. Root-relative links such as &lt;code&gt;/docs/content/&lt;/code&gt; are easy to audit across the&#xA;site. When a link should follow a page through source moves, Hugo&amp;rsquo;s &lt;code&gt;ref&lt;/code&gt; and&#xA;&lt;code&gt;relref&lt;/code&gt; shortcodes can resolve the target page:&lt;/p&gt;</description>
      </item>
    <item>
        <title>Logos and images</title>
        <link>https://oink.pgsty.com/docs/content/media/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://oink.pgsty.com/docs/content/media/</guid>
        <description>&lt;h2 id=&#34;add-your-logo&#34;&gt;Add brand marks&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#add-your-logo&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Oink uses &lt;code&gt;assets/icons/logo.svg&lt;/code&gt; as its default brand mark. Override it with&#xA;&lt;code&gt;params.logo&lt;/code&gt;, or set &lt;code&gt;params.wordmark&lt;/code&gt; when the header should show a complete&#xA;wordmark instead of an icon followed by the site title:&lt;/p&gt;&#xA;&lt;div class=&#34;td-code td-code--untitled&#34; id=&#34;td-code-4643b260-fence-0&#34; data-td-code data-td-code-auto-id&#xA;     data-language=&#34;yaml&#34; data-line-count=&#34;3&#34;&gt;&lt;div class=&#34;td-code__utilities td-code__utilities--compact&#34;&gt;&#xA;  &lt;span class=&#34;td-code__language&#34;&gt;YAML&lt;/span&gt;&#xA;&lt;/div&gt;&#xA;  &lt;div class=&#34;td-code__viewport&#34; id=&#34;td-code-4643b260-fence-0-viewport&#34; data-td-code-viewport&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;params&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;logo&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;l&#34;&gt;icons/product.svg&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;wordmark&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;l&#34;&gt;images/product-wordmark.svg&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Both parameters can name a Hugo asset or a public path. Prefer &lt;code&gt;assets/&lt;/code&gt; for&#xA;theme-processed files and &lt;code&gt;static/&lt;/code&gt; when a file must be copied unchanged. Keep&#xA;the source SVG tightly cropped so the header, sidebar, and footer can size it&#xA;consistently.&lt;/p&gt;</description>
      </item>
    
  </channel>
</rss>
