<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Configuration on Ananke Documentation</title><link>https://gohugo-ananke.github.io/documentation/configuration/</link><description>Recent content in Configuration on Ananke Documentation</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sat, 06 Jun 2026 08:00:00 +0700</lastBuildDate><atom:link href="https://gohugo-ananke.github.io/documentation/configuration/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuration Reference</title><link>https://gohugo-ananke.github.io/documentation/configuration/reference/</link><pubDate>Sat, 06 Jun 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/documentation/configuration/reference/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#where-configuration-lives"&gt;Where configuration lives&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#how-hugo-merges-configuration"&gt;How Hugo merges configuration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#how-theme-defaults-work"&gt;How theme defaults work&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-belongs-in-your-site-not-the-theme"&gt;What belongs in your site, not the theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#installing-the-theme-hugo-module"&gt;Installing the theme: Hugo Module&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#installing-the-theme-git-submodule"&gt;Installing the theme: Git submodule&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#how-to-override-defaults-safely"&gt;How to override defaults safely&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#where-each-example-goes"&gt;Where each example goes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This page is the central reference for configuring an Ananke site. It explains
where configuration files live, how Hugo combines them, and how the theme&amp;rsquo;s
defaults interact with your own settings. Individual options are documented on
their own pages (for example &lt;a href="https://gohugo-ananke.github.io/documentation/configuration/general/"&gt;General Configuration&lt;/a&gt;,
&lt;a href="https://gohugo-ananke.github.io/documentation/configuration/social-media-networks/"&gt;Social Media Networks&lt;/a&gt;, and
&lt;a href="https://gohugo-ananke.github.io/documentation/configuration/seo/"&gt;SEO&lt;/a&gt;); this page explains the structure those options sit
inside.&lt;/p&gt;</description></item><item><title>Analytics</title><link>https://gohugo-ananke.github.io/documentation/configuration/analytics/</link><pubDate>Sat, 06 Jun 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/documentation/configuration/analytics/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#google-analytics"&gt;Google Analytics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#production-only-loading"&gt;Production-only loading&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#disabling-analytics-in-development"&gt;Disabling analytics in development&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#verifying-the-output"&gt;Verifying the output&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#privacy"&gt;Privacy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ananke loads analytics through Hugo&amp;rsquo;s embedded Google Analytics template. There
is no theme-specific analytics parameter — you configure Hugo&amp;rsquo;s standard
service and the theme renders it.&lt;/p&gt;
&lt;h2 id="google-analytics"&gt;Google Analytics
 &lt;a class="heading-anchor" href="#google-analytics" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Set your measurement ID under Hugo&amp;rsquo;s &lt;code&gt;services.googleAnalytics&lt;/code&gt; configuration:&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/_default/hugo.toml&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;services&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;googleAnalytics&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;ID&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;G-XXXXXXXXXX&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;With an ID set, the theme includes Hugo&amp;rsquo;s analytics snippet in the page head.&lt;/p&gt;</description></item><item><title>Header and Hero</title><link>https://gohugo-ananke.github.io/documentation/configuration/header-and-hero/</link><pubDate>Sat, 06 Jun 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/documentation/configuration/header-and-hero/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#the-two-kinds-of-header"&gt;The two kinds of header&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#set-a-featured-image"&gt;Set a featured image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#how-the-featured-image-is-found"&gt;How the featured image is found&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#image-paths-and-static-assets"&gt;Image paths and static assets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#show-or-hide-the-header-text"&gt;Show or hide the header text&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#fallback-when-there-is-no-image"&gt;Fallback when there is no image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#accessibility"&gt;Accessibility&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The header (or &amp;ldquo;hero&amp;rdquo;) is the large area at the top of every page. It shows the
page title and, optionally, a background image. This page explains how the
header behaves and which front matter and configuration values control it. For
fine styling — image fitting, dimming overlay, header height, transparent
images — see &lt;a href="https://gohugo-ananke.github.io/documentation/customisation/hero-section/"&gt;Hero Section&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Homepage</title><link>https://gohugo-ananke.github.io/documentation/configuration/homepage/</link><pubDate>Sat, 06 Jun 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/documentation/configuration/homepage/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#the-homepage-content-file"&gt;The homepage content file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#recent-posts"&gt;Recent posts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#how-many-posts-appear"&gt;How many posts appear&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#which-section-recent-posts-come-from"&gt;Which section recent posts come from&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#a-homepage-without-blog-posts"&gt;A homepage without blog posts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#content-alignment"&gt;Content alignment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#the-homepage-hero-image"&gt;The homepage hero image&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The homepage is built from two parts: the body copy you write in your homepage
content file, and an optional list of recent posts that Ananke adds below it.&lt;/p&gt;
&lt;h2 id="the-homepage-content-file"&gt;The homepage content file
 &lt;a class="heading-anchor" href="#the-homepage-content-file" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The text at the top of the homepage comes from &lt;code&gt;content/_index.md&lt;/code&gt;. Whatever you
