<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo Theme Ananke on Ananke Documentation</title><link>/</link><description>Recent content in Hugo Theme Ananke on Ananke Documentation</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sun, 17 May 2026 08:00:00 +0700</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction to Hooks &amp; Filters</title><link>/hooks-and-filters/introduction/</link><pubDate>Sun, 17 May 2026 08:00:00 +0700</pubDate><guid>/hooks-and-filters/introduction/</guid><description>&lt;a class="f6 link dim br2 ba bw1 ph3 pv2 mb2 dib navy"
 href="https://github.com/gohugo-ananke/ananke/releases/tag/v2.17.0" target="_blank"&gt;
 since 2.17.0
&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#hooks-and-filters"&gt;Hooks and filters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#difference-between-hooks-and-filters"&gt;Difference between hooks and filters&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#hooks"&gt;Hooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#filters"&gt;Filters&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#terminology"&gt;Terminology&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#simple-hook-calls"&gt;Simple hook calls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#extended-hook-calls"&gt;Extended hook calls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#extended-hook-options"&gt;Extended hook options&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#hook"&gt;hook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#context"&gt;context&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#cache"&gt;cache&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#hook-partial-location"&gt;Hook partial location&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#disabling-unused-hook-messages"&gt;Disabling unused hook messages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#recommended-usage-pattern"&gt;Recommended usage pattern&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="hooks-and-filters"&gt;Hooks and filters
 &lt;a class="heading-anchor" href="#hooks-and-filters" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Ananke provides a small hooks system that lets site projects inject or transform markup without changing the theme templates directly.&lt;/p&gt;</description></item><item><title>Hook examples</title><link>/hooks-and-filters/examples/</link><pubDate>Sun, 17 May 2026 08:00:00 +0700</pubDate><guid>/hooks-and-filters/examples/</guid><description>&lt;a class="f6 link dim br2 ba bw1 ph3 pv2 mb2 dib navy"
 href="https://github.com/gohugo-ananke/ananke/releases/tag/v2.17.0" target="_blank"&gt;
 since 2.17.0
&lt;/a&gt;
&lt;p&gt;This page collects worked examples for the theme&amp;rsquo;s hook points. Each one shows the partial you
create, where the output lands, and &lt;strong&gt;why&lt;/strong&gt; you would reach for that particular hook.&lt;/p&gt;
&lt;p&gt;If you have not read it yet, start with the &lt;a href="../introduction/"&gt;introduction&lt;/a&gt; for the call
mechanics, and keep the &lt;a href="../all/"&gt;list of all hooks&lt;/a&gt; handy for the available hook names.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#before-you-start"&gt;Before you start&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#add-a-third-party-script-in-the-head"&gt;Add a third-party script in the head&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#defer-analytics-to-the-end-of-the-body"&gt;Defer analytics to the end of the body&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#add-a-site-wide-announcement-bar"&gt;Add a site-wide announcement bar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#extend-the-footer-and-cache-it"&gt;Extend the footer (and cache it)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#add-secondary-navigation-using-the-page-context"&gt;Add secondary navigation using the page context&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#add-an-author-bio-after-the-content"&gt;Add an author bio after the content&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#override-the-article-section-link"&gt;Override the article section link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#use-a-hook-as-a-filter"&gt;Use a hook as a filter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="before-you-start"&gt;Before you start
 &lt;a class="heading-anchor" href="#before-you-start" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Every example below is a file you create in &lt;strong&gt;your site&lt;/strong&gt;, never in the theme:&lt;/p&gt;</description></item><item><title>All Hooks &amp; Filters</title><link>/hooks-and-filters/all/</link><pubDate>Sun, 17 May 2026 08:00:00 +0700</pubDate><guid>/hooks-and-filters/all/</guid><description>&lt;a class="f6 link dim br2 ba bw1 ph3 pv2 mb2 dib navy"
 href="https://github.com/gohugo-ananke/ananke/releases/tag/v2.17.0" target="_blank"&gt;
 since 2.17.0
