<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Features on Yore</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/</link><description>Recent content in Features on Yore</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Sat, 02 May 2026 11:59:00 +0800</lastBuildDate><atom:link href="https://yore.zsl0621.cc/zh-cn/docs/features/index.xml" rel="self" type="application/rss+xml"/><item><title>Color Schemes</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/color-schemes/</link><pubDate>Wed, 21 Jan 2026 10:30:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/features/color-schemes/</guid><description>&lt;p&gt;Yore comes with several built-in color schemes. To pick the one you like, just set the &lt;code&gt;themeColorScheme&lt;/code&gt; option in your &lt;code&gt;hugo.yaml&lt;/code&gt; file.&lt;/p&gt;
&lt;h2 id="preview"&gt;
	Preview
	&lt;a class="heading-anchor" href="#preview" aria-label="Permalink to 'Preview'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Try out the different color schemes using the theme switcher below:&lt;/p&gt;</description></item><item><title>Feature Images</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/feature-images/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/features/feature-images/</guid><description>&lt;p&gt;Feature images in Yore serve multiple purposes: they appear as hero banners, thumbnails, and social sharing metadata. This functionality relies on Hugo page bundles.&lt;/p&gt;
&lt;h2 id="automatic-detection"&gt;
	Automatic Detection
	&lt;a class="heading-anchor" href="#automatic-detection" aria-label="Permalink to 'Automatic Detection'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;When using &lt;code&gt;index.md&lt;/code&gt; inside a directory (creating a leaf bundle), Yore automatically detects images with the &lt;code&gt;feature*&lt;/code&gt; prefix and uses them as the page's feature image.&lt;/p&gt;</description></item><item><title>Authors</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/authors/</link><pubDate>Sat, 18 Apr 2026 09:01:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/features/authors/</guid><description>&lt;p&gt;Authors are modeled as a 
. Each author has a dedicated content directory with a profile page, and posts reference authors by slug.&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;Register the &lt;code&gt;author&lt;/code&gt; taxonomy in &lt;code&gt;hugo.yaml&lt;/code&gt;:&lt;/p&gt;</description></item><item><title>Favicon</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/favicon/</link><pubDate>Fri, 30 Jan 2026 21:09:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/features/favicon/</guid><description>&lt;p&gt;A favicon is a small icon associated with a website. It is typically displayed in browser tabs, address bars, and bookmark lists to provide a visual identity for the site.&lt;/p&gt;</description></item><item><title>Series</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/series/</link><pubDate>Wed, 21 Jan 2026 08:52:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/features/series/</guid><description>&lt;p&gt;The Series feature enables the logical grouping of multiple articles published across different dates or sections. A Series is implemented as a taxonomy, which is why the front matter variable is defined as a list of strings.&lt;/p&gt;</description></item><item><title>Docs Layout</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/docs-layout/</link><pubDate>Wed, 18 Mar 2026 22:57:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/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/docs/features/archive/</link><pubDate>Wed, 21 Jan 2026 08:52:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/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/docs/features/search/</link><pubDate>Thu, 22 Jan 2026 16:30:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/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>Page Actions</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/page-actions/</link><pubDate>Sun, 19 Apr 2026 06:50:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/features/page-actions/</guid><description>&lt;p&gt;Page actions add a per-page dropdown menu with utilities for sharing and inspecting content.&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;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Key&lt;/th&gt;
 &lt;th&gt;Type&lt;/th&gt;
 &lt;th&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;pageShowActions&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;Show the page actions menu, can also be set in front matter&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;repoURL&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;Branch root URL, enables &lt;em&gt;View Repo Source&lt;/em&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;repoSubdir&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;Path from repo root to Hugo project directory&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The &lt;code&gt;repoURL&lt;/code&gt; must point to the branch root, not the repository root. If the Hugo project lives in a subdirectory of the repository, set &lt;code&gt;repoSubdir&lt;/code&gt;. Config example:&lt;/p&gt;</description></item><item><title>Backlinks</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/backlinks/</link><pubDate>Thu, 22 Jan 2026 16:40:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/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>Knowledge Graph</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/knowledge-graph/</link><pubDate>Sat, 02 May 2026 11:59:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/features/knowledge-graph/</guid><description>&lt;p&gt;Knowledge Graph is a relational graph between articles, providing a visual representation of 
 and taxonomy relationships. Yore supports 