write in the body of that file is rendered as the homepage introduction:&lt;/p&gt;</description></item><item><title>Menus</title><link>https://gohugo-ananke.github.io/documentation/configuration/menus/</link><pubDate>Sat, 06 Jun 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/documentation/configuration/menus/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#the-main-menu"&gt;The main menu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#adding-entries"&gt;Adding entries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#external-links"&gt;External links&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#controlling-the-order"&gt;Controlling the order&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#adding-a-page-from-its-front-matter"&gt;Adding a page from its front matter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-the-theme-does-and-does-not-render"&gt;What the theme does and does not render&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ananke shows a navigation menu in the header, next to the site title (or logo)
and the social follow links. It is built from Hugo&amp;rsquo;s &lt;code&gt;main&lt;/code&gt; menu.&lt;/p&gt;
&lt;h2 id="the-main-menu"&gt;The main menu
 &lt;a class="heading-anchor" href="#the-main-menu" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Define the menu in your site configuration. Each entry needs a &lt;code&gt;name&lt;/code&gt; and a
target — either a &lt;code&gt;pageRef&lt;/code&gt; (a reference to a page in your site) or a &lt;code&gt;url&lt;/code&gt;:&lt;/p&gt;</description></item><item><title>Multilingual and i18n</title><link>https://gohugo-ananke.github.io/documentation/configuration/multilingual/</link><pubDate>Sat, 06 Jun 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/documentation/configuration/multilingual/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#configure-languages"&gt;Configure languages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#translated-content-files"&gt;Translated content files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#translation-fallback"&gt;Translation fallback&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#translating-menus"&gt;Translating menus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#overriding-theme-interface-strings"&gt;Overriding theme interface strings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ananke is fully multilingual. It ships interface translations for many languages
and works with Hugo&amp;rsquo;s standard multilingual features.&lt;/p&gt;
&lt;h2 id="configure-languages"&gt;Configure languages
 &lt;a class="heading-anchor" href="#configure-languages" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Declare your languages in the configuration. Each language has a name, a code, a
weight (controls order), and its own title:&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/_default/languages.toml&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;en&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;languageName&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;English&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;languageCode&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;en-gb&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;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nx"&gt;title&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;Example site&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="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;de&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;languageName&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;Deutsch&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;languageCode&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;de-de&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 class="nx"&gt;title&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;&amp;#34;Beispielseite&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;The language with the lowest &lt;code&gt;weight&lt;/code&gt; is the default. Per-language &lt;code&gt;params&lt;/code&gt; can
override site parameters — for example a translated &lt;code&gt;read_more_copy&lt;/code&gt; (see
&lt;a href="https://gohugo-ananke.github.io/documentation/content/general/#read-more-link"&gt;General content features&lt;/a&gt;).&lt;/p&gt;</description></item><item><title>robots.txt and Environments</title><link>https://gohugo-ananke.github.io/documentation/configuration/robots/</link><pubDate>Sat, 06 Jun 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/documentation/configuration/robots/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#enable-robotstxt"&gt;Enable robots.txt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#how-the-environment-changes-the-output"&gt;How the environment changes the output&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#deploy-previews"&gt;Deploy previews&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#testing-the-generated-file"&gt;Testing the generated file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#overriding-the-template"&gt;Overriding the template&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ananke ships a &lt;code&gt;robots.txt&lt;/code&gt; template that changes its output depending on the
build environment, so production sites are crawlable while previews and local
builds are not.&lt;/p&gt;
&lt;h2 id="enable-robotstxt"&gt;Enable robots.txt
 &lt;a class="heading-anchor" href="#enable-robotstxt" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Tell Hugo to generate &lt;code&gt;robots.txt&lt;/code&gt; by enabling it in your configuration:&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/_default/hugo.toml&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="nx"&gt;enableRobotsTXT&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="kc"&gt;true&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;With this on, Hugo renders the theme&amp;rsquo;s template to &lt;code&gt;public/robots.txt&lt;/code&gt; on every
build.&lt;/p&gt;</description></item><item><title>General Configuration</title><link>https://gohugo-ananke.github.io/documentation/configuration/general/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/documentation/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="#main-navigation-menu"&gt;Main navigation menu&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;li&gt;&lt;a href="#show-taxonomies-on-pages"&gt;Show taxonomies on pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#show-or-hide-dates-on-pages"&gt;Show or hide dates on pages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#show-images-on-list-page-cards"&gt;Show images on list page cards&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;</description></item><item><title>SEO</title><link>https://gohugo-ananke.github.io/documentation/configuration/seo/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/documentation/configuration/seo/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#how-the-page-title-is-built"&gt;How the page title is built&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#description"&gt;Description&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#social-previews-open-graph-and-twitter-cards"&gt;Social previews: Open Graph and Twitter cards&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#canonical-urls"&gt;Canonical URLs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#content-indexing"&gt;Content indexing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#author"&gt;Author&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#which-front-matter-affects-seo"&gt;Which front matter affects SEO&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#validating-your-metadata"&gt;Validating your metadata&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ananke sets sensible SEO and social-sharing defaults using Hugo&amp;rsquo;s embedded
metadata templates (Open Graph, Twitter cards, and schema.org). This page
explains what those defaults do and which front matter controls them.&lt;/p&gt;
&lt;h2 id="how-the-page-title-is-built"&gt;How the page title is built
 &lt;a class="heading-anchor" href="#how-the-page-title-is-built" aria-label="Link to this section"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The HTML &lt;code&gt;&amp;lt;title&amp;gt;&lt;/code&gt; is built from the page title and the site title:&lt;/p&gt;</description></item><item><title>Social Media Networks</title><link>https://gohugo-ananke.github.io/documentation/configuration/social-media-networks/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/documentation/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></channel></rss>