<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>文档 on Yore</title><link>https://yore.zsl0621.cc/zh-cn/docs/</link><description>Recent content in 文档 on Yore</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Fri, 30 Jan 2026 03:54:00 +0800</lastBuildDate><atom:link href="https://yore.zsl0621.cc/zh-cn/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction</title><link>https://yore.zsl0621.cc/zh-cn/docs/introduction/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/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;Multilingual support&lt;/li&gt;
&lt;li&gt;Multi-version content support&lt;/li&gt;
&lt;li&gt;Article series support&lt;/li&gt;
&lt;li&gt;Keyboard navigation support&lt;/li&gt;
&lt;li&gt;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;GDPR cookie consent banner&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;li&gt;
 diagram&lt;/li&gt;
&lt;li&gt;
 diagram zooming&lt;/li&gt;
&lt;li&gt;
 and 
 SVG icon set&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Getting Started</title><link>https://yore.zsl0621.cc/zh-cn/docs/getting-started/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/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.161.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>Directory Structure and Assets</title><link>https://yore.zsl0621.cc/zh-cn/docs/directory-structure/</link><pubDate>Fri, 30 Jan 2026 03:54:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/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>Reference - Configuration</title><link>https://yore.zsl0621.cc/zh-cn/docs/reference-configuration/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/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/docs/reference-front-matter/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/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/docs/reference-icons/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/zh-cn/docs/reference-icons/</guid><description>&lt;p&gt;The &lt;code&gt;icon&lt;/code&gt; shortcode and partial render inline SVG icons.&lt;/p&gt;
&lt;h2 id="usage"&gt;
	Usage
	&lt;a class="heading-anchor" href="#usage" aria-label="Permalink to 'Usage'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Use the shortcode in Markdown files, or the partial in layouts. Pass the icon name, or a path relative to &lt;code&gt;assets/icons/&lt;/code&gt;. A bare name resolves to the first match, and a full path matches exactly. &lt;strong&gt;A bare name is sufficient in most cases&lt;/strong&gt;.&lt;/p&gt;</description></item></channel></rss>