<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>documentation on Yore</title><link>https://yore.zsl0621.cc/zh-cn/tags/documentation/</link><description>Recent content in documentation 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/documentation/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/introduction/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/introduction/</guid><description>&lt;p&gt;Yore is a simple yet feature-rich Hugo theme, designed specifically for content-heavy blogs, placing textual clarity first. Despite its simplicity, Yore offers multiple layouts, headers, and customization options.&lt;/p&gt;
&lt;h2 id="features"&gt;
	Features
	&lt;a class="heading-anchor" href="#features" aria-label="Permalink to 'Features'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;17:1 ultra high text contrast ratios, far exceeding WCAG-AA 4.5:1&lt;/li&gt;
&lt;li&gt;Prioritizes information delivery&lt;/li&gt;
&lt;li&gt;3 distinct header options&lt;/li&gt;
&lt;li&gt;2 page hero styles&lt;/li&gt;
&lt;li&gt;3-layered CSS structure for flexible styling&lt;/li&gt;
&lt;li&gt;Semantic CSS layer for consistent visual customization&lt;/li&gt;
&lt;li&gt;Article series support&lt;/li&gt;
&lt;li&gt;Keyboard navigation support&lt;/li&gt;
&lt;li&gt;Multilingual/RTL support&lt;/li&gt;
&lt;li&gt;Automated responsive image&lt;/li&gt;
&lt;li&gt;Perfect Google Lighthouse scores on desktop and mobile&lt;/li&gt;
&lt;li&gt;
 lightweight CSS framework&lt;/li&gt;
&lt;li&gt;
 image galleries&lt;/li&gt;
&lt;li&gt;
 interactive charts&lt;/li&gt;
&lt;li&gt;
 LaTeX notation&lt;/li&gt;
&lt;li&gt;
 site search&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Photo credit: 
&lt;/em&gt;&lt;/p&gt;</description></item><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>Color Schemes</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/features/color-schemes/</link><pubDate>Wed, 21 Jan 2026 10:30:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/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>Directory Structure and Assets</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/directory-structure/</link><pubDate>Fri, 30 Jan 2026 03:54:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/directory-structure/</guid><description>&lt;p&gt;Understanding Hugo's directory structure is essential for managing content and assets effectively.&lt;/p&gt;
&lt;h2 id="directory-structure"&gt;
	Directory Structure
	&lt;a class="heading-anchor" href="#directory-structure" aria-label="Permalink to 'Directory Structure'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;A typical Hugo project follows this structure:&lt;/p&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&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;├── archetypes/ # Templates for new Markdown files
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;├── assets/ # Processed assets (images, CSS, JS)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;├── content/ # Markdown files and page bundles
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;├── data/ # Custom configuration data
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;├── i18n/ # Translation files
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;├── layouts/ # Custom layout files
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;├── static/ # Raw static files (favicons, robots.txt)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;├── themes/ # Theme files
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;└── hugo.yaml # Site configuration&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This guide focuses on three key directories: &lt;code&gt;assets/&lt;/code&gt;, &lt;code&gt;static/&lt;/code&gt;, and &lt;code&gt;content/&lt;/code&gt;, as these are the ones you'll work with most frequently.&lt;/p&gt;</description></item><item><title>Feature Images</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/features/feature-images/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/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/zh-cn/%E6%96%87%E6%A1%A3/features/favicon/</link><pubDate>Fri, 30 Jan 2026 21:09:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/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/%E6%96%87%E6%A1%A3/features/series/</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/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/%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>Related Article</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/advanced/related-article/</link><pubDate>Fri, 30 Jan 2026 03:14:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/advanced/related-article/</guid><description>&lt;p&gt;Hugo provides a built-in related article feature powered by an inverted index algorithm. This mechanism offers high performance, though its reliance on exact string matching requires specific taxonomy strategies to achieve optimal results.&lt;/p&gt;</description></item><item><title>Markdown and Hugo</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/advanced/markdown-and-hugo/</link><pubDate>Tue, 20 Jan 2026 11:30:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/advanced/markdown-and-hugo/</guid><description>&lt;h2 id="semantic-markdown"&gt;
	Semantic Markdown
	&lt;a class="heading-anchor" href="#semantic-markdown" aria-label="Permalink to 'Semantic Markdown'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;In static site generation, Markdown is not merely a shorthand for text; it is a direct instruction for generating HTML. Hugo follows the &lt;strong&gt;CommonMark&lt;/strong&gt; specification via the Goldmark engine. Understanding the underlying HTML output is essential for precise layout control.&lt;/p&gt;</description></item><item><title>Customization</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/advanced/customization/</link><pubDate>Mon, 02 Feb 2026 16:55:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/advanced/customization/</guid><description>&lt;h2 id="override-templates"&gt;
	Override Templates
	&lt;a class="heading-anchor" href="#override-templates" aria-label="Permalink to 'Override Templates'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Hugo provides a robust mechanism for template overriding. If the default layout or functionality of a specific theme component does not meet your requirements, you can &lt;strong&gt;override&lt;/strong&gt; it by recreating the file at the equivalent path within your project's root directory.&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><item><title>Reference - Icons</title><link>https://yore.zsl0621.cc/zh-cn/%E6%96%87%E6%A1%A3/reference-icons/</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-icons/</guid><description>&lt;p&gt;This page lists all built-in icons in Yore.&lt;/p&gt;
&lt;p&gt;You can also use custom icons by placing SVG assets in the &lt;code&gt;assets/icons/&lt;/code&gt; directory at your project root. To enable automatic color matching, ensure every SVG path includes the &lt;code&gt;fill=&amp;quot;currentColor&amp;quot;&lt;/code&gt; attribute.&lt;/p&gt;</description></item><item><title>Markdown Basic Formatting</title><link>https://yore.zsl0621.cc/zh-cn/blog/content-example-1/</link><pubDate>Tue, 20 Jan 2026 11:30:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/blog/content-example-1/</guid><description>&lt;p&gt;Basic Markdown example with &lt;code&gt;params.layout: 3-col&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>