&lt;/a&gt;
&lt;p&gt;This page lists every hook point the theme wires into its templates. Each entry is the value you
pass as the &lt;code&gt;hook&lt;/code&gt; key (see the &lt;a href="../introduction/"&gt;introduction&lt;/a&gt; for how to call hooks and
filters).&lt;/p&gt;
&lt;p&gt;A hook point does &lt;strong&gt;nothing&lt;/strong&gt; until your site provides a matching partial at
&lt;code&gt;layouts/_partials/hooks/&amp;lt;name&amp;gt;.html&lt;/code&gt;. Until then the hook is &amp;ldquo;unused&amp;rdquo; — the theme prints an
optional debug notice and renders nothing.&lt;/p&gt;</description></item><item><title>Contributors</title><link>/information/contributors/</link><pubDate>Wed, 15 Apr 2026 08:00:00 +0700</pubDate><guid>/information/contributors/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#contributors"&gt;Contributors&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ananke lives from the work of its contributors.&lt;/p&gt;
&lt;h2 id="contributors"&gt;Contributors
 &lt;a class="heading-anchor" href="#contributors" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --&gt;
&lt;!-- prettier-ignore-start --&gt;
&lt;!-- markdownlint-disable --&gt;
&lt;p&gt;Total contributors: &lt;strong&gt;1&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Contributor&lt;/th&gt;
 &lt;th&gt;Contributions&lt;/th&gt;
 &lt;th&gt;Repositories&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="https://kollitsch.dev/"&gt;Patrick Kollitsch&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;bug&lt;/code&gt;, &lt;code&gt;code&lt;/code&gt;, &lt;code&gt;doc&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;documentation&lt;/code&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;!-- markdownlint-restore --&gt;
&lt;!-- prettier-ignore-end --&gt;
&lt;!-- ALL-CONTRIBUTORS-LIST:END --&gt;</description></item><item><title>Calculate and show reading time</title><link>/content/reading-time/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/content/reading-time/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#configuration"&gt;Configuration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#notes"&gt;Notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The reading time displayed in &lt;code&gt;layouts/_default/single.html&lt;/code&gt; can now be configured via a &lt;code&gt;reading_speed&lt;/code&gt; parameter, instead of always using Hugo&amp;rsquo;s computed &lt;code&gt;.ReadingTime&lt;/code&gt;. (&lt;a href="https://github.com/gohugo-ananke/ananke/commit/39e2145985954eac07dd343a456f5696c8f9e9d6" title="theme(fix): add configurability to reading time display · gohugo-ananke/ananke@39e2145 · GitHub"&gt;GitHub&lt;/a&gt;)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The theme still only shows reading time when &lt;code&gt;show_reading_time = true&lt;/code&gt; is enabled (page param or section param). (&lt;a href="https://github.com/gohugo-ananke/ananke/commit/39e2145985954eac07dd343a456f5696c8f9e9d6" title="theme(fix): add configurability to reading time display · gohugo-ananke/ananke@39e2145 · GitHub"&gt;GitHub&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The displayed value is now computed like this:&lt;/p&gt;</description></item><item><title>Colours</title><link>/customisation/colours/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/customisation/colours/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#set-content-font-color"&gt;Set Content Font Color&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="set-content-font-color"&gt;Set Content Font Color
 &lt;a class="heading-anchor" href="#set-content-font-color" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;You can set the font color of the main content both globally and on individual pages:&lt;/p&gt;
&lt;p&gt;Globally:
Set the &lt;code&gt;text_color&lt;/code&gt; param in the &lt;code&gt;config.toml&lt;/code&gt; file.&lt;/p&gt;
&lt;div class="code-block"&gt;
 &lt;button class="code-copy" type="button" aria-label="Copy code to clipboard"&gt;
 &lt;span class="code-copy-label" aria-hidden="true"&gt;Copy&lt;/span&gt;
 &lt;/button&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-toml" data-lang="toml"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;params&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nx"&gt;text_color&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;green&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Individual Page (prioritized over global):
