<?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 Yore</title><link>https://yore.zsl0621.cc/zh-cn/tags/configuration/</link><description>Recent content in configuration on Yore</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 18 Mar 2026 22:57:00 +0800</lastBuildDate><atom:link href="https://yore.zsl0621.cc/zh-cn/tags/configuration/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/getting-started/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/getting-started/</guid><description>&lt;h2 id="prerequisites"&gt;
	Prerequisites
	&lt;a class="heading-anchor" href="#prerequisites" aria-label="Permalink to 'Prerequisites'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;
 extended version, the minimum version is &lt;code&gt;v0.158.0&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
 version manager.&lt;/li&gt;
&lt;li&gt;(Optional) 
 if you want to install Yore using Hugo module instead of Git submodule.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="installing-yore"&gt;
	Installing Yore
	&lt;a class="heading-anchor" href="#installing-yore" aria-label="Permalink to 'Installing Yore'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Pick one of these three ways to set up the Yore theme on your new site.&lt;/p&gt;</description></item><item><title>Docs Layout</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/features/docs-layout/</link><pubDate>Wed, 18 Mar 2026 22:57:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/features/docs-layout/</guid><description>&lt;p&gt;Yore provides a &lt;code&gt;docs&lt;/code&gt; layout specifically engineered for deep documentation, featuring a 3-column structure to optimize navigation and readability.&lt;/p&gt;
&lt;h2 id="activation"&gt;
	Activation
	&lt;a class="heading-anchor" href="#activation" aria-label="Permalink to 'Activation'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;The &lt;code&gt;docs&lt;/code&gt; layout can be applied to content using the following methods:&lt;/p&gt;</description></item><item><title>Archive</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/features/archive/</link><pubDate>Wed, 21 Jan 2026 08:52:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/features/archive/</guid><description>&lt;p&gt;Yore provides a dedicated archive feature to aggregate all posts into a single chronological list.&lt;/p&gt;
&lt;h2 id="basic-setup"&gt;
	Basic Setup
	&lt;a class="heading-anchor" href="#basic-setup" aria-label="Permalink to 'Basic Setup'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;To enable the archive page, create an &lt;code&gt;_index.md&lt;/code&gt; and set &lt;code&gt;listScope: site&lt;/code&gt; in its front matter. Note the file must be named &lt;code&gt;_index.md&lt;/code&gt;, using &lt;code&gt;index.md&lt;/code&gt; will prevent Hugo from treating it as a list page.&lt;/p&gt;</description></item><item><title>Search</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/features/search/</link><pubDate>Thu, 22 Jan 2026 16:30:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/features/search/</guid><description>&lt;p&gt;Yore built-in search utilizes 
 to provide client-side indexing and real-time search results.&lt;/p&gt;
&lt;h2 id="configuration"&gt;
	Configuration
	&lt;a class="heading-anchor" href="#configuration" aria-label="Permalink to 'Configuration'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;To enable search functionality, you must configure both the global parameters and the Hugo output formats. Ensure the search feature is toggled on:&lt;/p&gt;</description></item><item><title>Backlinks</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/features/backlinks/</link><pubDate>Thu, 22 Jan 2026 16:40:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/features/backlinks/</guid><description>&lt;p&gt;Yore embeds a backlink system based on 
 to track and display bidirectional links.&lt;/p&gt;
&lt;h2 id="principle"&gt;
	Principle
	&lt;a class="heading-anchor" href="#principle" aria-label="Permalink to 'Principle'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;The system utilizes Hugo's &lt;code&gt;render-link&lt;/code&gt; hook to capture internal references. It functions by passing the link's destination to the &lt;code&gt;.GetPage&lt;/code&gt; method. If Hugo successfully resolves the path to a page, a backlink entry is recorded in the site-wide store.&lt;/p&gt;</description></item><item><title>Reference - Configuration</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/reference-configuration/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/reference-configuration/</guid><description>&lt;p&gt;The preconfigured &lt;code&gt;hugo.yaml&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Reference - Front matter</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/reference-front-matter/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/reference-front-matter/</guid><description>&lt;p&gt;These parameters extend standard Hugo functionality and are categorized into global site parameters and page-level front matter.&lt;/p&gt;
&lt;h2 id="blog-config"&gt;
	Blog Config
	&lt;a class="heading-anchor" href="#blog-config" aria-label="Permalink to 'Blog Config'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;h3 id="article-pages"&gt;
	Article Pages
	&lt;a class="heading-anchor" href="#article-pages" aria-label="Permalink to 'Article Pages'"&gt;&lt;/a&gt;
&lt;/h3&gt;&lt;p&gt;Configurations of &lt;code&gt;index.md&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>