mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-04 16:04:03 +00:00
deploy: a3e975fbb6
This commit is contained in:
parent
3b6291f2d9
commit
4caa3e63f7
258 changed files with 6397 additions and 6294 deletions
basics/migration
|
@ -23,20 +23,20 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="pir">
|
||||
<link href="../../basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Hugo Relearn Theme">
|
||||
<link href="../../basics/migration/index.print.html" rel="alternate" type="text/html" title="What's New :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1698524888" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1698526220" rel="icon" type="image/svg+xml">
|
||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||
<link href="../../css/fontawesome-all.min.css?1698524888" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1698524888" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1698524888" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1698524888" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1698524888" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1698524888" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1698524888" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1698524888" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1698524888" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1698524888" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/variant.css?1698524888" rel="stylesheet">
|
||||
<link href="../../css/print.css?1698524888" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1698524888" rel="stylesheet">
|
||||
<script src="../../js/url.js?1698524888"></script>
|
||||
<script src="../../js/variant.js?1698524888"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1698526220" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1698526220" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1698526220" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1698526220" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1698526220" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1698526220" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1698526220" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1698526220" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1698526220" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1698526220" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/variant.css?1698526220" rel="stylesheet">
|
||||
<link href="../../css/print.css?1698526220" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1698526220" rel="stylesheet">
|
||||
<script src="../../js/url.js?1698526220"></script>
|
||||
<script src="../../js/variant.js?1698526220"></script>
|
||||
<script>
|
||||
// hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic:
|
||||
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||
|
@ -180,11 +180,21 @@
|
|||
</header>
|
||||
<h1 id="whats-new">What's New</h1>
|
||||
|
||||
<p>This document shows you what’s new in the latest release. For a detailed list of changes, see the <a href="../../basics/history/index.html">history page</a>.</p>
|
||||
<p>This document shows you what’s new in the latest release and flags it with one of the following badges. For a detailed list of changes, see the <a href="../../basics/history/index.html">history page</a>.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p><span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> The minimum required Hugo version.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle warning badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-exclamation-triangle"></i></span><span class="badge-content">Breaking</span></span> A change that requires action by you after upgrading to assure the site is still functional.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle note badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-exclamation-circle"></i></span><span class="badge-content">Change</span></span> A change in default behavior that may requires action by you if you want to revert it.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> Marks new behavior you might find interesting or comes configurable.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<!--GH-ACTION-RELEASE-MILESTONE-->
|
||||
<hr>
|
||||
<h2 id="5230">5.23.0-beta</h2>
|
||||
|
@ -197,13 +207,16 @@
|
|||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">params</span><span class="p">]</span>
|
||||
</span></span><span class="line"><span class="cl"> <span class="nx">author</span><span class="p">.</span><span class="nx">name</span> <span class="p">=</span> <span class="s2">"Hugo"</span></span></span></code></pre></div></li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> It is now possible to print custom taxonomies anywhere in you page. <a href="../../cont/taxonomy/index.html#customization">See the docs</a>.</p>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> Taxonomy <a href="https://gohugo.io/content-management/taxonomies/#add-custom-metadata-to-a-taxonomy-or-term" target="_blank">term pages</a> are now allowed to contain content. This is added inbetween the title and the page list.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> It is now possible to print custom taxonomies anywhere in your page. <a href="../../cont/taxonomy/index.html#customization">See the docs</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> It is now possible to adjust the menu width for your whole site. <a href="../../basics/customization/index.html#change-the-menu-width">See the docs</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> The theme now provides a mechanism to load further JavaScript dependencies defined by you. This comes in handy if you want to add your own shortcodes that require additional JavaScript code to be loaded. <a href="../../basics/customization/index.html#own-shortcodes-with-javascript-dependencies">See the docs</a>.</p>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> The theme now provides a mechanism to load further JavaScript dependencies defined by you only if it is needed. This comes in handy if you want to add own shortcodes that depend on additional JavaScript code to be loaded. <a href="../../basics/customization/index.html#own-shortcodes-with-javascript-dependencies">See the docs</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> This release adds social media meta tags for the Open Graph protocol and Twitter Cards to your site. <a href="../../basics/configuration/index.html#social-media-meta-tags">See the docs</a>.</p>
|
||||
|
@ -212,7 +225,7 @@
|
|||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> This release comes with additional sort options for the menu and the <a href="../../shortcodes/children/index.html"><code>children</code> shortcode</a>. Both will now accept the following values: <code>weight</code>, <code>title</code>, <code>linktitle</code>, <code>modifieddate</code>, <code>expirydate</code>, <code>publishdate</code>, <code>date</code>, <code>length</code> or <code>default</code> (adhering to Hugo’s default sort order).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> This release adds portable links.</p>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> This release adds portable Markdoen links.</p>
|
||||
<p>Previously it was not possible to use pure Markdown links in a configuration independend way to link to pages inside of your project. It always required you to know how your <code>uglyURLs</code> setting is, wheather you link to a page or page bundle and in case of relative links if your current page is a page or page bundle. (eg. <code>[generator](generator/index.html)</code> vs. <code>[generator](generator.html)</code>). This is a hassle as you have to change these links manually once you change your <code>uglyURLs</code> setting or change the type of a page.</p>
|
||||
<p>You could work around this by using the <code>relref</code> shortcode (eg <code>[generator]({{% relref "../generator" %}})</code>) which works but results in non-portable Markdown.</p>
|
||||
<p>Now it’s possible to use the same path of a call to <code>relref</code> in a plain Markdown link (eg <code>[generator](../generator)</code>). This is independend of any configuration settings or the page types involved in linking. Note, that this requires your links to be given without any extension, so <code>[generator](generator/index.html)</code> will work as before.</p>
|
||||
|
@ -1107,12 +1120,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1698524889" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1698524889" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1698524889" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1698524889" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1698524889" defer></script>
|
||||
<script src="../../js/search.js?1698524889" defer></script>
|
||||
<script src="../../js/auto-complete.js?1698526220" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1698526220" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1698526220" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1698526220" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1698526220" defer></script>
|
||||
<script src="../../js/search.js?1698526220" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -1269,13 +1282,13 @@
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1698524889"></script>
|
||||
<script async src="../../js/github-buttons.js?1698526220"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1698524889" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1698524889" defer></script>
|
||||
<script src="../../js/theme.js?1698524889" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1698526220" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1698526220" defer></script>
|
||||
<script src="../../js/theme.js?1698526220" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,21 +23,21 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="pir">
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="canonical" type="text/html" title="What's New :: Hugo Relearn Theme">
|
||||
<link href="../../basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1698524888" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1698526220" rel="icon" type="image/svg+xml">
|
||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||
<link href="../../css/fontawesome-all.min.css?1698524890" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1698524890" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1698524890" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1698524890" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1698524890" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1698524890" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1698524890" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1698524890" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1698524890" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1698524890" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/variant.css?1698524890" rel="stylesheet">
|
||||
<link href="../../css/print.css?1698524890" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1698524890" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1698524890" rel="stylesheet">
|
||||
<script src="../../js/url.js?1698524890"></script>
|
||||
<script src="../../js/variant.js?1698524890"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1698526221" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1698526221" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1698526221" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1698526221" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1698526221" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1698526221" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1698526221" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1698526221" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1698526221" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1698526221" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/variant.css?1698526221" rel="stylesheet">
|
||||
<link href="../../css/print.css?1698526221" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1698526221" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1698526221" rel="stylesheet">
|
||||
<script src="../../js/url.js?1698526221"></script>
|
||||
<script src="../../js/variant.js?1698526221"></script>
|
||||
<script>
|
||||
// hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic:
|
||||
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||
|
@ -92,11 +92,21 @@
|
|||
</header>
|
||||
<h1 id="whats-new">What's New</h1>
|
||||
|
||||
<p>This document shows you what’s new in the latest release. For a detailed list of changes, see the <a href="../../basics/history/index.html">history page</a>.</p>
|
||||
<p>This document shows you what’s new in the latest release and flags it with one of the following badges. For a detailed list of changes, see the <a href="../../basics/history/index.html">history page</a>.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p><span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> The minimum required Hugo version.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle warning badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-exclamation-triangle"></i></span><span class="badge-content">Breaking</span></span> A change that requires action by you after upgrading to assure the site is still functional.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle note badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-exclamation-circle"></i></span><span class="badge-content">Change</span></span> A change in default behavior that may requires action by you if you want to revert it.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> Marks new behavior you might find interesting or comes configurable.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<!--GH-ACTION-RELEASE-MILESTONE-->
|
||||
<hr>
|
||||
<h2 id="5230">5.23.0-beta</h2>
|
||||
|
@ -109,13 +119,16 @@
|
|||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">params</span><span class="p">]</span>
|
||||
</span></span><span class="line"><span class="cl"> <span class="nx">author</span><span class="p">.</span><span class="nx">name</span> <span class="p">=</span> <span class="s2">"Hugo"</span></span></span></code></pre></div></li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> It is now possible to print custom taxonomies anywhere in you page. <a href="../../cont/taxonomy/index.html#customization">See the docs</a>.</p>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> Taxonomy <a href="https://gohugo.io/content-management/taxonomies/#add-custom-metadata-to-a-taxonomy-or-term" target="_blank">term pages</a> are now allowed to contain content. This is added inbetween the title and the page list.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> It is now possible to print custom taxonomies anywhere in your page. <a href="../../cont/taxonomy/index.html#customization">See the docs</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> It is now possible to adjust the menu width for your whole site. <a href="../../basics/customization/index.html#change-the-menu-width">See the docs</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> The theme now provides a mechanism to load further JavaScript dependencies defined by you. This comes in handy if you want to add your own shortcodes that require additional JavaScript code to be loaded. <a href="../../basics/customization/index.html#own-shortcodes-with-javascript-dependencies">See the docs</a>.</p>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> The theme now provides a mechanism to load further JavaScript dependencies defined by you only if it is needed. This comes in handy if you want to add own shortcodes that depend on additional JavaScript code to be loaded. <a href="../../basics/customization/index.html#own-shortcodes-with-javascript-dependencies">See the docs</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> This release adds social media meta tags for the Open Graph protocol and Twitter Cards to your site. <a href="../../basics/configuration/index.html#social-media-meta-tags">See the docs</a>.</p>
|
||||
|
@ -124,7 +137,7 @@
|
|||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> This release comes with additional sort options for the menu and the <a href="../../shortcodes/children/index.html"><code>children</code> shortcode</a>. Both will now accept the following values: <code>weight</code>, <code>title</code>, <code>linktitle</code>, <code>modifieddate</code>, <code>expirydate</code>, <code>publishdate</code>, <code>date</code>, <code>length</code> or <code>default</code> (adhering to Hugo’s default sort order).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> This release adds portable links.</p>
|
||||
<p><span class="badge cstyle info badge-with-title"><span class="badge-title"><i class="fa-fw fas fa-plus-circle"></i></span><span class="badge-content">New</span></span> This release adds portable Markdoen links.</p>
|
||||
<p>Previously it was not possible to use pure Markdown links in a configuration independend way to link to pages inside of your project. It always required you to know how your <code>uglyURLs</code> setting is, wheather you link to a page or page bundle and in case of relative links if your current page is a page or page bundle. (eg. <code>[generator](generator/index.html)</code> vs. <code>[generator](generator.html)</code>). This is a hassle as you have to change these links manually once you change your <code>uglyURLs</code> setting or change the type of a page.</p>
|
||||
<p>You could work around this by using the <code>relref</code> shortcode (eg <code>[generator]({{% relref "../generator" %}})</code>) which works but results in non-portable Markdown.</p>
|
||||
<p>Now it’s possible to use the same path of a call to <code>relref</code> in a plain Markdown link (eg <code>[generator](../generator)</code>). This is independend of any configuration settings or the page types involved in linking. Note, that this requires your links to be given without any extension, so <code>[generator](generator/index.html)</code> will work as before.</p>
|
||||
|
@ -938,8 +951,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1698524890" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1698524890" defer></script>
|
||||
<script src="../../js/theme.js?1698524890" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1698526221" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1698526221" defer></script>
|
||||
<script src="../../js/theme.js?1698526221" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue