<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Customization on Ananke Documentation</title><link>https://gohugo-ananke.github.io/customisation/</link><description>Recent content in Customization on Ananke Documentation</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Fri, 16 Jan 2026 08:00:00 +0700</lastBuildDate><atom:link href="https://gohugo-ananke.github.io/customisation/index.xml" rel="self" type="application/rss+xml"/><item><title>Colours</title><link>https://gohugo-ananke.github.io/customisation/colours/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/customisation/colours/</guid><description>&lt;h2 id="set-content-font-color"&gt;Set Content Font Color&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="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;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>https://gohugo-ananke.github.io/customisation/comments/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/customisation/comments/</guid><description>&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;/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="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;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;
&lt;h2 id="commentoio"&gt;Commento.io&lt;/h2&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;commentoEnable&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;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="c"&gt;# if you use a selfhosted version of commento, uncomment the next line and set your path&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="c"&gt;# commentoPath = &amp;#34;https://commento.io/YOURPATH&amp;#34; &lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;By default it uses the public Commento instance at &lt;code&gt;https://commento.io&lt;/code&gt;. If you are using a &lt;a href="https://docs.commento.io/installation/self-hosting/"&gt;self-hosted version of Commento&lt;/a&gt;, uncomment the &lt;code&gt;commentoPath&lt;/code&gt; line and set it to your Commento instance URL.&lt;/p&gt;</description></item><item><title>Hero Section</title><link>https://gohugo-ananke.github.io/customisation/hero-section/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/customisation/hero-section/</guid><description>&lt;h2 id="change-the-hero-background"&gt;Change the hero background&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="featured-image-as-page-resources"&gt;Featured image as Page Resources&lt;/h2&gt;
&lt;p&gt;If user is using &lt;a href="https://gohugo.io/content-management/page-resources/"&gt;Page Resources&lt;/a&gt;, the theme will try and match the &lt;code&gt;featured_image&lt;/code&gt; from with a page resource of type &lt;code&gt;image&lt;/code&gt; and use its relative permalink. If no &lt;code&gt;featured_image&lt;/code&gt; is set, the theme will look for a Page Resource of type &lt;code&gt;image&lt;/code&gt; whose filepath includes either &lt;code&gt;cover&lt;/code&gt; or &lt;code&gt;feature&lt;/code&gt;&lt;/p&gt;</description></item><item><title>Styles</title><link>https://gohugo-ananke.github.io/customisation/styles/</link><pubDate>Fri, 16 Jan 2026 08:00:00 +0700</pubDate><guid>https://gohugo-ananke.github.io/customisation/styles/</guid><description>&lt;h2 id="update-font-or-body-classes"&gt;Update font or body classes&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="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;p&gt;which will give you a body class like this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-html" data-lang="html"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;body&lt;/span&gt; &lt;span class="na"&gt;class&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;#34;avenir bg-near-white&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;note: The &lt;code&gt;body_classes&lt;/code&gt; parameter will not change the font used in post content. To do this, you must use the &lt;code&gt;post_content_classes&lt;/code&gt; parameter.&lt;/p&gt;</description></item></channel></rss>