mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-02 06:54:04 +00:00
deploy: 3b587c5a9b
This commit is contained in:
parent
507ad05e66
commit
9e00df8a7b
262 changed files with 6948 additions and 6948 deletions
basics
branding
changelog
configuration
customization
generator
history
index.htmlindex.print.htmlinstallation
migration
requirements
topbar
|
@ -23,21 +23,21 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/branding/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="../../basics/branding/index.xml" rel="alternate" type="application/rss+xml" title="Branding :: Hugo Relearn Theme">
|
||||
<link href="../../basics/branding/index.print.html" rel="alternate" type="text/html" title="Branding :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762095"></script>
|
||||
<script src="../../js/variant.js?1701762095"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762308"></script>
|
||||
<script src="../../js/variant.js?1701762308"></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
|
||||
|
@ -74,7 +74,7 @@
|
|||
<div class="topbar-area topbar-area-start" data-area="start">
|
||||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||||
</div>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i> Klaus</button>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||||
<div class="topbar-content">
|
||||
<div class="topbar-content-wrapper">
|
||||
<nav class="TableOfContents">
|
||||
|
@ -143,13 +143,13 @@
|
|||
<p>Set the <code>themeVariant</code> value to the name of your theme file. That’s it! Your site will be displayed in this variant only.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="73332f968285af365388089d846baa77">
|
||||
<div class="tab-panel" data-tab-group="51c8a3f177879c2cf8cd67360d9ea020">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('73332f968285af365388089d846baa77','hugotoml')"
|
||||
onclick="switchTab('51c8a3f177879c2cf8cd67360d9ea020','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -177,13 +177,13 @@
|
|||
<p>You can also set multiple variants. In this case, the first variant is the default chosen on first view and a variant selector will be shown in the menu footer if the array contains more than one entry.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="a9d54bf5e7eb64a5b000cabbc1445dce">
|
||||
<div class="tab-panel" data-tab-group="3af0ff56745f72f96241f2bea81d895f">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('a9d54bf5e7eb64a5b000cabbc1445dce','hugotoml')"
|
||||
onclick="switchTab('3af0ff56745f72f96241f2bea81d895f','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -212,13 +212,13 @@
|
|||
<p>You can use the <code>auto</code> value with the single or multiple variants option. If you are using multiple variants, you can drop <code>auto</code> at any position in the option’s array, but usually it makes sense to set it in the first position and make it the default.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="09f5c443d246c61dd091279968b0d87d">
|
||||
<div class="tab-panel" data-tab-group="7e6b0b991792a5ded7d57d6f9551823e">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('09f5c443d246c61dd091279968b0d87d','hugotoml')"
|
||||
onclick="switchTab('7e6b0b991792a5ded7d57d6f9551823e','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -238,13 +238,13 @@
|
|||
<p>If you don’t like that behavior, you can explicitly set <code>themeVariantAuto</code>. The first entry in the array is the color variant for light mode, the second for dark mode.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="b206850ecf3babcc24407266f922e732">
|
||||
<div class="tab-panel" data-tab-group="392f2f1dbad3495f568b6de2b31949a6">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('b206850ecf3babcc24407266f922e732','hugotoml')"
|
||||
onclick="switchTab('392f2f1dbad3495f568b6de2b31949a6','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -266,13 +266,13 @@
|
|||
<p>If you need to change this default behavior, create a new file <code>layouts/partials/favicon.html</code> in your site’s directory and write something like this:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="05e2ab7f5c77d64a0c0a65bfb84dd7ff">
|
||||
<div class="tab-panel" data-tab-group="13e5a29d58967b509e1973e71732e0ab">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="layoutspartialsfaviconhtml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('05e2ab7f5c77d64a0c0a65bfb84dd7ff','layoutspartialsfaviconhtml')"
|
||||
onclick="switchTab('13e5a29d58967b509e1973e71732e0ab','layoutspartialsfaviconhtml')"
|
||||
>
|
||||
<span class="tab-nav-text">layouts/partials/favicon.html</span>
|
||||
</button>
|
||||
|
@ -306,13 +306,13 @@
|
|||
<p>Again, in this case, the first variant is the default chosen on first view and a variant selector will be shown in the menu footer if the array contains more than one entry.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="421e7fc7247e49f4fcc2136b9750ac57">
|
||||
<div class="tab-panel" data-tab-group="eb9bf15eb1ea55f6b7c1e6ed1d76033c">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('421e7fc7247e49f4fcc2136b9750ac57','hugotoml')"
|
||||
onclick="switchTab('eb9bf15eb1ea55f6b7c1e6ed1d76033c','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -330,13 +330,13 @@
|
|||
</div><p>you now write it that way:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="24106fa289d2e0ff9ce30c0a06f3837c">
|
||||
<div class="tab-panel" data-tab-group="97bef06d4af9df0cdc6a36bd5500ac77">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('24106fa289d2e0ff9ce30c0a06f3837c','hugotoml')"
|
||||
onclick="switchTab('97bef06d4af9df0cdc6a36bd5500ac77','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -385,13 +385,13 @@
|
|||
<h3 id="example-configuration-of-this-site">Example Configuration of This Site</h3>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="f96ddc23703d4f1ff01c834fe183f915">
|
||||
<div class="tab-panel" data-tab-group="75fad79e5fef6754b7f73e3fabfcd890">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('f96ddc23703d4f1ff01c834fe183f915','hugotoml')"
|
||||
onclick="switchTab('75fad79e5fef6754b7f73e3fabfcd890','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -436,13 +436,13 @@
|
|||
<p>For example, you want to use the <code>relearn-light</code> variant but want to change the syntax highlightning schema to the one used in the <code>neon</code> variant. For that, create a new <code>static/css/theme-my-branding.css</code> in your site’s directory and add the following lines:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="46b7e379daeabcc464abd8be98a679ed">
|
||||
<div class="tab-panel" data-tab-group="396d9aa8bb59fac1b24a2e58a676536a">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="staticcsstheme-my-brandingcss"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('46b7e379daeabcc464abd8be98a679ed','staticcsstheme-my-brandingcss')"
|
||||
onclick="switchTab('396d9aa8bb59fac1b24a2e58a676536a','staticcsstheme-my-brandingcss')"
|
||||
>
|
||||
<span class="tab-nav-text">static/css/theme-my-branding.css</span>
|
||||
</button>
|
||||
|
@ -465,13 +465,13 @@
|
|||
</div><p>Afterwards put this in your <code>hugo.toml</code> to use your new variant:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="97865635bdb65b414694d84cfebc7966">
|
||||
<div class="tab-panel" data-tab-group="e38ead956ef66ed9b3a00102b1d6afb5">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('97865635bdb65b414694d84cfebc7966','hugotoml')"
|
||||
onclick="switchTab('e38ead956ef66ed9b3a00102b1d6afb5','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -585,12 +585,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../../js/search.js?1701762095" defer></script>
|
||||
<script src="../../js/auto-complete.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762309" defer></script>
|
||||
<script src="../../js/search.js?1701762309" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -753,13 +753,13 @@
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../../js/github-buttons.js?1701762309"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../../js/theme.js?1701762095" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,22 +23,22 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/branding/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/branding/index.html" rel="canonical" type="text/html" title="Branding :: Hugo Relearn Theme">
|
||||
<link href="../../basics/branding/index.xml" rel="alternate" type="application/rss+xml" title="Branding :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762096"></script>
|
||||
<script src="../../js/variant.js?1701762096"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762309"></script>
|
||||
<script src="../../js/variant.js?1701762309"></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
|
||||
|
@ -101,13 +101,13 @@
|
|||
<p>Set the <code>themeVariant</code> value to the name of your theme file. That’s it! Your site will be displayed in this variant only.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="73332f968285af365388089d846baa77">
|
||||
<div class="tab-panel" data-tab-group="51c8a3f177879c2cf8cd67360d9ea020">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('73332f968285af365388089d846baa77','hugotoml')"
|
||||
onclick="switchTab('51c8a3f177879c2cf8cd67360d9ea020','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -135,13 +135,13 @@
|
|||
<p>You can also set multiple variants. In this case, the first variant is the default chosen on first view and a variant selector will be shown in the menu footer if the array contains more than one entry.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="a9d54bf5e7eb64a5b000cabbc1445dce">
|
||||
<div class="tab-panel" data-tab-group="3af0ff56745f72f96241f2bea81d895f">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('a9d54bf5e7eb64a5b000cabbc1445dce','hugotoml')"
|
||||
onclick="switchTab('3af0ff56745f72f96241f2bea81d895f','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -170,13 +170,13 @@
|
|||
<p>You can use the <code>auto</code> value with the single or multiple variants option. If you are using multiple variants, you can drop <code>auto</code> at any position in the option’s array, but usually it makes sense to set it in the first position and make it the default.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="09f5c443d246c61dd091279968b0d87d">
|
||||
<div class="tab-panel" data-tab-group="7e6b0b991792a5ded7d57d6f9551823e">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('09f5c443d246c61dd091279968b0d87d','hugotoml')"
|
||||
onclick="switchTab('7e6b0b991792a5ded7d57d6f9551823e','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -196,13 +196,13 @@
|
|||
<p>If you don’t like that behavior, you can explicitly set <code>themeVariantAuto</code>. The first entry in the array is the color variant for light mode, the second for dark mode.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="b206850ecf3babcc24407266f922e732">
|
||||
<div class="tab-panel" data-tab-group="392f2f1dbad3495f568b6de2b31949a6">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('b206850ecf3babcc24407266f922e732','hugotoml')"
|
||||
onclick="switchTab('392f2f1dbad3495f568b6de2b31949a6','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -224,13 +224,13 @@
|
|||
<p>If you need to change this default behavior, create a new file <code>layouts/partials/favicon.html</code> in your site’s directory and write something like this:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="05e2ab7f5c77d64a0c0a65bfb84dd7ff">
|
||||
<div class="tab-panel" data-tab-group="13e5a29d58967b509e1973e71732e0ab">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="layoutspartialsfaviconhtml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('05e2ab7f5c77d64a0c0a65bfb84dd7ff','layoutspartialsfaviconhtml')"
|
||||
onclick="switchTab('13e5a29d58967b509e1973e71732e0ab','layoutspartialsfaviconhtml')"
|
||||
>
|
||||
<span class="tab-nav-text">layouts/partials/favicon.html</span>
|
||||
</button>
|
||||
|
@ -264,13 +264,13 @@
|
|||
<p>Again, in this case, the first variant is the default chosen on first view and a variant selector will be shown in the menu footer if the array contains more than one entry.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="421e7fc7247e49f4fcc2136b9750ac57">
|
||||
<div class="tab-panel" data-tab-group="eb9bf15eb1ea55f6b7c1e6ed1d76033c">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('421e7fc7247e49f4fcc2136b9750ac57','hugotoml')"
|
||||
onclick="switchTab('eb9bf15eb1ea55f6b7c1e6ed1d76033c','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -288,13 +288,13 @@
|
|||
</div><p>you now write it that way:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="24106fa289d2e0ff9ce30c0a06f3837c">
|
||||
<div class="tab-panel" data-tab-group="97bef06d4af9df0cdc6a36bd5500ac77">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('24106fa289d2e0ff9ce30c0a06f3837c','hugotoml')"
|
||||
onclick="switchTab('97bef06d4af9df0cdc6a36bd5500ac77','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -343,13 +343,13 @@
|
|||
<h3 id="example-configuration-of-this-site">Example Configuration of This Site</h3>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="f96ddc23703d4f1ff01c834fe183f915">
|
||||
<div class="tab-panel" data-tab-group="75fad79e5fef6754b7f73e3fabfcd890">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('f96ddc23703d4f1ff01c834fe183f915','hugotoml')"
|
||||
onclick="switchTab('75fad79e5fef6754b7f73e3fabfcd890','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -394,13 +394,13 @@
|
|||
<p>For example, you want to use the <code>relearn-light</code> variant but want to change the syntax highlightning schema to the one used in the <code>neon</code> variant. For that, create a new <code>static/css/theme-my-branding.css</code> in your site’s directory and add the following lines:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="46b7e379daeabcc464abd8be98a679ed">
|
||||
<div class="tab-panel" data-tab-group="396d9aa8bb59fac1b24a2e58a676536a">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="staticcsstheme-my-brandingcss"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('46b7e379daeabcc464abd8be98a679ed','staticcsstheme-my-brandingcss')"
|
||||
onclick="switchTab('396d9aa8bb59fac1b24a2e58a676536a','staticcsstheme-my-brandingcss')"
|
||||
>
|
||||
<span class="tab-nav-text">static/css/theme-my-branding.css</span>
|
||||
</button>
|
||||
|
@ -423,13 +423,13 @@
|
|||
</div><p>Afterwards put this in your <code>hugo.toml</code> to use your new variant:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="97865635bdb65b414694d84cfebc7966">
|
||||
<div class="tab-panel" data-tab-group="e38ead956ef66ed9b3a00102b1d6afb5">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('97865635bdb65b414694d84cfebc7966','hugotoml')"
|
||||
onclick="switchTab('e38ead956ef66ed9b3a00102b1d6afb5','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -462,8 +462,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../../js/theme.js?1701762096" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -20,21 +20,21 @@
|
|||
<meta property="article:section" content="Basics :: Hugo Relearn Theme">
|
||||
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||
<title></title>
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762095"></script>
|
||||
<script src="../../js/variant.js?1701762095"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762308"></script>
|
||||
<script src="../../js/variant.js?1701762308"></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
|
||||
|
@ -71,7 +71,7 @@
|
|||
<div class="topbar-area topbar-area-start" data-area="start">
|
||||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||||
</div>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i> Klaus</button>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||||
<div class="topbar-content">
|
||||
<div class="topbar-content-wrapper">
|
||||
<nav class="TableOfContents">
|
||||
|
@ -2230,12 +2230,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../../js/search.js?1701762095" defer></script>
|
||||
<script src="../../js/auto-complete.js?1701762308" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762308" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762308" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762308" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762308" defer></script>
|
||||
<script src="../../js/search.js?1701762308" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -2398,13 +2398,13 @@
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../../js/github-buttons.js?1701762308"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../../js/theme.js?1701762095" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762308" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762308" defer></script>
|
||||
<script src="../../js/theme.js?1701762308" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -20,22 +20,22 @@
|
|||
<meta property="article:section" content="Basics :: Hugo Relearn Theme">
|
||||
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||
<title></title>
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762096"></script>
|
||||
<script src="../../js/variant.js?1701762096"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762309"></script>
|
||||
<script src="../../js/variant.js?1701762309"></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
|
||||
|
@ -86,8 +86,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../../js/theme.js?1701762096" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,21 +23,21 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="../../basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configuration :: Hugo Relearn Theme">
|
||||
<link href="../../basics/configuration/index.print.html" rel="alternate" type="text/html" title="Configuration :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762095"></script>
|
||||
<script src="../../js/variant.js?1701762095"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762308"></script>
|
||||
<script src="../../js/variant.js?1701762308"></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
|
||||
|
@ -74,7 +74,7 @@
|
|||
<div class="topbar-area topbar-area-start" data-area="start">
|
||||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||||
</div>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i> Klaus</button>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||||
<div class="topbar-content">
|
||||
<div class="topbar-content-wrapper">
|
||||
</div>
|
||||
|
@ -122,13 +122,13 @@
|
|||
<p>Note that some of these options are explained in detail in other sections of this documentation.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="9486d272a061bbaa98244214e4c09c87">
|
||||
<div class="tab-panel" data-tab-group="860c107dfcc2e5d80db7deaad8944eb3">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('9486d272a061bbaa98244214e4c09c87','hugotoml')"
|
||||
onclick="switchTab('860c107dfcc2e5d80db7deaad8944eb3','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -660,12 +660,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../../js/search.js?1701762095" defer></script>
|
||||
<script src="../../js/auto-complete.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762309" defer></script>
|
||||
<script src="../../js/search.js?1701762309" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -828,13 +828,13 @@
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../../js/github-buttons.js?1701762309"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../../js/theme.js?1701762095" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,22 +23,22 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="canonical" type="text/html" title="Configuration :: Hugo Relearn Theme">
|
||||
<link href="../../basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configuration :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762096"></script>
|
||||
<script src="../../js/variant.js?1701762096"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762309"></script>
|
||||
<script src="../../js/variant.js?1701762309"></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
|
||||
|
@ -101,13 +101,13 @@
|
|||
<p>Note that some of these options are explained in detail in other sections of this documentation.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="9486d272a061bbaa98244214e4c09c87">
|
||||
<div class="tab-panel" data-tab-group="860c107dfcc2e5d80db7deaad8944eb3">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('9486d272a061bbaa98244214e4c09c87','hugotoml')"
|
||||
onclick="switchTab('860c107dfcc2e5d80db7deaad8944eb3','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -558,8 +558,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../../js/theme.js?1701762096" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,21 +23,21 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="../../basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customization :: Hugo Relearn Theme">
|
||||
<link href="../../basics/customization/index.print.html" rel="alternate" type="text/html" title="Customization :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762095"></script>
|
||||
<script src="../../js/variant.js?1701762095"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762308"></script>
|
||||
<script src="../../js/variant.js?1701762308"></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
|
||||
|
@ -74,7 +74,7 @@
|
|||
<div class="topbar-area topbar-area-start" data-area="start">
|
||||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||||
</div>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i> Klaus</button>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||||
<div class="topbar-content">
|
||||
<div class="topbar-content-wrapper">
|
||||
<nav class="TableOfContents">
|
||||
|
@ -157,8 +157,8 @@
|
|||
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>hugo.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
||||
<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">outputs</span><span class="p">]</span>
|
||||
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
||||
<p><a href="#R-image-f820956fff775a52d4a111f8dacb7bd2" class="lightbox-link"><img src="../../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-f820956fff775a52d4a111f8dacb7bd2"><img src="../../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-dc1629ae646eb5efe677c87bc2c9301c" class="lightbox-link"><img src="../../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-dc1629ae646eb5efe677c87bc2c9301c"><img src="../../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
|
||||
<div class="box notices cstyle note">
|
||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
||||
|
@ -199,8 +199,8 @@ appearance, you will have to configure the <code>landingPageName</code> for the
|
|||
</span></span><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Arrr! Homme"</span>
|
||||
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If this option is not configured for a specific language, they will get their default values:</p>
|
||||
<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="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
||||
<p><a href="#R-image-5fc252d3d28a89b3f94d554ebd4d0b6e" class="lightbox-link"><img src="../../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-5fc252d3d28a89b3f94d554ebd4d0b6e"><img src="../../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-8de47122f02cdac7e06212beaa0a2865" class="lightbox-link"><img src="../../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8de47122f02cdac7e06212beaa0a2865"><img src="../../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
||||
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> protocol and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
||||
<h2 id="change-the-menu-width">Change the Menu Width</h2>
|
||||
|
@ -381,12 +381,12 @@ appearance, you will have to configure the <code>landingPageName</code> for the
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../../js/search.js?1701762095" defer></script>
|
||||
<script src="../../js/auto-complete.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762309" defer></script>
|
||||
<script src="../../js/search.js?1701762309" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -549,13 +549,13 @@ appearance, you will have to configure the <code>landingPageName</code> for the
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../../js/github-buttons.js?1701762309"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../../js/theme.js?1701762095" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,22 +23,22 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="canonical" type="text/html" title="Customization :: Hugo Relearn Theme">
|
||||
<link href="../../basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customization :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762096"></script>
|
||||
<script src="../../js/variant.js?1701762096"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762309"></script>
|
||||
<script src="../../js/variant.js?1701762309"></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
|
||||
|
@ -117,8 +117,8 @@
|
|||
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>hugo.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
||||
<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">outputs</span><span class="p">]</span>
|
||||
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
||||
<p><a href="#R-image-f820956fff775a52d4a111f8dacb7bd2" class="lightbox-link"><img src="../../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-f820956fff775a52d4a111f8dacb7bd2"><img src="../../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-dc1629ae646eb5efe677c87bc2c9301c" class="lightbox-link"><img src="../../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-dc1629ae646eb5efe677c87bc2c9301c"><img src="../../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
|
||||
<div class="box notices cstyle note">
|
||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
||||
|
@ -159,8 +159,8 @@ appearance, you will have to configure the <code>landingPageName</code> for the
|
|||
</span></span><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Arrr! Homme"</span>
|
||||
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If this option is not configured for a specific language, they will get their default values:</p>
|
||||
<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="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
||||
<p><a href="#R-image-5fc252d3d28a89b3f94d554ebd4d0b6e" class="lightbox-link"><img src="../../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-5fc252d3d28a89b3f94d554ebd4d0b6e"><img src="../../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-8de47122f02cdac7e06212beaa0a2865" class="lightbox-link"><img src="../../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8de47122f02cdac7e06212beaa0a2865"><img src="../../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
||||
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> protocol and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
||||
<h2 id="change-the-menu-width">Change the Menu Width</h2>
|
||||
|
@ -260,8 +260,8 @@ appearance, you will have to configure the <code>landingPageName</code> for the
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../../js/theme.js?1701762096" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,21 +23,21 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="../../basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generator :: Hugo Relearn Theme">
|
||||
<link href="../../basics/generator/index.print.html" rel="alternate" type="text/html" title="Stylesheet generator :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762095"></script>
|
||||
<script src="../../js/variant.js?1701762095"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762308"></script>
|
||||
<script src="../../js/variant.js?1701762308"></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
|
||||
|
@ -74,7 +74,7 @@
|
|||
<div class="topbar-area topbar-area-start" data-area="start">
|
||||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||||
</div>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i> Klaus</button>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||||
<div class="topbar-content">
|
||||
<div class="topbar-content-wrapper">
|
||||
</div>
|
||||
|
@ -116,13 +116,13 @@
|
|||
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
||||
|
||||
<div class="expand">
|
||||
<input type="checkbox" id="R-expand-0bbf6252771f9edeb087b43af99d136d" aria-controls="R-expandcontent-0bbf6252771f9edeb087b43af99d136d" >
|
||||
<label class="expand-label" for="R-expand-0bbf6252771f9edeb087b43af99d136d" >
|
||||
<input type="checkbox" id="R-expand-f14cf56aefb73a8434ec686b8ea2bed6" aria-controls="R-expandcontent-f14cf56aefb73a8434ec686b8ea2bed6" >
|
||||
<label class="expand-label" for="R-expand-f14cf56aefb73a8434ec686b8ea2bed6" >
|
||||
<i class="fas fa-chevron-down"></i>
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
Show usage instructions
|
||||
</label>
|
||||
<div id="R-expandcontent-0bbf6252771f9edeb087b43af99d136d" class="expand-content">
|
||||
<div id="R-expandcontent-f14cf56aefb73a8434ec686b8ea2bed6" class="expand-content">
|
||||
|
||||
<p>To get started, first select a color variant from the variant selector in the lower left sidebar that fits you best as a starting point.</p>
|
||||
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
||||
|
@ -236,12 +236,12 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../../js/search.js?1701762095" defer></script>
|
||||
<script src="../../js/auto-complete.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762309" defer></script>
|
||||
<script src="../../js/search.js?1701762309" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -404,27 +404,27 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../../js/github-buttons.js?1701762309"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../../js/d3/d3-color.min.js?1701762095" defer></script>
|
||||
<script src="../../js/d3/d3-dispatch.min.js?1701762095" defer></script>
|
||||
<script src="../../js/d3/d3-drag.min.js?1701762095" defer></script>
|
||||
<script src="../../js/d3/d3-ease.min.js?1701762095" defer></script>
|
||||
<script src="../../js/d3/d3-interpolate.min.js?1701762095" defer></script>
|
||||
<script src="../../js/d3/d3-selection.min.js?1701762095" defer></script>
|
||||
<script src="../../js/d3/d3-timer.min.js?1701762095" defer></script>
|
||||
<script src="../../js/d3/d3-transition.min.js?1701762095" defer></script>
|
||||
<script src="../../js/d3/d3-zoom.min.js?1701762095" defer></script>
|
||||
<script src="../../js/js-yaml.min.js?1701762095" defer></script>
|
||||
<script src="../../js/mermaid.min.js?1701762095" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-color.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-dispatch.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-drag.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-ease.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-interpolate.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-selection.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-timer.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-transition.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-zoom.min.js?1701762309" defer></script>
|
||||
<script src="../../js/js-yaml.min.js?1701762309" defer></script>
|
||||
<script src="../../js/mermaid.min.js?1701762309" defer></script>
|
||||
<script>
|
||||
window.themeUseMermaid = JSON.parse("{ \"securityLevel\": \"loose\" }");
|
||||
</script>
|
||||
<script src="../../js/theme.js?1701762095" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,22 +23,22 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="canonical" type="text/html" title="Stylesheet generator :: Hugo Relearn Theme">
|
||||
<link href="../../basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generator :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762096"></script>
|
||||
<script src="../../js/variant.js?1701762096"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762309"></script>
|
||||
<script src="../../js/variant.js?1701762309"></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
|
||||
|
@ -95,13 +95,13 @@
|
|||
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
||||
|
||||
<div class="expand">
|
||||
<input type="checkbox" id="R-expand-0bbf6252771f9edeb087b43af99d136d" aria-controls="R-expandcontent-0bbf6252771f9edeb087b43af99d136d" >
|
||||
<label class="expand-label" for="R-expand-0bbf6252771f9edeb087b43af99d136d" >
|
||||
<input type="checkbox" id="R-expand-f14cf56aefb73a8434ec686b8ea2bed6" aria-controls="R-expandcontent-f14cf56aefb73a8434ec686b8ea2bed6" >
|
||||
<label class="expand-label" for="R-expand-f14cf56aefb73a8434ec686b8ea2bed6" >
|
||||
<i class="fas fa-chevron-down"></i>
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
Show usage instructions
|
||||
</label>
|
||||
<div id="R-expandcontent-0bbf6252771f9edeb087b43af99d136d" class="expand-content">
|
||||
<div id="R-expandcontent-f14cf56aefb73a8434ec686b8ea2bed6" class="expand-content">
|
||||
|
||||
<p>To get started, first select a color variant from the variant selector in the lower left sidebar that fits you best as a starting point.</p>
|
||||
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
||||
|
@ -134,22 +134,22 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../../js/d3/d3-color.min.js?1701762096" defer></script>
|
||||
<script src="../../js/d3/d3-dispatch.min.js?1701762096" defer></script>
|
||||
<script src="../../js/d3/d3-drag.min.js?1701762096" defer></script>
|
||||
<script src="../../js/d3/d3-ease.min.js?1701762096" defer></script>
|
||||
<script src="../../js/d3/d3-interpolate.min.js?1701762096" defer></script>
|
||||
<script src="../../js/d3/d3-selection.min.js?1701762096" defer></script>
|
||||
<script src="../../js/d3/d3-timer.min.js?1701762096" defer></script>
|
||||
<script src="../../js/d3/d3-transition.min.js?1701762096" defer></script>
|
||||
<script src="../../js/d3/d3-zoom.min.js?1701762096" defer></script>
|
||||
<script src="../../js/js-yaml.min.js?1701762096" defer></script>
|
||||
<script src="../../js/mermaid.min.js?1701762096" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-color.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-dispatch.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-drag.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-ease.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-interpolate.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-selection.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-timer.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-transition.min.js?1701762309" defer></script>
|
||||
<script src="../../js/d3/d3-zoom.min.js?1701762309" defer></script>
|
||||
<script src="../../js/js-yaml.min.js?1701762309" defer></script>
|
||||
<script src="../../js/mermaid.min.js?1701762309" defer></script>
|
||||
<script>
|
||||
window.themeUseMermaid = JSON.parse("{ \"securityLevel\": \"loose\" }");
|
||||
</script>
|
||||
<script src="../../js/theme.js?1701762096" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,21 +23,21 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="../../basics/history/index.xml" rel="alternate" type="application/rss+xml" title="History :: Hugo Relearn Theme">
|
||||
<link href="../../basics/history/index.print.html" rel="alternate" type="text/html" title="History :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762095"></script>
|
||||
<script src="../../js/variant.js?1701762095"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762308"></script>
|
||||
<script src="../../js/variant.js?1701762308"></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
|
||||
|
@ -74,7 +74,7 @@
|
|||
<div class="topbar-area topbar-area-start" data-area="start">
|
||||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||||
</div>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i> Klaus</button>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||||
<div class="topbar-content">
|
||||
<div class="topbar-content-wrapper">
|
||||
<nav class="TableOfContents">
|
||||
|
@ -2236,12 +2236,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../../js/search.js?1701762095" defer></script>
|
||||
<script src="../../js/auto-complete.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762309" defer></script>
|
||||
<script src="../../js/search.js?1701762309" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -2404,13 +2404,13 @@
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../../js/github-buttons.js?1701762309"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../../js/theme.js?1701762095" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,22 +23,22 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="canonical" type="text/html" title="History :: Hugo Relearn Theme">
|
||||
<link href="../../basics/history/index.xml" rel="alternate" type="application/rss+xml" title="History :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762096"></script>
|
||||
<script src="../../js/variant.js?1701762096"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762309"></script>
|
||||
<script src="../../js/variant.js?1701762309"></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
|
||||
|
@ -1425,8 +1425,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../../js/theme.js?1701762096" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,21 +23,21 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="../basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Hugo Relearn Theme">
|
||||
<link href="../basics/index.print.html" rel="alternate" type="text/html" title="Basics :: Hugo Relearn Theme">
|
||||
<link href="../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../js/url.js?1701762095"></script>
|
||||
<script src="../js/variant.js?1701762095"></script>
|
||||
<link href="../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../js/url.js?1701762308"></script>
|
||||
<script src="../js/variant.js?1701762308"></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
|
||||
|
@ -74,7 +74,7 @@
|
|||
<div class="topbar-area topbar-area-start" data-area="start">
|
||||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||||
</div>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i> Klaus</button>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||||
<div class="topbar-content">
|
||||
<div class="topbar-content-wrapper">
|
||||
</div>
|
||||
|
@ -203,12 +203,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../js/search.js?1701762095" defer></script>
|
||||
<script src="../js/auto-complete.js?1701762309" defer></script>
|
||||
<script src="../js/lunr/lunr.min.js?1701762309" defer></script>
|
||||
<script src="../js/lunr/lunr.stemmer.support.min.js?1701762309" defer></script>
|
||||
<script src="../js/lunr/lunr.multi.min.js?1701762309" defer></script>
|
||||
<script src="../js/lunr/lunr.en.min.js?1701762309" defer></script>
|
||||
<script src="../js/search.js?1701762309" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -371,13 +371,13 @@
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../js/github-buttons.js?1701762309"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../js/theme.js?1701762095" defer></script>
|
||||
<script src="../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,22 +23,22 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="canonical" type="text/html" title="Basics :: Hugo Relearn Theme">
|
||||
<link href="../basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Hugo Relearn Theme">
|
||||
<link href="../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../js/url.js?1701762096"></script>
|
||||
<script src="../js/variant.js?1701762096"></script>
|
||||
<link href="../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../js/url.js?1701762309"></script>
|
||||
<script src="../js/variant.js?1701762309"></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
|
||||
|
@ -1056,8 +1056,8 @@
|
|||
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
||||
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
||||
<p><a href="#R-image-e654cdf71d63942f1c14c2eda95a873a" class="lightbox-link"><img src="../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e654cdf71d63942f1c14c2eda95a873a"><img src="../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-081159e5c9fcbcb93e8ef0aa1b66c17f" class="lightbox-link"><img src="../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-081159e5c9fcbcb93e8ef0aa1b66c17f"><img src="../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
||||
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
||||
|
@ -1104,13 +1104,13 @@
|
|||
<p>Note that some of these options are explained in detail in other sections of this documentation.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="9486d272a061bbaa98244214e4c09c87">
|
||||
<div class="tab-panel" data-tab-group="860c107dfcc2e5d80db7deaad8944eb3">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('9486d272a061bbaa98244214e4c09c87','hugotoml')"
|
||||
onclick="switchTab('860c107dfcc2e5d80db7deaad8944eb3','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -1572,13 +1572,13 @@
|
|||
<p>Set the <code>themeVariant</code> value to the name of your theme file. That’s it! Your site will be displayed in this variant only.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="73332f968285af365388089d846baa77">
|
||||
<div class="tab-panel" data-tab-group="51c8a3f177879c2cf8cd67360d9ea020">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('73332f968285af365388089d846baa77','hugotoml')"
|
||||
onclick="switchTab('51c8a3f177879c2cf8cd67360d9ea020','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -1606,13 +1606,13 @@
|
|||
<p>You can also set multiple variants. In this case, the first variant is the default chosen on first view and a variant selector will be shown in the menu footer if the array contains more than one entry.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="a9d54bf5e7eb64a5b000cabbc1445dce">
|
||||
<div class="tab-panel" data-tab-group="3af0ff56745f72f96241f2bea81d895f">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('a9d54bf5e7eb64a5b000cabbc1445dce','hugotoml')"
|
||||
onclick="switchTab('3af0ff56745f72f96241f2bea81d895f','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -1641,13 +1641,13 @@
|
|||
<p>You can use the <code>auto</code> value with the single or multiple variants option. If you are using multiple variants, you can drop <code>auto</code> at any position in the option’s array, but usually it makes sense to set it in the first position and make it the default.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="09f5c443d246c61dd091279968b0d87d">
|
||||
<div class="tab-panel" data-tab-group="7e6b0b991792a5ded7d57d6f9551823e">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('09f5c443d246c61dd091279968b0d87d','hugotoml')"
|
||||
onclick="switchTab('7e6b0b991792a5ded7d57d6f9551823e','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -1667,13 +1667,13 @@
|
|||
<p>If you don’t like that behavior, you can explicitly set <code>themeVariantAuto</code>. The first entry in the array is the color variant for light mode, the second for dark mode.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="b206850ecf3babcc24407266f922e732">
|
||||
<div class="tab-panel" data-tab-group="392f2f1dbad3495f568b6de2b31949a6">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('b206850ecf3babcc24407266f922e732','hugotoml')"
|
||||
onclick="switchTab('392f2f1dbad3495f568b6de2b31949a6','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -1695,13 +1695,13 @@
|
|||
<p>If you need to change this default behavior, create a new file <code>layouts/partials/favicon.html</code> in your site’s directory and write something like this:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="05e2ab7f5c77d64a0c0a65bfb84dd7ff">
|
||||
<div class="tab-panel" data-tab-group="13e5a29d58967b509e1973e71732e0ab">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="layoutspartialsfaviconhtml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('05e2ab7f5c77d64a0c0a65bfb84dd7ff','layoutspartialsfaviconhtml')"
|
||||
onclick="switchTab('13e5a29d58967b509e1973e71732e0ab','layoutspartialsfaviconhtml')"
|
||||
>
|
||||
<span class="tab-nav-text">layouts/partials/favicon.html</span>
|
||||
</button>
|
||||
|
@ -1735,13 +1735,13 @@
|
|||
<p>Again, in this case, the first variant is the default chosen on first view and a variant selector will be shown in the menu footer if the array contains more than one entry.</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="421e7fc7247e49f4fcc2136b9750ac57">
|
||||
<div class="tab-panel" data-tab-group="eb9bf15eb1ea55f6b7c1e6ed1d76033c">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('421e7fc7247e49f4fcc2136b9750ac57','hugotoml')"
|
||||
onclick="switchTab('eb9bf15eb1ea55f6b7c1e6ed1d76033c','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -1759,13 +1759,13 @@
|
|||
</div><p>you now write it that way:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="24106fa289d2e0ff9ce30c0a06f3837c">
|
||||
<div class="tab-panel" data-tab-group="97bef06d4af9df0cdc6a36bd5500ac77">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('24106fa289d2e0ff9ce30c0a06f3837c','hugotoml')"
|
||||
onclick="switchTab('97bef06d4af9df0cdc6a36bd5500ac77','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -1814,13 +1814,13 @@
|
|||
<h3 id="example-configuration-of-this-site">Example Configuration of This Site</h3>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="f96ddc23703d4f1ff01c834fe183f915">
|
||||
<div class="tab-panel" data-tab-group="75fad79e5fef6754b7f73e3fabfcd890">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('f96ddc23703d4f1ff01c834fe183f915','hugotoml')"
|
||||
onclick="switchTab('75fad79e5fef6754b7f73e3fabfcd890','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -1865,13 +1865,13 @@
|
|||
<p>For example, you want to use the <code>relearn-light</code> variant but want to change the syntax highlightning schema to the one used in the <code>neon</code> variant. For that, create a new <code>static/css/theme-my-branding.css</code> in your site’s directory and add the following lines:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="46b7e379daeabcc464abd8be98a679ed">
|
||||
<div class="tab-panel" data-tab-group="396d9aa8bb59fac1b24a2e58a676536a">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="staticcsstheme-my-brandingcss"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('46b7e379daeabcc464abd8be98a679ed','staticcsstheme-my-brandingcss')"
|
||||
onclick="switchTab('396d9aa8bb59fac1b24a2e58a676536a','staticcsstheme-my-brandingcss')"
|
||||
>
|
||||
<span class="tab-nav-text">static/css/theme-my-branding.css</span>
|
||||
</button>
|
||||
|
@ -1894,13 +1894,13 @@
|
|||
</div><p>Afterwards put this in your <code>hugo.toml</code> to use your new variant:</p>
|
||||
|
||||
|
||||
<div class="tab-panel" data-tab-group="97865635bdb65b414694d84cfebc7966">
|
||||
<div class="tab-panel" data-tab-group="e38ead956ef66ed9b3a00102b1d6afb5">
|
||||
<div class="tab-nav">
|
||||
<div class="tab-nav-title">​</div>
|
||||
<button
|
||||
data-tab-item="hugotoml"
|
||||
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
|
||||
onclick="switchTab('97865635bdb65b414694d84cfebc7966','hugotoml')"
|
||||
onclick="switchTab('e38ead956ef66ed9b3a00102b1d6afb5','hugotoml')"
|
||||
>
|
||||
<span class="tab-nav-text">hugo.toml</span>
|
||||
</button>
|
||||
|
@ -1960,8 +1960,8 @@
|
|||
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>hugo.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
||||
<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">outputs</span><span class="p">]</span>
|
||||
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
||||
<p><a href="#R-image-f820956fff775a52d4a111f8dacb7bd2" class="lightbox-link"><img src="../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-f820956fff775a52d4a111f8dacb7bd2"><img src="../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-dc1629ae646eb5efe677c87bc2c9301c" class="lightbox-link"><img src="../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-dc1629ae646eb5efe677c87bc2c9301c"><img src="../basics/customization/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
|
||||
<div class="box notices cstyle note">
|
||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
||||
|
@ -2002,8 +2002,8 @@ appearance, you will have to configure the <code>landingPageName</code> for the
|
|||
</span></span><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Arrr! Homme"</span>
|
||||
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If this option is not configured for a specific language, they will get their default values:</p>
|
||||
<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="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
||||
<p><a href="#R-image-5fc252d3d28a89b3f94d554ebd4d0b6e" class="lightbox-link"><img src="../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-5fc252d3d28a89b3f94d554ebd4d0b6e"><img src="../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-8de47122f02cdac7e06212beaa0a2865" class="lightbox-link"><img src="../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8de47122f02cdac7e06212beaa0a2865"><img src="../basics/customization/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
||||
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> protocol and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
||||
<h2 id="change-the-menu-width">Change the Menu Width</h2>
|
||||
|
@ -2108,13 +2108,13 @@ appearance, you will have to configure the <code>landingPageName</code> for the
|
|||
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
||||
|
||||
<div class="expand">
|
||||
<input type="checkbox" id="R-expand-0bbf6252771f9edeb087b43af99d136d" aria-controls="R-expandcontent-0bbf6252771f9edeb087b43af99d136d" >
|
||||
<label class="expand-label" for="R-expand-0bbf6252771f9edeb087b43af99d136d" >
|
||||
<input type="checkbox" id="R-expand-f14cf56aefb73a8434ec686b8ea2bed6" aria-controls="R-expandcontent-f14cf56aefb73a8434ec686b8ea2bed6" >
|
||||
<label class="expand-label" for="R-expand-f14cf56aefb73a8434ec686b8ea2bed6" >
|
||||
<i class="fas fa-chevron-down"></i>
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
Show usage instructions
|
||||
</label>
|
||||
<div id="R-expandcontent-0bbf6252771f9edeb087b43af99d136d" class="expand-content">
|
||||
<div id="R-expandcontent-f14cf56aefb73a8434ec686b8ea2bed6" class="expand-content">
|
||||
|
||||
<p>To get started, first select a color variant from the variant selector in the lower left sidebar that fits you best as a starting point.</p>
|
||||
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
||||
|
@ -2150,8 +2150,8 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||
<h1 id="topbar-modification">Topbar Modification</h1>
|
||||
|
||||
<p>The theme comes with a reasonably configured topbar.</p>
|
||||
<p><a href="#R-image-766c263ef7901b4c32fea858f1255053" class="lightbox-link"><img src="../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-766c263ef7901b4c32fea858f1255053"><img src="../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-6ba7739d1e94a50a90e6f074cb646db4" class="lightbox-link"><img src="../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6ba7739d1e94a50a90e6f074cb646db4"><img src="../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
||||
|
||||
<div class="box notices cstyle tip">
|
||||
|
@ -2163,8 +2163,8 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||
</div>
|
||||
<h2 id="areas">Areas</h2>
|
||||
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
||||
<p><a href="#R-image-5d71ac31d749ee655a2bb7ea428a9372" class="lightbox-link"><img src="../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-5d71ac31d749ee655a2bb7ea428a9372"><img src="../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-a5842d0cc6d48715e72f676f8f2e7a2d" class="lightbox-link"><img src="../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a5842d0cc6d48715e72f676f8f2e7a2d"><img src="../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
||||
|
@ -3774,22 +3774,22 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../js/d3/d3-color.min.js?1701762096" defer></script>
|
||||
<script src="../js/d3/d3-dispatch.min.js?1701762096" defer></script>
|
||||
<script src="../js/d3/d3-drag.min.js?1701762096" defer></script>
|
||||
<script src="../js/d3/d3-ease.min.js?1701762096" defer></script>
|
||||
<script src="../js/d3/d3-interpolate.min.js?1701762096" defer></script>
|
||||
<script src="../js/d3/d3-selection.min.js?1701762096" defer></script>
|
||||
<script src="../js/d3/d3-timer.min.js?1701762096" defer></script>
|
||||
<script src="../js/d3/d3-transition.min.js?1701762096" defer></script>
|
||||
<script src="../js/d3/d3-zoom.min.js?1701762096" defer></script>
|
||||
<script src="../js/js-yaml.min.js?1701762096" defer></script>
|
||||
<script src="../js/mermaid.min.js?1701762096" defer></script>
|
||||
<script src="../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../js/d3/d3-color.min.js?1701762309" defer></script>
|
||||
<script src="../js/d3/d3-dispatch.min.js?1701762309" defer></script>
|
||||
<script src="../js/d3/d3-drag.min.js?1701762309" defer></script>
|
||||
<script src="../js/d3/d3-ease.min.js?1701762309" defer></script>
|
||||
<script src="../js/d3/d3-interpolate.min.js?1701762309" defer></script>
|
||||
<script src="../js/d3/d3-selection.min.js?1701762309" defer></script>
|
||||
<script src="../js/d3/d3-timer.min.js?1701762309" defer></script>
|
||||
<script src="../js/d3/d3-transition.min.js?1701762309" defer></script>
|
||||
<script src="../js/d3/d3-zoom.min.js?1701762309" defer></script>
|
||||
<script src="../js/js-yaml.min.js?1701762309" defer></script>
|
||||
<script src="../js/mermaid.min.js?1701762309" defer></script>
|
||||
<script>
|
||||
window.themeUseMermaid = JSON.parse("{ \"securityLevel\": \"loose\" }");
|
||||
</script>
|
||||
<script src="../js/theme.js?1701762096" defer></script>
|
||||
<script src="../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,21 +23,21 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="../../basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installation :: Hugo Relearn Theme">
|
||||
<link href="../../basics/installation/index.print.html" rel="alternate" type="text/html" title="Installation :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762095"></script>
|
||||
<script src="../../js/variant.js?1701762095"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762308"></script>
|
||||
<script src="../../js/variant.js?1701762308"></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
|
||||
|
@ -74,7 +74,7 @@
|
|||
<div class="topbar-area topbar-area-start" data-area="start">
|
||||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||||
</div>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i> Klaus</button>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||||
<div class="topbar-content">
|
||||
<div class="topbar-content-wrapper">
|
||||
<nav class="TableOfContents">
|
||||
|
@ -159,8 +159,8 @@
|
|||
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
||||
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
||||
<p><a href="#R-image-e654cdf71d63942f1c14c2eda95a873a" class="lightbox-link"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e654cdf71d63942f1c14c2eda95a873a"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-081159e5c9fcbcb93e8ef0aa1b66c17f" class="lightbox-link"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-081159e5c9fcbcb93e8ef0aa1b66c17f"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
||||
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
||||
|
@ -277,12 +277,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../../js/search.js?1701762095" defer></script>
|
||||
<script src="../../js/auto-complete.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762309" defer></script>
|
||||
<script src="../../js/search.js?1701762309" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -445,13 +445,13 @@
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../../js/github-buttons.js?1701762309"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../../js/theme.js?1701762095" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,22 +23,22 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="canonical" type="text/html" title="Installation :: Hugo Relearn Theme">
|
||||
<link href="../../basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installation :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762096"></script>
|
||||
<script src="../../js/variant.js?1701762096"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762309"></script>
|
||||
<script src="../../js/variant.js?1701762309"></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
|
||||
|
@ -123,8 +123,8 @@
|
|||
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
||||
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
||||
<p><a href="#R-image-e654cdf71d63942f1c14c2eda95a873a" class="lightbox-link"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e654cdf71d63942f1c14c2eda95a873a"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-081159e5c9fcbcb93e8ef0aa1b66c17f" class="lightbox-link"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-081159e5c9fcbcb93e8ef0aa1b66c17f"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
||||
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
||||
|
@ -160,8 +160,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../../js/theme.js?1701762096" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" 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="art-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?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762095"></script>
|
||||
<script src="../../js/variant.js?1701762095"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762308"></script>
|
||||
<script src="../../js/variant.js?1701762308"></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
|
||||
|
@ -74,7 +74,7 @@
|
|||
<div class="topbar-area topbar-area-start" data-area="start">
|
||||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||||
</div>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i> Klaus</button>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||||
<div class="topbar-content">
|
||||
<div class="topbar-content-wrapper">
|
||||
<nav class="TableOfContents">
|
||||
|
@ -1139,12 +1139,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../../js/search.js?1701762095" defer></script>
|
||||
<script src="../../js/auto-complete.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762309" defer></script>
|
||||
<script src="../../js/search.js?1701762309" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -1307,13 +1307,13 @@
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../../js/github-buttons.js?1701762309"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../../js/theme.js?1701762095" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,22 +23,22 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="art-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?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762096"></script>
|
||||
<script src="../../js/variant.js?1701762096"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762309"></script>
|
||||
<script src="../../js/variant.js?1701762309"></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
|
||||
|
@ -987,8 +987,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../../js/theme.js?1701762096" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,21 +23,21 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="../../basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirements :: Hugo Relearn Theme">
|
||||
<link href="../../basics/requirements/index.print.html" rel="alternate" type="text/html" title="Requirements :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762095"></script>
|
||||
<script src="../../js/variant.js?1701762095"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762308"></script>
|
||||
<script src="../../js/variant.js?1701762308"></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
|
||||
|
@ -209,12 +209,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../../js/search.js?1701762095" defer></script>
|
||||
<script src="../../js/auto-complete.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762309" defer></script>
|
||||
<script src="../../js/search.js?1701762309" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -377,13 +377,13 @@
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../../js/github-buttons.js?1701762309"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../../js/theme.js?1701762095" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,22 +23,22 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="canonical" type="text/html" title="Requirements :: Hugo Relearn Theme">
|
||||
<link href="../../basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirements :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762096"></script>
|
||||
<script src="../../js/variant.js?1701762096"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762309"></script>
|
||||
<script src="../../js/variant.js?1701762309"></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
|
||||
|
@ -113,8 +113,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../../js/theme.js?1701762096" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,21 +23,21 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="../../basics/topbar/index.xml" rel="alternate" type="application/rss+xml" title="Topbar Modification :: Hugo Relearn Theme">
|
||||
<link href="../../basics/topbar/index.print.html" rel="alternate" type="text/html" title="Topbar Modification :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762095" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762095" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762095" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762095" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762095" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762095" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762095"></script>
|
||||
<script src="../../js/variant.js?1701762095"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762308" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762308" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762308" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762308" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762308" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1701762308" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762308"></script>
|
||||
<script src="../../js/variant.js?1701762308"></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
|
||||
|
@ -74,7 +74,7 @@
|
|||
<div class="topbar-area topbar-area-start" data-area="start">
|
||||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||||
</div>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i> Klaus</button>
|
||||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||||
<div class="topbar-content">
|
||||
<div class="topbar-content-wrapper">
|
||||
<nav class="TableOfContents">
|
||||
|
@ -135,8 +135,8 @@
|
|||
<h1 id="topbar-modification">Topbar Modification</h1>
|
||||
|
||||
<p>The theme comes with a reasonably configured topbar.</p>
|
||||
<p><a href="#R-image-766c263ef7901b4c32fea858f1255053" class="lightbox-link"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-766c263ef7901b4c32fea858f1255053"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-6ba7739d1e94a50a90e6f074cb646db4" class="lightbox-link"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6ba7739d1e94a50a90e6f074cb646db4"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
||||
|
||||
<div class="box notices cstyle tip">
|
||||
|
@ -148,8 +148,8 @@
|
|||
</div>
|
||||
<h2 id="areas">Areas</h2>
|
||||
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
||||
<p><a href="#R-image-5d71ac31d749ee655a2bb7ea428a9372" class="lightbox-link"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-5d71ac31d749ee655a2bb7ea428a9372"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-a5842d0cc6d48715e72f676f8f2e7a2d" class="lightbox-link"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a5842d0cc6d48715e72f676f8f2e7a2d"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
||||
|
@ -504,12 +504,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762095" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762095" defer></script>
|
||||
<script src="../../js/search.js?1701762095" defer></script>
|
||||
<script src="../../js/auto-complete.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1701762309" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1701762309" defer></script>
|
||||
<script src="../../js/search.js?1701762309" defer></script>
|
||||
</div>
|
||||
<div id="R-homelinks" class="default-animation">
|
||||
<hr class="padding">
|
||||
|
@ -672,13 +672,13 @@
|
|||
setTimeout( githubButtonsInit, 400 );
|
||||
});
|
||||
</script>
|
||||
<script async src="../../js/github-buttons.js?1701762095"></script>
|
||||
<script async src="../../js/github-buttons.js?1701762309"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1701762095" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762095" defer></script>
|
||||
<script src="../../js/theme.js?1701762095" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,22 +23,22 @@
|
|||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="alternate" hreflang="art-pir">
|
||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="canonical" type="text/html" title="Topbar Modification :: Hugo Relearn Theme">
|
||||
<link href="../../basics/topbar/index.xml" rel="alternate" type="application/rss+xml" title="Topbar Modification :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1701762095" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1701762308" 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?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762096" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762096" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762096" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762096" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762096" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762096" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762096"></script>
|
||||
<script src="../../js/variant.js?1701762096"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1701762309" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1701762309" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/theme-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-style">
|
||||
<link href="../../css/chroma-relearn-auto.css?1701762309" rel="stylesheet" id="R-variant-chroma-style">
|
||||
<link href="../../css/variant.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/print.css?1701762309" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1701762309" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1701762309" rel="stylesheet">
|
||||
<script src="../../js/url.js?1701762309"></script>
|
||||
<script src="../../js/variant.js?1701762309"></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
|
||||
|
@ -93,8 +93,8 @@
|
|||
<h1 id="topbar-modification">Topbar Modification</h1>
|
||||
|
||||
<p>The theme comes with a reasonably configured topbar.</p>
|
||||
<p><a href="#R-image-766c263ef7901b4c32fea858f1255053" class="lightbox-link"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-766c263ef7901b4c32fea858f1255053"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-6ba7739d1e94a50a90e6f074cb646db4" class="lightbox-link"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6ba7739d1e94a50a90e6f074cb646db4"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
||||
|
||||
<div class="box notices cstyle tip">
|
||||
|
@ -106,8 +106,8 @@
|
|||
</div>
|
||||
<h2 id="areas">Areas</h2>
|
||||
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
||||
<p><a href="#R-image-5d71ac31d749ee655a2bb7ea428a9372" class="lightbox-link"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-5d71ac31d749ee655a2bb7ea428a9372"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<p><a href="#R-image-a5842d0cc6d48715e72f676f8f2e7a2d" class="lightbox-link"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a5842d0cc6d48715e72f676f8f2e7a2d"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
||||
|
@ -381,8 +381,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1701762096" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762096" defer></script>
|
||||
<script src="../../js/theme.js?1701762096" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1701762309" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1701762309" defer></script>
|
||||
<script src="../../js/theme.js?1701762309" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue