<?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/docs/features/</link><description>Recent content in Features on Yore</description><generator>Hugo</generator><language>en</language><managingEditor>98386542+ZhenShuo2021@users.noreply.github.com (Yore)</managingEditor><webMaster>98386542+ZhenShuo2021@users.noreply.github.com (Yore)</webMaster><lastBuildDate>Wed, 18 Mar 2026 22:57:00 +0800</lastBuildDate><atom:link href="https://yore.zsl0621.cc/docs/features/index.xml" rel="self" type="application/rss+xml"/><item><title>Color Schemes</title><link>https://yore.zsl0621.cc/docs/features/color-schemes/</link><pubDate>Wed, 21 Jan 2026 10:30:00 +0800</pubDate><author>98386542+ZhenShuo2021@users.noreply.github.com (Yore)</author><guid>https://yore.zsl0621.cc/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/docs/features/feature-images/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><author>98386542+ZhenShuo2021@users.noreply.github.com (Yore)</author><guid>https://yore.zsl0621.cc/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>Favicon</title><link>https://yore.zsl0621.cc/docs/features/favicon/</link><pubDate>Fri, 30 Jan 2026 21:09:00 +0800</pubDate><author>98386542+ZhenShuo2021@users.noreply.github.com (Yore)</author><guid>https://yore.zsl0621.cc/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/docs/features/series/</link><pubDate>Wed, 21 Jan 2026 08:52:00 +0800</pubDate><author>98386542+ZhenShuo2021@users.noreply.github.com (Yore)</author><guid>https://yore.zsl0621.cc/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/docs/features/docs-layout/</link><pubDate>Wed, 18 Mar 2026 22:57:00 +0800</pubDate><author>98386542+ZhenShuo2021@users.noreply.github.com (Yore)</author><guid>https://yore.zsl0621.cc/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/docs/features/archive/</link><pubDate>Wed, 21 Jan 2026 08:52:00 +0800</pubDate><author>98386542+ZhenShuo2021@users.noreply.github.com (Yore)</author><guid>https://yore.zsl0621.cc/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/docs/features/search/</link><pubDate>Thu, 22 Jan 2026 16:30:00 +0800</pubDate><author>98386542+ZhenShuo2021@users.noreply.github.com (Yore)</author><guid>https://yore.zsl0621.cc/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>Backlinks</title><link>https://yore.zsl0621.cc/docs/features/backlinks/</link><pubDate>Thu, 22 Jan 2026 16:40:00 +0800</pubDate><author>98386542+ZhenShuo2021@users.noreply.github.com (Yore)</author><guid>https://yore.zsl0621.cc/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></channel></rss>