Set the &lt;code&gt;text_color&lt;/code&gt; param in a page&amp;rsquo;s markdown file front matter.&lt;/p&gt;
&lt;p&gt;note: The value of &lt;code&gt;text_color&lt;/code&gt; must be a valid tachyons color class. A list can be found &lt;a href="https://tachyons.io/docs/themes/skins/"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Comments</title><link>/customisation/comments/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/customisation/comments/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#disqus"&gt;Disqus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#commentoio"&gt;Commento.io&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ananke currently supports two commenting systems: Disqus and &lt;a href="https://commento.io/"&gt;Commento&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="disqus"&gt;Disqus
 &lt;a class="heading-anchor" href="#disqus" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Using &lt;a href="https://disqus.com/"&gt;Disqus&lt;/a&gt; as a comment system for your website is an internal feature of Hugo. For more information see the official &lt;a href="http://gohugo.io/content-management/comments/"&gt;Hugo documentation&lt;/a&gt;.&lt;/p&gt;
&lt;div class="code-block"&gt;
 &lt;button class="code-copy" type="button" aria-label="Copy code to clipboard"&gt;
 &lt;span class="code-copy-label" aria-hidden="true"&gt;Copy&lt;/span&gt;
 &lt;/button&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-toml" data-lang="toml"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;services&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;disqus&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nx"&gt;shortname&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;YOURSHORTNAME&amp;#39;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Note that the setup for Disqus is &lt;em&gt;NOT&lt;/em&gt; done inside of the &lt;code&gt;params&lt;/code&gt; section, but with in the &lt;code&gt;services&lt;/code&gt; section of your config file. To turn off Disqus, remove, or comment out the preceding lines.&lt;/p&gt;</description></item><item><title>External Links</title><link>/cookbook/socials/external-links/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/cookbook/socials/external-links/</guid><description>&lt;div class="code-block"&gt;
 &lt;button class="code-copy" type="button" aria-label="Copy code to clipboard"&gt;
 &lt;span class="code-copy-label" aria-hidden="true"&gt;Copy&lt;/span&gt;
 &lt;/button&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-css" data-lang="css"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;a&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;ananke-social-link&lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="nt"&gt;target&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;_blank&amp;#34;&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt;&lt;span class="p"&gt;::&lt;/span&gt;&lt;span class="nd"&gt;after&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;content&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;↗&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;display&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kc"&gt;inline-block&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;margin-inline-start&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mf"&gt;0.25&lt;/span&gt;&lt;span class="kt"&gt;em&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;font-size&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mf"&gt;0.85&lt;/span&gt;&lt;span class="kt"&gt;em&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;line-height&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;vertical-align&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mf"&gt;0.1&lt;/span&gt;&lt;span class="kt"&gt;em&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="code-block"&gt;
 &lt;button class="code-copy" type="button" aria-label="Copy code to clipboard"&gt;
 &lt;span class="code-copy-label" aria-hidden="true"&gt;Copy&lt;/span&gt;
 &lt;/button&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-css" data-lang="css"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;new-window&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;opacity&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;display&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kc"&gt;inline-block&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;vertical-align&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kc"&gt;top&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;link-transition&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="nd"&gt;hover&lt;/span&gt; &lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;new-window&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;opacity&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description></item><item><title>Frontmatter</title><link>/content/frontmatter/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/content/frontmatter/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#using-a-canonical-url"&gt;Using a canonical url&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#common-options"&gt;Common Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#example-disabling-breadcrumbs"&gt;Example: Disabling Breadcrumbs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#example-custom-layout"&gt;Example: Custom Layout&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#example-using-linktitle"&gt;Example: Using &lt;code&gt;linktitle&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#defaults--fallbacks"&gt;Defaults &amp;amp; Fallbacks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#notes"&gt;Notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="using-a-canonical-url"&gt;Using a canonical url
 &lt;a class="heading-anchor" href="#using-a-canonical-url" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;If you want to publish content that is already published on a different site you need to reference a canonical URL of the original content. By defining the &lt;code&gt;canonicalUrl&lt;/code&gt; in the front matter definition the canonical url is set in the headers.&lt;/p&gt;</description></item><item><title>General</title><link>/content/general/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/content/general/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#read-more-link"&gt;Read more link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#show-reading-time-and-word-count"&gt;Show Reading Time and Word Count&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="read-more-link"&gt;Read more link
 &lt;a class="heading-anchor" href="#read-more-link" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;The homepage and other areas of the site use a &lt;code&gt;read more&lt;/code&gt; link on the element. You can customize the copy of this link to make it more descriptive with the parameter &lt;code&gt;read_more_copy&lt;/code&gt; available as a site and front matter parameter.&lt;/p&gt;
