This commit is contained in:
McShelby 2022-05-29 21:00:53 +00:00
parent 3fc5d08df3
commit aa7da12549
317 changed files with 8879 additions and 7281 deletions
basics
_print
changelog
configuration
customization
generator
history
index.html
installation
migration
requirements

View file

@ -10,18 +10,18 @@
<title>Basics :: Hugo Relearn Theme</title>
<link rel="canonical" type="text/html" href="/hugo-theme-relearn/basics/" title="Hugo Relearn Theme" />
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858048" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858048" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858048" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653858048"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858048"></script>
</head>
<body class="mobile-support print" data-url="/hugo-theme-relearn/basics/">
<div id="body" class="default-animation">
@ -106,7 +106,14 @@
<p><strong>Breaking</strong>: Because anchor hover color was not configurable without introducing more complexitity to the variant stylesheets, we decided to remove <code>--MAIN-ANCHOR-color</code> instead. You don&rsquo;t need to change anything in your custom color stylesheet as the anchors now get their colors from <code>--MAIN-LINK-color</code> and <code>--MAIN-ANCHOR-HOVER-color</code> respectivley.</p>
</li>
<li>
<p><strong>New</strong>: New colors <code>--PRIMARY-color</code> and <code>--SECONDARY-color</code> were added to provide easier modification of your custom style. These two colors are the default for other, more specific color variables. You don&rsquo;t need to change anything in your existing custom color stylesheets as those variables get reasonable default values.</p>
<p><strong>New</strong>: The <a href="/hugo-theme-relearn/shortcodes/notice/"><code>notice</code></a> shortcode can now be used with named parameters. The old positional parameters are still supported, so you don&rsquo;t need to change anything in your installation.</p>
</li>
<li>
<p><strong>New</strong>: The <a href="/hugo-theme-relearn/shortcodes/button/"><code>button</code></a> shortcode received some love and now has a parameter for the color style similar to other shortcodes.</p>
</li>
<li>
<p><strong>New</strong>: New colors <code>--PRIMARY-color</code> and <code>--SECONDARY-color</code> were added to provide easier modification of your custom style. Shortcodes with a color style can now have <code>primary</code> or <code>secondary</code> as additional values.</p>
<p>These two colors are the default for other, more specific color variables. You don&rsquo;t need to change anything in your existing custom color stylesheets as those variables get reasonable default values.</p>
</li>
</ul>
<hr>
@ -447,8 +454,8 @@
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo
</span></span></code></pre></div><p>A <code>public</code> folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server.</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>This website can be automatically published and hosted with <a href="https://www.netlify.com/">Netlify</a> (Read more about <a href="https://www.netlify.com/blog/2015/07/30/hosting-hugo-on-netlifyinsanely-fast-deploys/">Automated HUGO deployments with Netlify</a>). Alternatively, you can use <a href="https://gohugo.io/hosting-and-deployment/hosting-on-github/">GitHub pages</a></p>
</div>
@ -548,8 +555,8 @@ When you build the site with <code>hugo server</code>, hugo generates it interna
</span></span><span class="line"><span class="cl"> <span class="nx">page</span> <span class="p">=</span> <span class="p">[</span><span class="s2">&#34;HTML&#34;</span><span class="p">,</span> <span class="s2">&#34;RSS&#34;</span><span class="p">,</span> <span class="s2">&#34;PRINT&#34;</span><span class="p">]</span>
</span></span></code></pre></div><p>This will add a little printer icon in the top bar. It will switch the page to print preview when clicked. You can then send this page to the printer by using your browser&rsquo;s usual print functionality.</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>While colors of your chosen color variant are reset to the theme&rsquo;s light standard values for printing, this does not apply for Mermaid diagrams and Swagger/OpenAPI Specification. Those will still use the colors of your chosen color variant which may cause a non coherent look on paper.</p>
</div>
@ -615,8 +622,8 @@ default values:</p>
<p>Create a new file in <code>layouts/partials/</code> named <code>logo.html</code>. Then write any HTML you want.
You could use an <code>img</code> HTML tag and reference an image created under the <em>static</em> folder, or you could paste a SVG definition!</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>The size of the logo will adapt automatically</p>
</div>
@ -640,8 +647,8 @@ You could use an <code>img</code> HTML tag and reference an image created under
</span></span><span class="line"><span class="cl"> <span class="c"># Change default color scheme with a variant one.</span>
</span></span><span class="line"><span class="cl"> <span class="nx">themeVariant</span> <span class="p">=</span> <span class="p">[</span> <span class="s2">&#34;relearn-light&#34;</span><span class="p">,</span> <span class="s2">&#34;relearn-dark&#34;</span> <span class="p">]</span>
</span></span></code></pre></div>
<div class="box notices tip">
<div class="box-label"><i class="fas fa-lightbulb fa-fw"></i> Tip</div>
<div class="box notices cstyle tip">
<div class="box-label"><i class="fa-fw fas fa-lightbulb"></i> Tip</div>
<div class="box-content">
<p>If you want to switch the syntax highlightning theme together with your color variant, generate a syntax highlighting stylesheet and configure your installation <a href="https://gohugo.io/content-management/syntax-highlighting/">according to Hugo&rsquo;s documentation</a>, and <code>@import</code> this stylesheet in your color variant stylesheet. For an example, take a look into <code>theme-relearn-light.css</code> and <code>config.toml</code> of the exampleSite.</p>
</div>
@ -664,18 +671,18 @@ You could use an <code>img</code> HTML tag and reference an image created under
<p>Once you&rsquo;ve changed a color, the variant switch will show a &ldquo;My custom variant&rdquo; entry and your changes are stored in the browser. You can change pages and even close the browser without losing your changes.</p>
<p>Once you are satisfied, you can download the new variants file and install it in your site.</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>This only works in modern browsers.</p>
</div>
</div>
<h2 id="variant-generator">Variant generator</h2>
<p><a class="vardownload btn btn-default">Download color variant</a>
<a class="varreset btn btn-default">Reset variant</a></p>
<p><span class="btn cstyle secondary"><a class="vardownload"><i class="fa-fw fas fa-download"></i> Download variant</a></span>
<span class="btn cstyle warning"><a class="varreset"><i class="fa-fw fas fa-trash"></i> Reset variant</a></span></p>
<div id="vargenerator" class="mermaid" style="background-color: var(--INTERNAL-MAIN-TEXT-color);" align="center">Graph</div>
<p><a class="vardownload btn btn-default">Download color variant</a>
<a class="varreset btn btn-default">Reset variant</a></p>
<p><span class="btn cstyle secondary"><a class="vardownload"><i class="fa-fw fas fa-download"></i> Download variant</a></span>
<span class="btn cstyle warning"><a class="varreset"><i class="fa-fw fas fa-trash"></i> Reset variant</a></span></p>
<script>
variants.generator( '#vargenerator', '.vardownload', '.varreset' );
</script>
@ -1188,9 +1195,9 @@ variants.generator( '#vargenerator', '.vardownload', '.varreset' );
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858048"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -1302,15 +1309,15 @@ variants.generator( '#vargenerator', '.vardownload', '.varreset' );
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858048"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1653858048"></script>
<script>
function useMermaid( config ){
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
@ -1323,6 +1330,6 @@ variants.generator( '#vargenerator', '.vardownload', '.varreset' );
}
useMermaid( JSON.parse("{ \"securityLevel\": \"loose\" }") );
</script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858048"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811475" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811475" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811475" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811475" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811475" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811475" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811475" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811475" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811475" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811475" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811475" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653811475"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858047" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858047" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858047" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653858047"></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
@ -36,7 +36,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811475"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858047"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/changelog/">
<div id="body" class="default-animation">
@ -810,9 +810,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811475"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811475"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811475"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858047"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -924,13 +924,13 @@
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811475"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858047"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811475"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811475"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811475"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811475"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858047"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Configuration :: Hugo Relearn Theme</title>
<link rel="canonical" type="text/html" href="/hugo-theme-relearn/basics/configuration/" title="Hugo Relearn Theme" />
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/configuration/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858048" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858048" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858048" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653858048"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858048"></script>
</head>
<body class="mobile-support print" data-url="/hugo-theme-relearn/basics/configuration/">
<div id="body" class="default-animation">
@ -184,8 +184,8 @@ When you build the site with <code>hugo server</code>, hugo generates it interna
</span></span><span class="line"><span class="cl"> <span class="nx">page</span> <span class="p">=</span> <span class="p">[</span><span class="s2">&#34;HTML&#34;</span><span class="p">,</span> <span class="s2">&#34;RSS&#34;</span><span class="p">,</span> <span class="s2">&#34;PRINT&#34;</span><span class="p">]</span>
</span></span></code></pre></div><p>This will add a little printer icon in the top bar. It will switch the page to print preview when clicked. You can then send this page to the printer by using your browser&rsquo;s usual print functionality.</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>While colors of your chosen color variant are reset to the theme&rsquo;s light standard values for printing, this does not apply for Mermaid diagrams and Swagger/OpenAPI Specification. Those will still use the colors of your chosen color variant which may cause a non coherent look on paper.</p>
</div>
@ -294,9 +294,9 @@ default values:</p>
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858048"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -408,13 +408,13 @@ default values:</p>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858048"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858048"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Configuration :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/configuration/index.xml" title="Hugo Relearn Theme" />
<link rel="alternate" type="text/html" href="/hugo-theme-relearn/basics/configuration/_print/" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858047" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858047" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858047" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653858047"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858047"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/configuration/">
<div id="body" class="default-animation">
@ -183,8 +183,8 @@ When you build the site with <code>hugo server</code>, hugo generates it interna
</span></span><span class="line"><span class="cl"> <span class="nx">page</span> <span class="p">=</span> <span class="p">[</span><span class="s2">&#34;HTML&#34;</span><span class="p">,</span> <span class="s2">&#34;RSS&#34;</span><span class="p">,</span> <span class="s2">&#34;PRINT&#34;</span><span class="p">]</span>
</span></span></code></pre></div><p>This will add a little printer icon in the top bar. It will switch the page to print preview when clicked. You can then send this page to the printer by using your browser&rsquo;s usual print functionality.</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>While colors of your chosen color variant are reset to the theme&rsquo;s light standard values for printing, this does not apply for Mermaid diagrams and Swagger/OpenAPI Specification. Those will still use the colors of your chosen color variant which may cause a non coherent look on paper.</p>
</div>
@ -293,9 +293,9 @@ default values:</p>
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858047"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -407,13 +407,13 @@ default values:</p>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858047"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858047"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Customization :: Hugo Relearn Theme</title>
<link rel="canonical" type="text/html" href="/hugo-theme-relearn/basics/customization/" title="Hugo Relearn Theme" />
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/customization/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858048" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858048" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858048" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653858048"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858048"></script>
</head>
<body class="mobile-support print" data-url="/hugo-theme-relearn/basics/customization/">
<div id="body" class="default-animation">
@ -124,8 +124,8 @@
<p>Create a new file in <code>layouts/partials/</code> named <code>logo.html</code>. Then write any HTML you want.
You could use an <code>img</code> HTML tag and reference an image created under the <em>static</em> folder, or you could paste a SVG definition!</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>The size of the logo will adapt automatically</p>
</div>
@ -149,8 +149,8 @@ You could use an <code>img</code> HTML tag and reference an image created under
</span></span><span class="line"><span class="cl"> <span class="c"># Change default color scheme with a variant one.</span>
</span></span><span class="line"><span class="cl"> <span class="nx">themeVariant</span> <span class="p">=</span> <span class="p">[</span> <span class="s2">&#34;relearn-light&#34;</span><span class="p">,</span> <span class="s2">&#34;relearn-dark&#34;</span> <span class="p">]</span>
</span></span></code></pre></div>
<div class="box notices tip">
<div class="box-label"><i class="fas fa-lightbulb fa-fw"></i> Tip</div>
<div class="box notices cstyle tip">
<div class="box-label"><i class="fa-fw fas fa-lightbulb"></i> Tip</div>
<div class="box-content">
<p>If you want to switch the syntax highlightning theme together with your color variant, generate a syntax highlighting stylesheet and configure your installation <a href="https://gohugo.io/content-management/syntax-highlighting/">according to Hugo&rsquo;s documentation</a>, and <code>@import</code> this stylesheet in your color variant stylesheet. For an example, take a look into <code>theme-relearn-light.css</code> and <code>config.toml</code> of the exampleSite.</p>
</div>
@ -232,9 +232,9 @@ You could use an <code>img</code> HTML tag and reference an image created under
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858048"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -346,13 +346,13 @@ You could use an <code>img</code> HTML tag and reference an image created under
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858048"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858048"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Customization :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/customization/index.xml" title="Hugo Relearn Theme" />
<link rel="alternate" type="text/html" href="/hugo-theme-relearn/basics/customization/_print/" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858047" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858047" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858047" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653858047"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858047"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/customization/">
<div id="body" class="default-animation">
@ -123,8 +123,8 @@
<p>Create a new file in <code>layouts/partials/</code> named <code>logo.html</code>. Then write any HTML you want.
You could use an <code>img</code> HTML tag and reference an image created under the <em>static</em> folder, or you could paste a SVG definition!</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>The size of the logo will adapt automatically</p>
</div>
@ -148,8 +148,8 @@ You could use an <code>img</code> HTML tag and reference an image created under
</span></span><span class="line"><span class="cl"> <span class="c"># Change default color scheme with a variant one.</span>
</span></span><span class="line"><span class="cl"> <span class="nx">themeVariant</span> <span class="p">=</span> <span class="p">[</span> <span class="s2">&#34;relearn-light&#34;</span><span class="p">,</span> <span class="s2">&#34;relearn-dark&#34;</span> <span class="p">]</span>
</span></span></code></pre></div>
<div class="box notices tip">
<div class="box-label"><i class="fas fa-lightbulb fa-fw"></i> Tip</div>
<div class="box notices cstyle tip">
<div class="box-label"><i class="fa-fw fas fa-lightbulb"></i> Tip</div>
<div class="box-content">
<p>If you want to switch the syntax highlightning theme together with your color variant, generate a syntax highlighting stylesheet and configure your installation <a href="https://gohugo.io/content-management/syntax-highlighting/">according to Hugo&rsquo;s documentation</a>, and <code>@import</code> this stylesheet in your color variant stylesheet. For an example, take a look into <code>theme-relearn-light.css</code> and <code>config.toml</code> of the exampleSite.</p>
</div>
@ -231,9 +231,9 @@ You could use an <code>img</code> HTML tag and reference an image created under
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858047"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -345,13 +345,13 @@ You could use an <code>img</code> HTML tag and reference an image created under
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858047"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858047"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Stylesheet generator :: Hugo Relearn Theme</title>
<link rel="canonical" type="text/html" href="/hugo-theme-relearn/basics/generator/" title="Hugo Relearn Theme" />
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/generator/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858048" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858048" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858048" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653858048"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858048"></script>
</head>
<body class="mobile-support print" data-url="/hugo-theme-relearn/basics/generator/">
<div id="body" class="default-animation">
@ -100,18 +100,18 @@
<p>Once you&rsquo;ve changed a color, the variant switch will show a &ldquo;My custom variant&rdquo; entry and your changes are stored in the browser. You can change pages and even close the browser without losing your changes.</p>
<p>Once you are satisfied, you can download the new variants file and install it in your site.</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>This only works in modern browsers.</p>
</div>
</div>
<h2 id="variant-generator">Variant generator</h2>
<p><a class="vardownload btn btn-default">Download color variant</a>
<a class="varreset btn btn-default">Reset variant</a></p>
<p><span class="btn cstyle secondary"><a class="vardownload"><i class="fa-fw fas fa-download"></i> Download variant</a></span>
<span class="btn cstyle warning"><a class="varreset"><i class="fa-fw fas fa-trash"></i> Reset variant</a></span></p>
<div id="vargenerator" class="mermaid" style="background-color: var(--INTERNAL-MAIN-TEXT-color);" align="center">Graph</div>
<p><a class="vardownload btn btn-default">Download color variant</a>
<a class="varreset btn btn-default">Reset variant</a></p>
<p><span class="btn cstyle secondary"><a class="vardownload"><i class="fa-fw fas fa-download"></i> Download variant</a></span>
<span class="btn cstyle warning"><a class="varreset"><i class="fa-fw fas fa-trash"></i> Reset variant</a></span></p>
<script>
variants.generator( '#vargenerator', '.vardownload', '.varreset' );
</script>
@ -190,9 +190,9 @@ variants.generator( '#vargenerator', '.vardownload', '.varreset' );
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858048"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -304,15 +304,15 @@ variants.generator( '#vargenerator', '.vardownload', '.varreset' );
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858048"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1653858048"></script>
<script>
function useMermaid( config ){
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
@ -325,6 +325,6 @@ variants.generator( '#vargenerator', '.vardownload', '.varreset' );
}
useMermaid( JSON.parse("{ \"securityLevel\": \"loose\" }") );
</script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858048"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Stylesheet generator :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/generator/index.xml" title="Hugo Relearn Theme" />
<link rel="alternate" type="text/html" href="/hugo-theme-relearn/basics/generator/_print/" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858047" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858047" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858047" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653858047"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858047"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/generator/">
<div id="body" class="default-animation">
@ -99,18 +99,18 @@
<p>Once you&rsquo;ve changed a color, the variant switch will show a &ldquo;My custom variant&rdquo; entry and your changes are stored in the browser. You can change pages and even close the browser without losing your changes.</p>
<p>Once you are satisfied, you can download the new variants file and install it in your site.</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>This only works in modern browsers.</p>
</div>
</div>
<h2 id="variant-generator">Variant generator</h2>
<p><a class="vardownload btn btn-default">Download color variant</a>
<a class="varreset btn btn-default">Reset variant</a></p>
<p><span class="btn cstyle secondary"><a class="vardownload"><i class="fa-fw fas fa-download"></i> Download variant</a></span>
<span class="btn cstyle warning"><a class="varreset"><i class="fa-fw fas fa-trash"></i> Reset variant</a></span></p>
<div id="vargenerator" class="mermaid" style="background-color: var(--INTERNAL-MAIN-TEXT-color);" align="center">Graph</div>
<p><a class="vardownload btn btn-default">Download color variant</a>
<a class="varreset btn btn-default">Reset variant</a></p>
<p><span class="btn cstyle secondary"><a class="vardownload"><i class="fa-fw fas fa-download"></i> Download variant</a></span>
<span class="btn cstyle warning"><a class="varreset"><i class="fa-fw fas fa-trash"></i> Reset variant</a></span></p>
<script>
variants.generator( '#vargenerator', '.vardownload', '.varreset' );
</script>
@ -189,9 +189,9 @@ variants.generator( '#vargenerator', '.vardownload', '.varreset' );
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858047"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -303,15 +303,15 @@ variants.generator( '#vargenerator', '.vardownload', '.varreset' );
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858047"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1653858047"></script>
<script>
function useMermaid( config ){
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
@ -324,6 +324,6 @@ variants.generator( '#vargenerator', '.vardownload', '.varreset' );
}
useMermaid( JSON.parse("{ \"securityLevel\": \"loose\" }") );
</script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858047"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>History :: Hugo Relearn Theme</title>
<link rel="canonical" type="text/html" href="/hugo-theme-relearn/basics/history/" title="Hugo Relearn Theme" />
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/history/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858048" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858048" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858048" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653858048"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858048"></script>
</head>
<body class="mobile-support print" data-url="/hugo-theme-relearn/basics/history/">
<div id="body" class="default-animation">
@ -814,9 +814,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858048"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -928,13 +928,13 @@
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858048"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858048"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>History :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/history/index.xml" title="Hugo Relearn Theme" />
<link rel="alternate" type="text/html" href="/hugo-theme-relearn/basics/history/_print/" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858047" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858047" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858047" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653858047"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858047"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/history/">
<div id="body" class="default-animation">
@ -813,9 +813,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858047"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -927,13 +927,13 @@
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858047"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858047"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Basics :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/index.xml" title="Hugo Relearn Theme" />
<link rel="alternate" type="text/html" href="/hugo-theme-relearn/basics/_print/" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858047" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858047" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858047" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653858047"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858047"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/">
<div id="body" class="default-animation">
@ -157,9 +157,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858047"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -271,13 +271,13 @@
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858047"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858047"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Installation :: Hugo Relearn Theme</title>
<link rel="canonical" type="text/html" href="/hugo-theme-relearn/basics/installation/" title="Hugo Relearn Theme" />
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/installation/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858048" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858048" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858048" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653858048"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858048"></script>
</head>
<body class="mobile-support print" data-url="/hugo-theme-relearn/basics/installation/">
<div id="body" class="default-animation">
@ -147,8 +147,8 @@
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo
</span></span></code></pre></div><p>A <code>public</code> folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server.</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>This website can be automatically published and hosted with <a href="https://www.netlify.com/">Netlify</a> (Read more about <a href="https://www.netlify.com/blog/2015/07/30/hosting-hugo-on-netlifyinsanely-fast-deploys/">Automated HUGO deployments with Netlify</a>). Alternatively, you can use <a href="https://gohugo.io/hosting-and-deployment/hosting-on-github/">GitHub pages</a></p>
</div>
@ -228,9 +228,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858048"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -342,13 +342,13 @@
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858048"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858048"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Installation :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/installation/index.xml" title="Hugo Relearn Theme" />
<link rel="alternate" type="text/html" href="/hugo-theme-relearn/basics/installation/_print/" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858047" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858047" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858047" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653858047"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858047"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/installation/">
<div id="body" class="default-animation">
@ -146,8 +146,8 @@
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo
</span></span></code></pre></div><p>A <code>public</code> folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server.</p>
<div class="box notices note">
<div class="box-label"><i class="fas fa-exclamation-circle fa-fw"></i> Note</div>
<div class="box notices cstyle note">
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
<div class="box-content">
<p>This website can be automatically published and hosted with <a href="https://www.netlify.com/">Netlify</a> (Read more about <a href="https://www.netlify.com/blog/2015/07/30/hosting-hugo-on-netlifyinsanely-fast-deploys/">Automated HUGO deployments with Netlify</a>). Alternatively, you can use <a href="https://gohugo.io/hosting-and-deployment/hosting-on-github/">GitHub pages</a></p>
</div>
@ -227,9 +227,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858047"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -341,13 +341,13 @@
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858047"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858047"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>What&#39;s new :: Hugo Relearn Theme</title>
<link rel="canonical" type="text/html" href="/hugo-theme-relearn/basics/migration/" title="Hugo Relearn Theme" />
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/migration/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858048" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858048" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858048" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653858048"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858048"></script>
</head>
<body class="mobile-support print" data-url="/hugo-theme-relearn/basics/migration/">
<div id="body" class="default-animation">
@ -124,7 +124,14 @@
<p><strong>Breaking</strong>: Because anchor hover color was not configurable without introducing more complexitity to the variant stylesheets, we decided to remove <code>--MAIN-ANCHOR-color</code> instead. You don&rsquo;t need to change anything in your custom color stylesheet as the anchors now get their colors from <code>--MAIN-LINK-color</code> and <code>--MAIN-ANCHOR-HOVER-color</code> respectivley.</p>
</li>
<li>
<p><strong>New</strong>: New colors <code>--PRIMARY-color</code> and <code>--SECONDARY-color</code> were added to provide easier modification of your custom style. These two colors are the default for other, more specific color variables. You don&rsquo;t need to change anything in your existing custom color stylesheets as those variables get reasonable default values.</p>
<p><strong>New</strong>: The <a href="/hugo-theme-relearn/shortcodes/notice/"><code>notice</code></a> shortcode can now be used with named parameters. The old positional parameters are still supported, so you don&rsquo;t need to change anything in your installation.</p>
</li>
<li>
<p><strong>New</strong>: The <a href="/hugo-theme-relearn/shortcodes/button/"><code>button</code></a> shortcode received some love and now has a parameter for the color style similar to other shortcodes.</p>
</li>
<li>
<p><strong>New</strong>: New colors <code>--PRIMARY-color</code> and <code>--SECONDARY-color</code> were added to provide easier modification of your custom style. Shortcodes with a color style can now have <code>primary</code> or <code>secondary</code> as additional values.</p>
<p>These two colors are the default for other, more specific color variables. You don&rsquo;t need to change anything in your existing custom color stylesheets as those variables get reasonable default values.</p>
</li>
</ul>
<hr>
@ -472,9 +479,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858048"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -586,13 +593,13 @@
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858048"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858048"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>What&#39;s new :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/migration/index.xml" title="Hugo Relearn Theme" />
<link rel="alternate" type="text/html" href="/hugo-theme-relearn/basics/migration/_print/" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858047" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858047" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858047" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653858047"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858047"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/migration/">
<div id="body" class="default-animation">
@ -123,7 +123,14 @@
<p><strong>Breaking</strong>: Because anchor hover color was not configurable without introducing more complexitity to the variant stylesheets, we decided to remove <code>--MAIN-ANCHOR-color</code> instead. You don&rsquo;t need to change anything in your custom color stylesheet as the anchors now get their colors from <code>--MAIN-LINK-color</code> and <code>--MAIN-ANCHOR-HOVER-color</code> respectivley.</p>
</li>
<li>
<p><strong>New</strong>: New colors <code>--PRIMARY-color</code> and <code>--SECONDARY-color</code> were added to provide easier modification of your custom style. These two colors are the default for other, more specific color variables. You don&rsquo;t need to change anything in your existing custom color stylesheets as those variables get reasonable default values.</p>
<p><strong>New</strong>: The <a href="/hugo-theme-relearn/shortcodes/notice/"><code>notice</code></a> shortcode can now be used with named parameters. The old positional parameters are still supported, so you don&rsquo;t need to change anything in your installation.</p>
</li>
<li>
<p><strong>New</strong>: The <a href="/hugo-theme-relearn/shortcodes/button/"><code>button</code></a> shortcode received some love and now has a parameter for the color style similar to other shortcodes.</p>
</li>
<li>
<p><strong>New</strong>: New colors <code>--PRIMARY-color</code> and <code>--SECONDARY-color</code> were added to provide easier modification of your custom style. Shortcodes with a color style can now have <code>primary</code> or <code>secondary</code> as additional values.</p>
<p>These two colors are the default for other, more specific color variables. You don&rsquo;t need to change anything in your existing custom color stylesheets as those variables get reasonable default values.</p>
</li>
</ul>
<hr>
@ -471,9 +478,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858047"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -585,13 +592,13 @@
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858047"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858047"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Requirements :: Hugo Relearn Theme</title>
<link rel="canonical" type="text/html" href="/hugo-theme-relearn/basics/requirements/" title="Hugo Relearn Theme" />
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/requirements/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858048" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858048" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858048" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858048" rel="stylesheet">
<script src="/hugo-theme-relearn/js/variant.js?1653858048"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858048"></script>
</head>
<body class="mobile-support print" data-url="/hugo-theme-relearn/basics/requirements/">
<div id="body" class="default-animation">
@ -160,9 +160,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858048"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -274,13 +274,13 @@
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811477"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858048"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811477"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811477"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811477"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811477"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858048"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858048"></script>
</body>
</html>

View file

@ -10,18 +10,18 @@
<title>Requirements :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/requirements/index.xml" title="Hugo Relearn Theme" />
<link rel="alternate" type="text/html" href="/hugo-theme-relearn/basics/requirements/_print/" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653811476" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653811476" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653811476" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653811476" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653811476"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1653858047" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1653858047" rel="stylesheet" id="variant-style">
<link href="/hugo-theme-relearn/css/ie.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1653858047" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1653858047" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1653858047"></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
@ -37,7 +37,7 @@
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
</script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1653858047"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/requirements/">
<div id="body" class="default-animation">
@ -159,9 +159,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/search.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/search.js?1653858047"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics collapsible-menu">
@ -273,13 +273,13 @@
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653811476"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1653858047"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653811476"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1653858047"></script>
<script src="/hugo-theme-relearn/js/theme.js?1653858047"></script>
</body>
</html>