<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>hugo-core on Yore</title><link>https://yore.zsl0621.cc/tags/hugo-core/</link><description>Recent content in hugo-core on Yore</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 07 Jul 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://yore.zsl0621.cc/tags/hugo-core/index.xml" rel="self" type="application/rss+xml"/><item><title>Preconfigured Setting</title><link>https://yore.zsl0621.cc/docs/configuration/preconfigured-setting/</link><pubDate>Thu, 15 Jan 2026 14:45:00 +0800</pubDate><guid>https://yore.zsl0621.cc/docs/configuration/preconfigured-setting/</guid><description>&lt;p&gt;The preconfigured &lt;code&gt;hugo.yaml&lt;/code&gt; provides an optimized site setup.&lt;/p&gt;
&lt;p&gt;For users installed via Git submodule, add &lt;code&gt;theme: ['hugo-yore']&lt;/code&gt; in &lt;code&gt;hugo.yaml&lt;/code&gt;, and update the languages fields to match your site. Remove the &lt;code&gt;module&lt;/code&gt; field because it's only for Hugo module installation.&lt;/p&gt;</description></item><item><title>Content Type</title><link>https://yore.zsl0621.cc/docs/configuration/content-type/</link><pubDate>Tue, 07 Jul 2026 00:00:00 +0800</pubDate><guid>https://yore.zsl0621.cc/docs/configuration/content-type/</guid><description>&lt;p&gt;Yore provides three content types: &lt;code&gt;blog&lt;/code&gt;, &lt;code&gt;docs&lt;/code&gt;, and &lt;code&gt;gallery&lt;/code&gt;. Each type renders pages with a different set of templates and supports a different set of configuration fields. This guide shows you how to assign a type to your pages.&lt;/p&gt;</description></item><item><title>Related Article</title><link>https://yore.zsl0621.cc/docs/advanced/related-article/</link><pubDate>Fri, 30 Jan 2026 03:14:00 +0800</pubDate><guid>https://yore.zsl0621.cc/docs/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/docs/advanced/markdown-and-hugo/</link><pubDate>Tue, 20 Jan 2026 11:30:00 +0800</pubDate><guid>https://yore.zsl0621.cc/docs/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 
 specification via the Goldmark engine. Understanding the underlying HTML output is essential for precise layout control.&lt;/p&gt;</description></item><item><title>Directory Structure and Assets</title><link>https://yore.zsl0621.cc/docs/directory-structure/</link><pubDate>Fri, 30 Jan 2026 03:54:00 +0800</pubDate><guid>https://yore.zsl0621.cc/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;Hugo projects follow a conventional layout. Each directory has a fixed role and Hugo will not look for files outside their expected locations.&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><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="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;Add &lt;code&gt;backlinks&lt;/code&gt; to &lt;code&gt;outputs.home&lt;/code&gt; to generate the backlink index, and set &lt;code&gt;pageShowBacklinks: true&lt;/code&gt; to display backlinks on pages:&lt;/p&gt;</description></item><item><title>Knowledge Graph</title><link>https://yore.zsl0621.cc/docs/features/knowledge-graph/</link><pubDate>Sat, 02 May 2026 11:59:00 +0800</pubDate><guid>https://yore.zsl0621.cc/docs/features/knowledge-graph/</guid><description>&lt;p&gt;Knowledge Graph visualizes 
 and taxonomy relationships between articles as an interactive graph. Yore supports 
 with no additional HTML/CSS configuration.&lt;/p&gt;
&lt;h2 id="installation--configuration"&gt;
	Installation &amp;amp; Configuration
	&lt;a class="heading-anchor" href="#installation--configuration" aria-label="Permalink to 'Installation &amp;amp; Configuration'"&gt;&lt;/a&gt;
&lt;/h2&gt;&lt;p&gt;Pick one of these methods to set up.&lt;/p&gt;</description></item><item><title>Versioning</title><link>https://yore.zsl0621.cc/docs/features/versioning/</link><pubDate>Fri, 17 Apr 2026 00:00:00 +0800</pubDate><guid>https://yore.zsl0621.cc/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 independent site per version declared in &lt;code&gt;versions&lt;/code&gt;. Each site receives only the content directories that match its &lt;code&gt;sites.matrix.versions&lt;/code&gt; constraint, controlled through Hugo's module mount system, which maps source directories to the &lt;code&gt;content&lt;/code&gt; target at build time.&lt;/p&gt;</description></item></channel></rss>