&lt;div class="code-block"&gt;
 &lt;button class="code-copy" type="button" aria-label="Copy code to clipboard"&gt;
 &lt;span class="code-copy-label" aria-hidden="true"&gt;Copy&lt;/span&gt;
 &lt;/button&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-toml" data-lang="toml"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="c"&gt;# config.toml&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="c"&gt;# Globally for all pages:&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;params&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nx"&gt;read_more_copy&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;Read more about this entry&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="c"&gt;# Just for french&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;languages&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;fr&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nx"&gt;name&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;Français&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nx"&gt;weight&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;2&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;languages&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;fr&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;params&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nx"&gt;read_more_copy&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;En savoir plus à ce sujet&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Using front matter and cascade, this can be customized for a whole section, or just for one page.&lt;/p&gt;</description></item><item><title>General Configuration</title><link>/configuration/general/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/configuration/general/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#activate-the-contact-form"&gt;Activate the contact form&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#logo"&gt;Logo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#localize-date-format"&gt;Localize date format&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;[!IMPORTANT]
Please note that Hugo is extensible configurable with more generic or more specific configuration. Please read the documentation about &lt;a href="https://gohugo.io/configuration/introduction/#configuration-file"&gt;configuration files&lt;/a&gt; and &lt;a href="https://gohugo.io/configuration/introduction/#configuration-directory"&gt;configuration directories&lt;/a&gt; to learn more about this topic. Whenever Ananke&amp;rsquo;s documentation refers to the configuration file it refers to any of these possible locations.&lt;/p&gt;
&lt;p&gt;Ananke&amp;rsquo;s sample repositories are using configuration directories and you can find all referred configuration parameters in &lt;code&gt;config/_default/hugo.toml&lt;/code&gt; and &lt;code&gt;config/_default/params.toml&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Getting Started</title><link>/getting-started/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/getting-started/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#1-install-the-theme"&gt;1) Install the theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#2-confirm-hugo-version-compatibility"&gt;2) Confirm Hugo version compatibility&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#3-configure-required-basics"&gt;3) Configure required basics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#4-add-content-and-front-matter"&gt;4) Add content and front matter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#5-customize-visual-style"&gt;5) Customize visual style&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#6-run-and-verify-locally"&gt;6) Run and verify locally&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This guide summarizes the first configuration steps after installing Ananke.&lt;/p&gt;
&lt;h2 id="1-install-the-theme"&gt;1) Install the theme
 &lt;a class="heading-anchor" href="#1-install-the-theme" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Choose one installation method:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="installation/gohugo-module"&gt;Installation as Hugo Module (recommended)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="installation/git-submodule"&gt;Installation as Git Submodule&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="2-confirm-hugo-version-compatibility"&gt;2) Confirm Hugo version compatibility
 &lt;a class="heading-anchor" href="#2-confirm-hugo-version-compatibility" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Check what Hugo version you have installed with &lt;code&gt;hugo version&lt;/code&gt; and then compare against the minimum requirement in &lt;code&gt;config/_default/module.toml&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Hero Section</title><link>/customisation/hero-section/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/customisation/hero-section/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#change-the-hero-background"&gt;Change the hero background&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#use-the-images-front-matter-array"&gt;Use the images front matter array&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#featured-image-as-page-resources"&gt;Featured image as Page Resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#other-hero-settings"&gt;Other hero settings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="change-the-hero-background"&gt;Change the hero background
 &lt;a class="heading-anchor" href="#change-the-hero-background" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;For any page or post you can add a featured image by including the local path in front matter (see content in the &lt;code&gt;exampleSite/content/en/_readme&lt;/code&gt; file for examples): &lt;code&gt;featured_image = '/images/gohugo-default-sample-hero-image.jpg'&lt;/code&gt;&lt;/p&gt;
