This commit is contained in:
McShelby 2022-03-16 07:00:00 +00:00
parent d8eb786b52
commit f52ffb0bef
160 changed files with 3578 additions and 3578 deletions

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>404 Page not found :: Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
<style>
p, li, ul {
text-align: center

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?1647377639" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377639" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377639" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377639"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413996" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413996" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413996" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413996"></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?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413996"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/changelog/">
<div id="body" class="default-animation">
@ -714,9 +714,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413996"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -827,20 +827,20 @@
<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?1647377639"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413996"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413996"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413996"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<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="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/configuration/">
<div id="body" class="default-animation">
@ -263,9 +263,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -376,20 +376,20 @@ 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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<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="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/customization/">
<div id="body" class="default-animation">
@ -223,9 +223,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -336,20 +336,20 @@ 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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<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="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/generator/">
<div id="body" class="default-animation">
@ -181,9 +181,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -294,20 +294,20 @@ 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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<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="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/history/">
<div id="body" class="default-animation">
@ -716,9 +716,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -829,20 +829,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<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="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/">
<div id="body" class="default-animation">
@ -148,9 +148,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -261,20 +261,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<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="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/installation/">
<div id="body" class="default-animation">
@ -219,9 +219,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -332,20 +332,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<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="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/migration/">
<div id="body" class="default-animation">
@ -395,9 +395,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -508,20 +508,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<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="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/basics/requirements/">
<div id="body" class="default-animation">
@ -150,9 +150,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -263,20 +263,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Categories :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/categories/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/categories/">
<div id="body" class="default-animation">
@ -141,9 +141,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -254,20 +254,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Archetypes :: Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377639" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377639" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377639" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377639"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413996" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413996" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413996" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413996"></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
@ -35,7 +35,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413996"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/cont/archetypes/">
<div id="body" class="default-animation">
@ -187,9 +187,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413996"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -300,20 +300,20 @@
<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?1647377639"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413996"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413996"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413996"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Multilingual and i18n :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/i18n/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/cont/i18n/">
<div id="body" class="default-animation">
@ -89,7 +89,7 @@
<p>The Relearn theme is fully compatible with Hugo multilingual mode.</p>
<p>It provides:</p>
<ul>
<li>Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free to contribute!</li>
<li>Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free to contribute!</li>
<li>Automatic menu generation from multilingual content</li>
<li>In-browser language switching</li>
</ul>
@ -223,9 +223,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -336,20 +336,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Icons and logos :: Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377639" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377639" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377639" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377639"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413996" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413996" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413996" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413996"></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
@ -35,7 +35,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413996"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/cont/icons/">
<div id="body" class="default-animation">
@ -178,9 +178,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413996"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -291,20 +291,20 @@
<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?1647377639"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413996"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413996"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413996"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Content :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/cont/">
<div id="body" class="default-animation">
@ -148,9 +148,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -261,20 +261,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -22,7 +22,7 @@ content ├── level-one │ ├── level-two │ │ ├── level-thre
<guid>https://McShelby.github.io/hugo-theme-relearn/cont/i18n/</guid>
<description>The Relearn theme is fully compatible with Hugo multilingual mode.
It provides:
Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free to contribute! Automatic menu generation from multilingual content In-browser language switching Basic configuration After learning how Hugo handle multilingual websites, define your languages in your config.toml file.
Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free to contribute! Automatic menu generation from multilingual content In-browser language switching Basic configuration After learning how Hugo handle multilingual websites, define your languages in your config.toml file.
For example with current English and Piratized English website.</description>
</item>
<item>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Markdown syntax :: Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377639" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377639" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377639" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377639"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413996" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413996" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413996" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413996"></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
@ -35,7 +35,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413996"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/cont/markdown/">
<div id="body" class="default-animation">
@ -703,9 +703,9 @@ line 3 of code
<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?1647377639"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413996"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -816,20 +816,20 @@ line 3 of code
<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?1647377639"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413996"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413996"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413996"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Menu extra shortcuts :: Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377639" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377639" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377639" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377639"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413996" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413996" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413996" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413996"></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
@ -35,7 +35,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413996"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/cont/menushortcuts/">
<div id="body" class="default-animation">
@ -265,9 +265,9 @@ However, if you want to keep the title but change its value, it can be overriden
<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?1647377639"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413996"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -378,20 +378,20 @@ However, if you want to keep the title but change its value, it can be overriden
<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?1647377639"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413996"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413996"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413996"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Pages organization :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/pages/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/cont/pages/">
<div id="body" class="default-animation">
@ -306,9 +306,9 @@ We&rsquo;ve added the <code>menuTitle</code> parameter for that purpose:</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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -419,20 +419,20 @@ We&rsquo;ve added the <code>menuTitle</code> parameter for that purpose:</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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Code highlighting :: Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377639" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377639" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377639" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377639"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413996" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413996" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413996" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413996"></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
@ -35,7 +35,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413996"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/cont/syntaxhighlight/">
<div id="body" class="default-animation">
@ -203,9 +203,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413996"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -316,20 +316,20 @@
<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?1647377639"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413996"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413996"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413996"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Tags :: Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377639" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377639" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377639" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377639"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413996" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413996" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413996" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413996"></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
@ -35,7 +35,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413996"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/cont/tags/">
<div id="body" class="default-animation">
@ -179,9 +179,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413996"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -292,20 +292,20 @@
<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?1647377639"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413996"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413996"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413996"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/">
<div id="body" class="default-animation">
@ -107,7 +107,7 @@
</div>
<ul>
<li><a href="/hugo-theme-relearn/basics/configuration/#activate-search">Automatic Search</a></li>
<li><a href="/hugo-theme-relearn/cont/i18n/">Multilingual mode</a></li>
<li><a href="/hugo-theme-relearn/cont/i18n/">Multilingual mode</a> for English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish</li>
<li>Unlimited menu levels</li>
<li>Automatic next/prev buttons to navigate through menu entries</li>
<li><a href="/hugo-theme-relearn/cont/markdown/#images">Image resizing, shadow&hellip;</a></li>
@ -205,9 +205,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -318,20 +318,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -153,7 +153,7 @@
"uri": "/hugo-theme-relearn/basics/history/"
},
{
"content": "The Relearn theme is fully compatible with Hugo multilingual mode.\nIt provides:\n Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free to contribute! Automatic menu generation from multilingual content In-browser language switching Basic configuration After learning how Hugo handle multilingual websites, define your languages in your config.toml file.\nFor example with current English and Piratized English website.\n# English is the default language defaultContentLanguage = \"en\" [Languages] [Languages.en] title = \"Hugo Relearn Theme\" weight = 1 languageName = \"English\" [Languages.pir] title = \"Cap'n Hugo Relearrrn Theme\" weight = 2 languageName = \"Arrr! Pirrrates\" Then, for each new page, append the id of the language to the file.\n Single file my-page.md is split in two files: in English: my-page.md in Piratized English: my-page.pir.md Single file _index.md is split in two files: in English: _index.md in Piratized English: _index.pir.md Info Be aware that only translated pages are displayed in menu. Its not replaced with default language content.\n Tip Use slug Front Matter parameter to translate urls too.\n Overwrite translation strings Translations strings are used for common default values used in the theme (Edit button, Search placeholder and so on). Translations are available in English and Piratized English but you may use another language or want to override default values.\nTo override these values, create a new file in your local i18n folder i18n/\u003cidlanguage\u003e.toml and inspire yourself from the theme themes/hugo-theme-relearn/i18n/en.toml\nDisable language switching Switching the language in the browser is a great feature, but for some reasons you may want to disable it.\nJust set disableLanguageSwitchingButton=true in your config.toml\n[params] # When using mulitlingual website, disable the switch language button. disableLanguageSwitchingButton = true ",
"content": "The Relearn theme is fully compatible with Hugo multilingual mode.\nIt provides:\n Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free to contribute! Automatic menu generation from multilingual content In-browser language switching Basic configuration After learning how Hugo handle multilingual websites, define your languages in your config.toml file.\nFor example with current English and Piratized English website.\n# English is the default language defaultContentLanguage = \"en\" [Languages] [Languages.en] title = \"Hugo Relearn Theme\" weight = 1 languageName = \"English\" [Languages.pir] title = \"Cap'n Hugo Relearrrn Theme\" weight = 2 languageName = \"Arrr! Pirrrates\" Then, for each new page, append the id of the language to the file.\n Single file my-page.md is split in two files: in English: my-page.md in Piratized English: my-page.pir.md Single file _index.md is split in two files: in English: _index.md in Piratized English: _index.pir.md Info Be aware that only translated pages are displayed in menu. Its not replaced with default language content.\n Tip Use slug Front Matter parameter to translate urls too.\n Overwrite translation strings Translations strings are used for common default values used in the theme (Edit button, Search placeholder and so on). Translations are available in English and Piratized English but you may use another language or want to override default values.\nTo override these values, create a new file in your local i18n folder i18n/\u003cidlanguage\u003e.toml and inspire yourself from the theme themes/hugo-theme-relearn/i18n/en.toml\nDisable language switching Switching the language in the browser is a great feature, but for some reasons you may want to disable it.\nJust set disableLanguageSwitchingButton=true in your config.toml\n[params] # When using mulitlingual website, disable the switch language button. disableLanguageSwitchingButton = true ",
"description": "",
"tags": null,
"title": "Multilingual and i18n",
@ -470,7 +470,7 @@
"uri": "/hugo-theme-relearn/tags/hidden/"
},
{
"content": "Hugo Relearn Theme The Relearn theme is a theme for Hugo, a static website generator written in Go. Where Hugo is often used for blogs, this theme is designed with documentation in mind.\n Info The theme is a fork of the great Learn theme with the aim of fixing long outstanding bugs and adepting to latest Hugo features. As far as possible this theme tries to be a drop-in replacement for the Learn theme.\n Main features Tip See whats new within the latest update.\n Automatic Search Multilingual mode Unlimited menu levels Automatic next/prev buttons to navigate through menu entries Image resizing, shadow… Attachments files List child pages Mermaid diagram (flowchart, sequence, gantt) Customizable look and feel Predefined (light, dark) and customizable color variants Buttons Tip/Note/Info/Warning boxes Expand Tabs File inclusion Getting support To get support, feel free to open a new discussion topic or issue in the official repository on GitHub.\nBecome a contributor Feel free to update this documentation by just clicking the Edit link displayed on top right of each page. Your changes will be deployed automatically once they were reviewed.\nYou are most welcome to contribute bugfixes or even new features to the source code by making pull requests to the official repository via GitHub. Please visit the contribution guidelines first.\nLicense This theme is licensed under the MIT License.\nCredits This theme would not be possible without the work of many others. See the credits for a detailed list.\n",
"content": "Hugo Relearn Theme The Relearn theme is a theme for Hugo, a static website generator written in Go. Where Hugo is often used for blogs, this theme is designed with documentation in mind.\n Info The theme is a fork of the great Learn theme with the aim of fixing long outstanding bugs and adepting to latest Hugo features. As far as possible this theme tries to be a drop-in replacement for the Learn theme.\n Main features Tip See whats new within the latest update.\n Automatic Search Multilingual mode for English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish Unlimited menu levels Automatic next/prev buttons to navigate through menu entries Image resizing, shadow… Attachments files List child pages Mermaid diagram (flowchart, sequence, gantt) Customizable look and feel Predefined (light, dark) and customizable color variants Buttons Tip/Note/Info/Warning boxes Expand Tabs File inclusion Getting support To get support, feel free to open a new discussion topic or issue in the official repository on GitHub.\nBecome a contributor Feel free to update this documentation by just clicking the Edit link displayed on top right of each page. Your changes will be deployed automatically once they were reviewed.\nYou are most welcome to contribute bugfixes or even new features to the source code by making pull requests to the official repository via GitHub. Please visit the contribution guidelines first.\nLicense This theme is licensed under the MIT License.\nCredits This theme would not be possible without the work of many others. See the credits for a detailed list.\n",
"description": "",
"tags": null,
"title": "Hugo Relearn Theme",

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Credits :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/more/credits/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/more/credits/">
<div id="body" class="default-animation">
@ -168,9 +168,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -281,20 +281,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Showcase :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/more/showcase/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/more/showcase/">
<div id="body" class="default-animation">
@ -161,9 +161,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -274,20 +274,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>404 Page not found :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
<style>
p, li, ul {
text-align: center

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Configurrrat&#39;n :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/configuration/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/basics/configuration/">
<div id="body" class="default-animation">
@ -258,9 +258,9 @@ default values:</p>
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -371,20 +371,20 @@ 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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Customizat&#39;n :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/customization/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/basics/customization/">
<div id="body" class="default-animation">
@ -214,9 +214,9 @@ Ye could use an <code>img</code> HTML tag an' reference an image created under t
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -327,20 +327,20 @@ Ye could use an <code>img</code> HTML tag an' reference an image created under t
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Stylesheet generrrat&#39;r :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/generator/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/basics/generator/">
<div id="body" class="default-animation">
@ -180,9 +180,9 @@ variants.generator( '#vargenerator', '.vardownload', '.varreset' );
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -293,20 +293,20 @@ 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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Historrry :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/history/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/basics/history/">
<div id="body" class="default-animation">
@ -526,9 +526,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -639,20 +639,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Basics :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/basics/">
<div id="body" class="default-animation">
@ -157,9 +157,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Installat&#39;n :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/installation/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/basics/installation/">
<div id="body" class="default-animation">
@ -212,9 +212,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -325,20 +325,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Migrrrat&#39;n :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/migration/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/basics/migration/">
<div id="body" class="default-animation">
@ -382,9 +382,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -495,20 +495,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Requirrrements :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/requirements/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/basics/requirements/">
<div id="body" class="default-animation">
@ -159,9 +159,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -272,20 +272,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Categories :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/categories/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/categories/">
<div id="body" class="default-animation">
@ -141,9 +141,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -254,20 +254,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Arrrchetypes :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/cont/archetypes/">
<div id="body" class="default-animation">
@ -185,9 +185,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -298,20 +298,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Multilingual an&#39; i18n :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/i18n/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/cont/i18n/">
<div id="body" class="default-animation">
@ -85,7 +85,7 @@
<p>Th' Relearrrn theme be fully compat'ble wit' Cap'n Hugo multilingual mode.</p>
<p>It provides:</p>
<ul>
<li>Translat'n str'ns fer default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free t' contribute!</li>
<li>Translat'n str'ns fer default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free t' contribute!</li>
<li>Automatic menu generat'n from multilingual rrrambl'n</li>
<li>In-browser language switch'n</li>
</ul>
@ -220,9 +220,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -333,20 +333,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Ay&#39;cons an&#39; logos :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/cont/icons/">
<div id="body" class="default-animation">
@ -175,9 +175,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -288,20 +288,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Rambl&#39;n :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/cont/">
<div id="body" class="default-animation">
@ -157,9 +157,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -23,7 +23,7 @@ Folders Org&#39;nize yer ship like any other Cap&#39;n Hugo project. Typically,
<description>Arrr! ☠ Pirrrates ☠ Fello&#39; pirrates, be awarrre some featurrres may not work fer us in this trrranslat&#39;n. Like table of rrramblings, some Merrrmaids and stuff.
Th&#39; Relearrrn theme be fully compat&#39;ble wit&#39; Cap&#39;n Hugo multilingual mode.
It provides:
Translat&#39;n str&#39;ns fer default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free t&#39; contribute! Automatic menu generat&#39;n from multilingual rrrambl&#39;n In-browser language switch&#39;n Basic configurat&#39;n Aft learn&#39;n how Cap&#39;n Hugo handle multilingual websites, define yer languages &#39;n yer config.</description>
Translat&#39;n str&#39;ns fer default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free t&#39; contribute! Automatic menu generat&#39;n from multilingual rrrambl&#39;n In-browser language switch&#39;n Basic configurat&#39;n Aft learn&#39;n how Cap&#39;n Hugo handle multilingual websites, define yer languages &#39;n yer config.</description>
</item>
<item>
<title>Arrrchetypes</title>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Marrrkdown rules :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/cont/markdown/">
<div id="body" class="default-animation">
@ -650,9 +650,9 @@ line 3 o' code
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -763,20 +763,20 @@ line 3 o' code
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Menu extrrra shorrrtcuts :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/cont/menushortcuts/">
<div id="body" class="default-animation">
@ -263,9 +263,9 @@ However, if ye want t' keep th' title but change its value, it can be overriden
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -376,20 +376,20 @@ However, if ye want t' keep th' title but change its value, it can be overriden
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Planks orrrganizat&#39;n :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/pages/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/cont/pages/">
<div id="body" class="default-animation">
@ -289,9 +289,9 @@ We&rsquo;ve added th' <code>menuTitle</code> parameter fer that purpose:</p>
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -402,20 +402,20 @@ We&rsquo;ve added th' <code>menuTitle</code> parameter fer that purpose:</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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Code highlight&#39;n :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/cont/syntaxhighlight/">
<div id="body" class="default-animation">
@ -200,9 +200,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -313,20 +313,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Tags :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/cont/tags/">
<div id="body" class="default-animation">
@ -176,9 +176,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -289,20 +289,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/">
<div id="body" class="default-animation">
@ -101,7 +101,7 @@
</div>
<ul>
<li><a href="/hugo-theme-relearn/pir/basics/configuration/#activate-search">Automatic Search</a></li>
<li><a href="/hugo-theme-relearn/pir/cont/i18n/">Multilingual mode</a></li>
<li><a href="/hugo-theme-relearn/pir/cont/i18n/">Multilingual mode</a> fer English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish</li>
<li>Unlimited menu levels</li>
<li>Automatic next/prev buttons t' navigate through menu entries</li>
<li><a href="/hugo-theme-relearn/pir/cont/markdown/#images">Image resiz'n, shadow&hellip;</a></li>
@ -200,9 +200,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -313,20 +313,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -153,7 +153,7 @@
"uri": "/hugo-theme-relearn/pir/basics/history/"
},
{
"content": " Arrr! ☠ Pirrrates ☠ Fello' pirrates, be awarrre some featurrres may not work fer us in this trrranslat'n. Like table of rrramblings, some Merrrmaids and stuff.\n Th' Relearrrn theme be fully compat'ble wit' Cap'n Hugo multilingual mode.\nIt provides:\n Translat'n str'ns fer default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free t' contribute! Automatic menu generat'n from multilingual rrrambl'n In-browser language switch'n Basic configurat'n Aft learn'n how Cap'n Hugo handle multilingual websites, define yer languages 'n yer config.toml file.\nFor example wit' current English an' Piratized English website.\n# English be th' default language defaultContentLanguage = \"en\" [Languages] [Languages.en] title = \"Hugo Relearrrn Theme\" weight = 1 languageName = \"English\" [Languages.pir] title = \"Cap'n Hugo Relearrrn Theme\" weight = 2 languageName = \"Arrr! Pirrrates\" Then, fer each new plank, append th' id o' th' language t' th' file.\n Single file my-page.md be split 'n two files: 'n English: my-page.md 'n Piratized English: my-page.pir.md Single file _index.md be split 'n two files: 'n English: _index.md 'n Piratized English: _index.pir.md Ahoi Be aware that only translated planks be displayed 'n menu. Its not replaced wit' default language rrrambl'n.\n Smarrrt Arrrse Use slug Front Matter parameter t' translate urls too.\n Overwrite translat'n str'ns Translat'ns str'ns be used fer common default values used 'n th' theme (Edit button, Search placeholder an' so on). Translat'ns be avail'ble 'n English an' Piratized English but ye may use another language or want t' override default values.\nT' override these values, create a new file 'n yer local i18n folder i18n/\u003cidlanguage\u003e.toml an' inspire yourself from th' theme themes/hugo-theme-relearn/i18n/en.toml\nDis'ble language switch'n Switch'n th' language 'n th' browser be a great feature, but fer some reasons ye may want t' dis'ble it.\nJust set disableLanguageSwitchingButton=true 'n yer config.toml\n[params] # When us'n mulitlingual website, dis'ble th' switch language button. disableLanguageSwitchingButton = true ",
"content": " Arrr! ☠ Pirrrates ☠ Fello' pirrates, be awarrre some featurrres may not work fer us in this trrranslat'n. Like table of rrramblings, some Merrrmaids and stuff.\n Th' Relearrrn theme be fully compat'ble wit' Cap'n Hugo multilingual mode.\nIt provides:\n Translat'n str'ns fer default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free t' contribute! Automatic menu generat'n from multilingual rrrambl'n In-browser language switch'n Basic configurat'n Aft learn'n how Cap'n Hugo handle multilingual websites, define yer languages 'n yer config.toml file.\nFor example wit' current English an' Piratized English website.\n# English be th' default language defaultContentLanguage = \"en\" [Languages] [Languages.en] title = \"Hugo Relearrrn Theme\" weight = 1 languageName = \"English\" [Languages.pir] title = \"Cap'n Hugo Relearrrn Theme\" weight = 2 languageName = \"Arrr! Pirrrates\" Then, fer each new plank, append th' id o' th' language t' th' file.\n Single file my-page.md be split 'n two files: 'n English: my-page.md 'n Piratized English: my-page.pir.md Single file _index.md be split 'n two files: 'n English: _index.md 'n Piratized English: _index.pir.md Ahoi Be aware that only translated planks be displayed 'n menu. Its not replaced wit' default language rrrambl'n.\n Smarrrt Arrrse Use slug Front Matter parameter t' translate urls too.\n Overwrite translat'n str'ns Translat'ns str'ns be used fer common default values used 'n th' theme (Edit button, Search placeholder an' so on). Translat'ns be avail'ble 'n English an' Piratized English but ye may use another language or want t' override default values.\nT' override these values, create a new file 'n yer local i18n folder i18n/\u003cidlanguage\u003e.toml an' inspire yourself from th' theme themes/hugo-theme-relearn/i18n/en.toml\nDis'ble language switch'n Switch'n th' language 'n th' browser be a great feature, but fer some reasons ye may want t' dis'ble it.\nJust set disableLanguageSwitchingButton=true 'n yer config.toml\n[params] # When us'n mulitlingual website, dis'ble th' switch language button. disableLanguageSwitchingButton = true ",
"description": "",
"tags": null,
"title": "Multilingual an' i18n",
@ -274,7 +274,7 @@
"uri": "/hugo-theme-relearn/pir/shortcodes/button/"
},
{
"content": " Arrr! ☠ Pirrrates ☠ Fello' pirrates, be awarrre some featurrres may not work fer us in this trrranslat'n. Like table of rrramblings, some Merrrmaids and stuff.\n Cap'n Hugo Relearrrn Theme Th' Relearrrn theme be a theme fer Cap'n Hugo, a static website generator written 'n Go. Whar' Cap'n Hugo be often used fer blogs, this theme be designed wit' documentat'n 'n mind.\n Ahoi Th' theme be a fork o' th' great Learrrn theme wit' th' aim o' fix'n long outstand'n bugs an' adept'n t' latest Cap'n Hugo features. As far as poss'ble this theme tries t' be a drop-in replacement fer th' Learrrn theme.\n Main features Smarrrt Arrrse See whats new within th' latest update.\n Automatic Search Multilingual mode Unlimited menu levels Automatic next/prev buttons t' navigate through menu entries Image resiz'n, shadow… Attachments files List child planks Merrrmaid diagram (flowchart, sequence, gantt) Customiz'ble look an' feel Predefined (light, dark) an' customiz'ble color variants Buttons Tip/Note/Info/Warn'n boxes Expand Tabs File inclusion Gett'n support T' get support, feel free t' open a new discussion topic or issue 'n th' official repository on GitHub.\nBecome a contributor Feel free t' update this documentat'n by just click'n th' Edit link displayed on top right o' each plank. Yer changes will be deployed automatically once they were reviewed.\nYe be most welcome t' contribute bugfixes or even new features t' th' source code by mak'n pull requests t' th' official repository via GitHub. Please visit th' contribut'n guidelines first.\nLicense This theme be licensed under th' MIT License.\nCredits This theme would not be poss'ble without th' work o' many others. See th' credits fer a detailed list.\n",
"content": " Arrr! ☠ Pirrrates ☠ Fello' pirrates, be awarrre some featurrres may not work fer us in this trrranslat'n. Like table of rrramblings, some Merrrmaids and stuff.\n Cap'n Hugo Relearrrn Theme Th' Relearrrn theme be a theme fer Cap'n Hugo, a static website generator written 'n Go. Whar' Cap'n Hugo be often used fer blogs, this theme be designed wit' documentat'n 'n mind.\n Ahoi Th' theme be a fork o' th' great Learrrn theme wit' th' aim o' fix'n long outstand'n bugs an' adept'n t' latest Cap'n Hugo features. As far as poss'ble this theme tries t' be a drop-in replacement fer th' Learrrn theme.\n Main features Smarrrt Arrrse See whats new within th' latest update.\n Automatic Search Multilingual mode fer English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish Unlimited menu levels Automatic next/prev buttons t' navigate through menu entries Image resiz'n, shadow… Attachments files List child planks Merrrmaid diagram (flowchart, sequence, gantt) Customiz'ble look an' feel Predefined (light, dark) an' customiz'ble color variants Buttons Tip/Note/Info/Warn'n boxes Expand Tabs File inclusion Gett'n support T' get support, feel free t' open a new discussion topic or issue 'n th' official repository on GitHub.\nBecome a contributor Feel free t' update this documentat'n by just click'n th' Edit link displayed on top right o' each plank. Yer changes will be deployed automatically once they were reviewed.\nYe be most welcome t' contribute bugfixes or even new features t' th' source code by mak'n pull requests t' th' official repository via GitHub. Please visit th' contribut'n guidelines first.\nLicense This theme be licensed under th' MIT License.\nCredits This theme would not be poss'ble without th' work o' many others. See th' credits fer a detailed list.\n",
"description": "",
"tags": null,
"title": "Cap'n Hugo Relearrrn Theme",

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Crrredits :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/more/credits/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/more/credits/">
<div id="body" class="default-animation">
@ -177,9 +177,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -290,20 +290,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Showcase :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/more/showcase/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/more/showcase/">
<div id="body" class="default-animation">
@ -159,9 +159,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -272,20 +272,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Attachments :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/attachments/">
<div id="body" class="default-animation">
@ -341,9 +341,9 @@ Currently, it support two implementat'ns fer planks</p>
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -454,20 +454,20 @@ Currently, it support two implementat'ns fer planks</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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Button :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/button/">
<div id="body" class="default-animation">
@ -176,9 +176,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -289,20 +289,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-1-1-1-1 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/">
<div id="body" class="default-animation">
@ -167,9 +167,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -284,20 +284,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-1-1-1 (hidden) :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/">
<div id="body" class="default-animation">
@ -172,9 +172,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -289,20 +289,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-1-1 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/">
<div id="body" class="default-animation">
@ -171,9 +171,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -286,20 +286,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-1 (hidden) :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/">
<div id="body" class="default-animation">
@ -170,9 +170,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -285,20 +285,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-2-1 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/">
<div id="body" class="default-animation">
@ -165,9 +165,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -278,20 +278,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-2-2 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/">
<div id="body" class="default-animation">
@ -165,9 +165,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -278,20 +278,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-2 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/">
<div id="body" class="default-animation">
@ -171,9 +171,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -284,20 +284,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-3 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-3/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-3/">
<div id="body" class="default-animation">
@ -164,9 +164,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -277,20 +277,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/">
<div id="body" class="default-animation">
@ -171,9 +171,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -284,20 +284,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 1 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/">
<div id="body" class="default-animation">
@ -168,9 +168,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -281,20 +281,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 2 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-2/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-2/">
<div id="body" class="default-animation">
@ -163,9 +163,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -276,20 +276,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 3 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-3/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-3/">
<div id="body" class="default-animation">
@ -168,9 +168,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -281,20 +281,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Plank 3-1 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-3/test3/">
<div id="body" class="default-animation">
@ -162,9 +162,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -275,20 +275,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Plank 4 (hidden) :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-4/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-4/">
<div id="body" class="default-animation">
@ -162,9 +162,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -276,20 +276,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Children :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/">
<div id="body" class="default-animation">
@ -305,9 +305,9 @@ So its rrrambl'n be used as descript'n.</p>
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -418,20 +418,20 @@ So its rrrambl'n be used as descript'n.</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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Plank X :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/children/test/">
<div id="body" class="default-animation">
@ -157,9 +157,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Expand :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/expand/">
<div id="body" class="default-animation">
@ -284,9 +284,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -397,20 +397,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Include :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/include/">
<div id="body" class="default-animation">
@ -187,9 +187,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -300,20 +300,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Shorrrtcodes :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/">
<div id="body" class="default-animation">
@ -200,9 +200,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -313,20 +313,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Merrrmaid :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/mermaid/">
<div id="body" class="default-animation">
@ -389,9 +389,9 @@ classDiagram
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -502,20 +502,20 @@ classDiagram
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Notice :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/notice/">
<div id="body" class="default-animation">
@ -392,9 +392,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -505,20 +505,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Ship param :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/siteparam/">
<div id="body" class="default-animation">
@ -167,9 +167,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -280,20 +280,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Tabbed views :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/shortcodes/tabs/">
<div id="body" class="default-animation">
@ -326,9 +326,9 @@ from th' <code>'default'</code> group on a different plank then all tabs will be
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -439,20 +439,20 @@ from th' <code>'default'</code> group on a different plank then all tabs will be
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>children :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/children/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/tags/children/">
<div id="body" class="default-animation">
@ -156,9 +156,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -269,20 +269,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>documentat&#39;n :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/documentatn/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/tags/documentatn/">
<div id="body" class="default-animation">
@ -143,9 +143,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -255,20 +255,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>hidden :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/hidden/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/tags/hidden/">
<div id="body" class="default-animation">
@ -147,9 +147,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -260,20 +260,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Tags :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/tags/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -259,20 +259,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>non-hidden :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/non-hidden/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/tags/non-hidden/">
<div id="body" class="default-animation">
@ -151,9 +151,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -264,20 +264,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>tutorrrial :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/tutorrrial/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/tags/tutorrrial/">
<div id="body" class="default-animation">
@ -143,9 +143,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -255,20 +255,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Code :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tests/code/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/tests/code/">
<div id="body" class="default-animation">
@ -179,9 +179,9 @@ Some preformatted stuff 'n HTML elements
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -294,20 +294,20 @@ Some preformatted stuff 'n HTML elements
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Tests :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tests/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/tests/">
<div id="body" class="default-animation">
@ -169,9 +169,9 @@ What about wrapp'n long inline code if multiple sections be written side567/by34
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -284,20 +284,20 @@ What about wrapp'n long inline code if multiple sections be written side567/by34
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>1 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/1/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>11 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/10/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>2 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/2/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>3 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/3/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>4 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/4/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>5 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/5/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>6 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/6/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>7 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/7/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>8 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/8/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>9 :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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
@ -35,7 +35,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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/9/">
<div id="body" class="default-animation">
@ -146,9 +146,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -270,20 +270,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>Th&#39; one an&#39; only hidden child :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/yours/children-1/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/children-1/">
<div id="body" class="default-animation">
@ -157,9 +157,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -282,20 +282,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>This could be yers :: Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/yours/index.xml" title="Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377641" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377641" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377641" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377641" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377641" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377641"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413998" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413998" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413998" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413998" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413998" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413998"></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?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413998"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/pir/yours/">
<div id="body" class="default-animation">
@ -157,9 +157,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span>
</div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413998"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -281,20 +281,20 @@
<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?1647377641"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413998"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413998"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413998"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377641"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413998"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="The Attachments shortcode displays a list of files attached to a page">
<meta name="author" content="Sören Weber">
<title>Attachments :: Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377639" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377639" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377639" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377639"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413996" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413996" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413996" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413996"></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
@ -35,7 +35,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413996"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/shortcodes/attachments/">
<div id="body" class="default-animation">
@ -339,9 +339,9 @@ Currently, it support two implementations for pages</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?1647377639"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413996"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -452,20 +452,20 @@ Currently, it support two implementations for pages</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?1647377639"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413996"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413996"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413996"></script>
</body>
</html>

View file

@ -8,18 +8,18 @@
<meta name="description" content="Nice buttons on your page">
<meta name="author" content="Sören Weber">
<title>Button :: Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377639" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377639" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377639" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377639" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377639" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377639"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413996" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413996" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413996" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413996" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413996" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413996"></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
@ -35,7 +35,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413996"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/shortcodes/button/">
<div id="body" class="default-animation">
@ -167,9 +167,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?1647377639"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413996"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -280,20 +280,20 @@
<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?1647377639"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413996"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413996"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413996"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377639"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413996"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>page 1-1-1-1-1-1 :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/">
<div id="body" class="default-animation">
@ -158,9 +158,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -275,20 +275,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>page 1-1-1-1-1 (hidden) :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/">
<div id="body" class="default-animation">
@ -173,9 +173,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -290,20 +290,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>page 1-1-1-1 :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/">
<div id="body" class="default-animation">
@ -172,9 +172,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -287,20 +287,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

View file

@ -9,18 +9,18 @@
<meta name="author" content="Sören Weber">
<title>page 1-1-1 (hidden) :: Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/index.xml" title="Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647377640" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647377640" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647377640" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647377640" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647377640" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647377640"></script>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1647413997" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1647413997" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1647413997" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme-relearn-light.css?1647413997" rel="stylesheet" media="print">
<link href="/hugo-theme-relearn/css/print.css?1647413997" rel="stylesheet" media="print">
<script src="/hugo-theme-relearn/js/variant.js?1647413997"></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?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1647413997"></script>
</head>
<body class="mobile-support" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/">
<div id="body" class="default-animation">
@ -171,9 +171,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?1647377640"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/search.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/search.js?1647413997"></script>
</div>
<div id="content-wrapper" class="highlightable">
<ul class="topics">
@ -286,20 +286,20 @@
<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?1647377640"></script>
<script async defer src="/hugo-theme-relearn/js/buttons.js?1647413997"></script>
</div>
</div>
</aside>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1647413997"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1647413997"></script>
<script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"securityLevel\": \"loose\"}"), { startOnLoad: false } ) );
}
</script>
<script src="/hugo-theme-relearn/js/theme.js?1647377640"></script>
<script src="/hugo-theme-relearn/js/theme.js?1647413997"></script>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show more