, you only need to install it and enable the settings, no additional HTML/CSS configuration is required.&lt;/p&gt;</description></item><item><title>Cookie Consent</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/cookie-consent/</link><pubDate>Sat, 28 Mar 2026 18:00:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/features/cookie-consent/</guid><description>&lt;p&gt;Yore integrates 
 for GDPR-compliant cookie management. Built-in categories are &lt;code&gt;necessary&lt;/code&gt;, &lt;code&gt;functional&lt;/code&gt;, &lt;code&gt;analytics&lt;/code&gt;, and &lt;code&gt;advertising&lt;/code&gt;.&lt;/p&gt;
&lt;div class="admonition group relative my-6 overflow-hidden border-s-4" data-type="important"&gt;
		&lt;div class="flex items-center gap-2 px-4 py-1 font-bold admonition-header"&gt;
			&lt;div class="flex h-5 w-5 shrink-0 items-center justify-center text-lg"&gt;&lt;span class="icon"&gt;&lt;svg width="24" height="24" stroke-width="2" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;
&lt;path d="M8.58737 8.23597L11.1849 3.00376C11.5183 2.33208 12.4817 2.33208 12.8151 3.00376L15.4126 8.23597L21.2215 9.08017C21.9668 9.18848 22.2638 10.0994 21.7243 10.6219L17.5217 14.6918L18.5135 20.4414C18.6409 21.1798 17.8614 21.7428 17.1945 21.3941L12 18.678L6.80547 21.3941C6.1386 21.7428 5.35909 21.1798 5.48645 20.4414L6.47825 14.6918L2.27575 10.6219C1.73617 10.0994 2.03322 9.18848 2.77852 9.08017L8.58737 8.23597Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/&gt;
&lt;/svg&gt;
&lt;/span&gt;&lt;/div&gt;
			&lt;div class="grow"&gt;
				重要
			&lt;/div&gt;
		&lt;/div&gt;&lt;div class="admonition-content px-4 py-1 text-base leading-relaxed"&gt;&lt;ol&gt;
&lt;li&gt;Google Ads related products are 
 with vanilla-cookieconsent.&lt;/li&gt;
&lt;li&gt;Most libraries exclude functional cookies such as dark mode from consent handling and 
. Yore follows the same behavior and does not manage them.&lt;/li&gt;
&lt;li&gt;Provide a cookie settings entry accessible from all pages to meet GDPR requirements.&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&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;div class="highlight-wrapper"&gt;&lt;div class="codeblock-title"&gt;hugo.yaml&lt;/div&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;params&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;cookieConsent&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;enable&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;categories&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;- &lt;span class="l"&gt;necessary&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;- &lt;span class="l"&gt;functional&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;- &lt;span class="l"&gt;analytics&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="w"&gt; &lt;/span&gt;- &lt;span class="l"&gt;advertising&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;code&gt;categories&lt;/code&gt; defines the available consent categories. To create a new category, add &lt;code&gt;NEW_CATEGORY&lt;/code&gt; to &lt;code&gt;categories&lt;/code&gt; and 
 &lt;code&gt;assets/cookie-translations/[LANG].json&lt;/code&gt; to define the corresponding i18n fields.&lt;/p&gt;</description></item><item><title>Versioning</title><link>https://yore.zsl0621.cc/zh-cn/docs/features/versioning/</link><pubDate>Fri, 17 Apr 2026 00:00:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/features/versioning/</guid><description>&lt;p&gt;Versioning serves multiple doc versions. Each version maps to a content directory and gets its own URL prefix.&lt;/p&gt;
&lt;h2 id="how-it-works"&gt;
	How It Works
	&lt;a class="heading-anchor" href="#how-it-works" aria-label="Permalink to 'How It Works'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Hugo builds one site per version declared in &lt;code&gt;versions&lt;/code&gt;. Each site &lt;em&gt;mounts&lt;/em&gt; only the content directories whose &lt;code&gt;sites.matrix.versions&lt;/code&gt; constraint matches that version.&lt;/p&gt;</description></item></channel></rss>