&lt;h2 id="use-the-images-front-matter-array"&gt;Use the images front matter array
 &lt;a class="heading-anchor" href="#use-the-images-front-matter-array" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;If &lt;code&gt;featured_image&lt;/code&gt; is not set, Ananke will use the first value from the page&amp;rsquo;s &lt;code&gt;images&lt;/code&gt; front matter array as the featured image.&lt;/p&gt;</description></item><item><title>Installation as a Hugo Module (recommended)</title><link>/installation/gohugo-module/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/installation/gohugo-module/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#methods"&gt;Methods&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#requirements"&gt;Requirements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#installation"&gt;Installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hugo Module based installation for the &lt;a href="https://github.com/gohugo-ananke/ananke"&gt;Ananke theme&lt;/a&gt; for &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="methods"&gt;Methods
 &lt;a class="heading-anchor" href="#methods" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="Installation-as-GoHugo-Module"&gt;Install Ananke as Hugo Module&lt;/a&gt; - this page&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="Installation-as-Git-Submodule"&gt;Install Ananke as Git Submodule&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="requirements"&gt;Requirements
 &lt;a class="heading-anchor" href="#requirements" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://gohugo.io/installation/linux/"&gt;Install Hugo&lt;/a&gt; (extended or extended/deploy edition, 0.128.0 or later)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git"&gt;Install Git&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://golang.org/doc/install"&gt;Install Golang&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="installation"&gt;Installation
 &lt;a class="heading-anchor" href="#installation" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;To install or create a GoHugo website from scratch with the Ananke theme using the &lt;em&gt;GoHugo Module&lt;/em&gt; method, follow these steps:&lt;/p&gt;</description></item><item><title>Installation as Git Submodule</title><link>/installation/git-submodule/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/installation/git-submodule/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#methods"&gt;Methods&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#requirements"&gt;Requirements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#installation"&gt;Installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Git Submodule based installation for the &lt;a href="https://github.com/gohugo-ananke/ananke"&gt;Ananke theme&lt;/a&gt; for &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="methods"&gt;Methods
 &lt;a class="heading-anchor" href="#methods" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="Installation-as-GoHugo-Module"&gt;Install Ananke as Hugo Module&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="Installation-as-Git-Submodule"&gt;Install Ananke as Git Submodule&lt;/a&gt; - this page&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="requirements"&gt;Requirements
 &lt;a class="heading-anchor" href="#requirements" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://gohugo.io/installation/linux/"&gt;Install Hugo&lt;/a&gt; (extended or extended/deploy edition, 0.128.0 or later)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git"&gt;Install Git&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="installation"&gt;Installation
 &lt;a class="heading-anchor" href="#installation" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;To install or create a Hugo website from scratch with the Ananke theme using the submodule method, follow these steps:&lt;/p&gt;</description></item><item><title>Introduction</title><link>/installation/introduction/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/installation/introduction/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#installing-the-ananke-theme-for-hugo"&gt;Installing the Ananke Theme for Hugo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#comparison-hugo-module-vs-git-submodule"&gt;Comparison: Hugo Module vs. Git Submodule&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="installing-the-ananke-theme-for-hugo"&gt;Installing the Ananke Theme for Hugo
 &lt;a class="heading-anchor" href="#installing-the-ananke-theme-for-hugo" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;There are two primary ways to install Ananke:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Hugo Module&lt;/strong&gt; &amp;mdash; Uses Hugo&amp;rsquo;s built-in Go module system to fetch and manage the theme as a package.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Git Submodule&lt;/strong&gt; &amp;mdash; Links the theme repository as a submodule inside your Hugo project.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you&amp;rsquo;re following the &lt;a href="https://gohugo.io/getting-started/quick-start/"&gt;Hugo Quickstart guide&lt;/a&gt;, you&amp;rsquo;ll notice that it currently recommends installing the Ananke theme as a &lt;strong&gt;Git submodule&lt;/strong&gt;. While this is a valid approach, Hugo also offers a more powerful alternative: &lt;strong&gt;Hugo Modules&lt;/strong&gt;, which leverage Go&amp;rsquo;s module system for better dependency management.&lt;/p&gt;</description></item><item><title>SEO</title><link>/configuration/seo/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/configuration/seo/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#content-indexing"&gt;Content indexing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="content-indexing"&gt;Content indexing
 &lt;a class="heading-anchor" href="#content-indexing" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;If the theme is run in production, pages will be indexed by search engines. To prevent indexing on some given pages, add &lt;code&gt;private: true&lt;/code&gt; to its Front Matter.&lt;/p&gt;</description></item><item><title>Social Media Networks</title><link>/configuration/social-media-networks/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/configuration/social-media-networks/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#configuration"&gt;Configuration&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#configure-social-media-follow-links"&gt;Configure social media follow links&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#set-up-global-options"&gt;Set up global options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#set-your-profile-or-user-name"&gt;Set your profile or user name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#override-the-profile-link"&gt;Override the profile link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#override-the-label-of-the-social-network"&gt;Override the label of the social network&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#rel-attributes-on-follow-links"&gt;&lt;code&gt;rel&lt;/code&gt; attributes on follow links&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#configure-social-media-share-links"&gt;Configure social media share links&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#set-up-sharing-networks"&gt;Set up sharing networks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#disable-sharing-partially-or-globally"&gt;Disable sharing partially or globally&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#setup-individual-new-networks"&gt;Setup individual new networks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#available-networks"&gt;Available networks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#icons"&gt;Icons&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#adding-new-icons"&gt;Adding new icons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#further-reading"&gt;Further Reading&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#migrate-from-versions-before-v211"&gt;Migrate from versions before v2.11&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#development-changes"&gt;Development changes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#notes"&gt;Notes&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#font-awesome"&gt;Font Awesome&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#customize-icons"&gt;Customize Icons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#configuring-networks-with-multiple-hosts"&gt;Configuring networks with multiple hosts&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ananke automatically adds &amp;ldquo;follow&amp;rdquo; link icons to the header and footer and &amp;ldquo;Share&amp;rdquo; link icons to pages unless the &lt;code&gt;disable_share&lt;/code&gt; parameter is set to true either on the site level (site params) or page level (front matter). Each services can show a label, an icon, and be formatted in a custom color.&lt;/p&gt;</description></item><item><title>Styles</title><link>/customisation/styles/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/customisation/styles/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#update-font-or-body-classes"&gt;Update font or body classes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#stylesheet-generation"&gt;Stylesheet Generation&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#custom-css"&gt;Custom CSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#sassscss-and-other-pre-processors"&gt;SASS/SCSS and other pre-processors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#built-in-css-order"&gt;Built-in CSS order&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#social-hover-colours"&gt;Social hover colours&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#output"&gt;Output&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="update-font-or-body-classes"&gt;Update font or body classes
 &lt;a class="heading-anchor" href="#update-font-or-body-classes" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The theme is set, by default, to use a near-white background color and the &amp;ldquo;Avenir&amp;rdquo; or serif typeface. You can change these in your config file with the &lt;code&gt;body_classes&lt;/code&gt; parameter, like this:&lt;/p&gt;
&lt;div class="code-block"&gt;
 &lt;button class="code-copy" type="button" aria-label="Copy code to clipboard"&gt;
 &lt;span class="code-copy-label" aria-hidden="true"&gt;Copy&lt;/span&gt;
 &lt;/button&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-toml" data-lang="toml"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;params&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="nx"&gt;body_classes&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;avenir bg-near-white&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;which will give you a body class like this:&lt;/p&gt;</description></item><item><title>Troubleshooting</title><link>/troubleshooting/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>/troubleshooting/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#sorry-but-feature-does-not-work-doesnt-work-for-us"&gt;Sorry, but &amp;ldquo;$FEATURE does not work&amp;rdquo; doesn&amp;rsquo;t work for us&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="sorry-but-feature-does-not-work-doesnt-work-for-us"&gt;Sorry, but &amp;ldquo;$FEATURE does not work&amp;rdquo; doesn&amp;rsquo;t work for us
 &lt;a class="heading-anchor" href="#sorry-but-feature-does-not-work-doesnt-work-for-us" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Long story short, ask yourself: If you start bleeding out of all your orifices, will you tell the doctor &amp;ldquo;Doctor please help, I am quite new to this whole health thing and know you will laugh about me but I suddenly started bleeding out of all my orifices.&amp;rdquo;? Or will you tell the doctor &amp;ldquo;Doctor, after ingesting a couple of razor blades I suddenly started bleeding. The razor blades were quite sharp. Can you help me?&amp;rdquo;&lt;/p&gt;</description></item></channel></rss>