Skip to content

Commit fbb2298

Browse files
committed
deploy: 7a2667a
1 parent bda284a commit fbb2298

File tree

1,253 files changed

+30285
-32785
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,253 files changed

+30285
-32785
lines changed

404.html

+16-18
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
66
<meta name="generator" content="Hugo 0.145.0">
7-
<meta name="generator" content="Relearn 7.5.0+a05b2124652293b1be3742f26aa3913861f956de">
7+
<meta name="generator" content="Relearn 7.5.0+3ccc8f777f8dd35f750a00ca986f9db808548306">
88
<meta name="description" content="">
99
<meta name="author" content="Sören Weber">
1010
<meta name="twitter:card" content="summary_large_image">
@@ -20,18 +20,18 @@
2020
<meta itemprop="image" content="https://mcshelby.github.io/hugo-theme-relearn/images/hero.png">
2121
<title>404 Page not found :: Hugo Relearn Theme</title>
2222
<base href="https://mcshelby.github.io/hugo-theme-relearn/">
23-
<link href="/hugo-theme-relearn/images/logo.svg?1742426498" rel="icon" type="image/svg+xml">
24-
<link href="/hugo-theme-relearn/fonts/fontawesome/css/fontawesome-all.min.css?1742426498" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/hugo-theme-relearn/fonts/fontawesome/css/fontawesome-all.min.css?1742426498" rel="stylesheet"></noscript>
25-
<link href="/hugo-theme-relearn/css/perfect-scrollbar/perfect-scrollbar.min.css?1742426498" rel="stylesheet">
26-
<link href="/hugo-theme-relearn/css/theme.min.css?1742426498" rel="stylesheet">
27-
<link href="/hugo-theme-relearn/css/format-html.min.css?1742426498" rel="stylesheet" id="R-format-style">
28-
<link href="/hugo-theme-relearn/css/auto-complete/auto-complete.min.css?1742426498" rel="stylesheet">
29-
<script src="/hugo-theme-relearn/js/auto-complete/auto-complete.min.js?1742426498" defer></script>
30-
<script src="/hugo-theme-relearn/js/lunr/lunr.min.js?1742426498" defer></script>
31-
<script src="/hugo-theme-relearn/js/lunr/lunr.stemmer.support.min.js?1742426498" defer></script>
32-
<script src="/hugo-theme-relearn/js/lunr/lunr.multi.min.js?1742426498" defer></script>
33-
<script src="/hugo-theme-relearn/js/lunr/lunr.en.min.js?1742426498" defer></script>
34-
<script src="/hugo-theme-relearn/js/search.min.js?1742426498" defer></script>
23+
<link href="/hugo-theme-relearn/images/logo.svg?1742503620" rel="icon" type="image/svg+xml">
24+
<link href="/hugo-theme-relearn/fonts/fontawesome/css/fontawesome-all.min.css?1742503620" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/hugo-theme-relearn/fonts/fontawesome/css/fontawesome-all.min.css?1742503620" rel="stylesheet"></noscript>
25+
<link href="/hugo-theme-relearn/css/perfect-scrollbar/perfect-scrollbar.min.css?1742503620" rel="stylesheet">
26+
<link href="/hugo-theme-relearn/css/theme.min.css?1742503620" rel="stylesheet">
27+
<link href="/hugo-theme-relearn/css/format-html.min.css?1742503620" rel="stylesheet" id="R-format-style">
28+
<link href="/hugo-theme-relearn/css/auto-complete/auto-complete.min.css?1742503620" rel="stylesheet">
29+
<script src="/hugo-theme-relearn/js/auto-complete/auto-complete.min.js?1742503620" defer></script>
30+
<script src="/hugo-theme-relearn/js/lunr/lunr.min.js?1742503620" defer></script>
31+
<script src="/hugo-theme-relearn/js/lunr/lunr.stemmer.support.min.js?1742503620" defer></script>
32+
<script src="/hugo-theme-relearn/js/lunr/lunr.multi.min.js?1742503620" defer></script>
33+
<script src="/hugo-theme-relearn/js/lunr/lunr.en.min.js?1742503620" defer></script>
34+
<script src="/hugo-theme-relearn/js/search.min.js?1742503620" defer></script>
3535
<script>
3636
window.relearn = window.relearn || {};
3737
// configuration
@@ -41,7 +41,7 @@
4141
window.relearn.relBaseUri='..';
4242
window.relearn.absBaseUri='https:\/\/mcshelby.github.io\/hugo-theme-relearn';
4343
window.relearn.contentLangs=['en'];
44-
window.relearn.index_js_url="/hugo-theme-relearn/searchindex.en.js?1742426498";
44+
window.relearn.index_js_url="/hugo-theme-relearn/searchindex.en.js?1742503620";
4545
window.relearn.disableAnchorCopy=false;
4646
window.relearn.disableAnchorScrolling=false;
4747
window.relearn.disableInlineCopyToClipboard=true;
@@ -55,14 +55,12 @@
5555
document.documentElement.dataset.rThemeVariant = variant;
5656
if (oldVariant != variant) {
5757
document.dispatchEvent( new CustomEvent('themeVariantLoaded', { detail: { variant, oldVariant } }) );
58+
window.relearn.markVariant();
5859
}
5960
}
6061
window.relearn.markVariant = function() {
6162
var variant = window.localStorage.getItem(window.relearn.absBaseUri + "/variant");
62-
var select = document.querySelector("#R-select-variant");
63-
if (select) {
64-
select.value = variant;
65-
}
63+
document.querySelectorAll(".R-variantswitcher select").forEach((select) => {select.value = variant;});
6664
}
6765
window.relearn.initVariant = function() {
6866
var variant = window.localStorage.getItem(window.relearn.absBaseUri + "/variant") ?? "";

authoring/frontmatter/designs/index.html

+33-35
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
66
<meta name="generator" content="Hugo 0.145.0">
7-
<meta name="generator" content="Relearn 7.5.0+a05b2124652293b1be3742f26aa3913861f956de">
7+
<meta name="generator" content="Relearn 7.5.0+3ccc8f777f8dd35f750a00ca986f9db808548306">
88
<meta name="description" content="How to vary layouts by using page designs">
99
<meta name="author" content="Sören Weber">
1010
<meta name="twitter:card" content="summary_large_image">
@@ -29,18 +29,18 @@
2929
<link href="https://mcshelby.github.io/hugo-theme-relearn/pir/authoring/frontmatter/designs/index.html" rel="alternate" hreflang="art-x-pir">
3030
<link href="/hugo-theme-relearn/authoring/frontmatter/designs/index.xml" rel="alternate" type="application/rss+xml" title="Page Designs :: Hugo Relearn Theme">
3131
<link href="/hugo-theme-relearn/authoring/frontmatter/designs/index.print.html" rel="alternate" type="text/html" title="Page Designs :: Hugo Relearn Theme">
32-
<link href="/hugo-theme-relearn/images/logo.svg?1742426498" rel="icon" type="image/svg+xml">
33-
<link href="/hugo-theme-relearn/fonts/fontawesome/css/fontawesome-all.min.css?1742426498" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/hugo-theme-relearn/fonts/fontawesome/css/fontawesome-all.min.css?1742426498" rel="stylesheet"></noscript>
34-
<link href="/hugo-theme-relearn/css/perfect-scrollbar/perfect-scrollbar.min.css?1742426498" rel="stylesheet">
35-
<link href="/hugo-theme-relearn/css/theme.min.css?1742426498" rel="stylesheet">
36-
<link href="/hugo-theme-relearn/css/format-html.min.css?1742426498" rel="stylesheet" id="R-format-style">
37-
<link href="/hugo-theme-relearn/css/auto-complete/auto-complete.min.css?1742426498" rel="stylesheet">
38-
<script src="/hugo-theme-relearn/js/auto-complete/auto-complete.min.js?1742426498" defer></script>
39-
<script src="/hugo-theme-relearn/js/lunr/lunr.min.js?1742426498" defer></script>
40-
<script src="/hugo-theme-relearn/js/lunr/lunr.stemmer.support.min.js?1742426498" defer></script>
41-
<script src="/hugo-theme-relearn/js/lunr/lunr.multi.min.js?1742426498" defer></script>
42-
<script src="/hugo-theme-relearn/js/lunr/lunr.en.min.js?1742426498" defer></script>
43-
<script src="/hugo-theme-relearn/js/search.min.js?1742426498" defer></script>
32+
<link href="/hugo-theme-relearn/images/logo.svg?1742503620" rel="icon" type="image/svg+xml">
33+
<link href="/hugo-theme-relearn/fonts/fontawesome/css/fontawesome-all.min.css?1742503620" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/hugo-theme-relearn/fonts/fontawesome/css/fontawesome-all.min.css?1742503620" rel="stylesheet"></noscript>
34+
<link href="/hugo-theme-relearn/css/perfect-scrollbar/perfect-scrollbar.min.css?1742503620" rel="stylesheet">
35+
<link href="/hugo-theme-relearn/css/theme.min.css?1742503620" rel="stylesheet">
36+
<link href="/hugo-theme-relearn/css/format-html.min.css?1742503620" rel="stylesheet" id="R-format-style">
37+
<link href="/hugo-theme-relearn/css/auto-complete/auto-complete.min.css?1742503620" rel="stylesheet">
38+
<script src="/hugo-theme-relearn/js/auto-complete/auto-complete.min.js?1742503620" defer></script>
39+
<script src="/hugo-theme-relearn/js/lunr/lunr.min.js?1742503620" defer></script>
40+
<script src="/hugo-theme-relearn/js/lunr/lunr.stemmer.support.min.js?1742503620" defer></script>
41+
<script src="/hugo-theme-relearn/js/lunr/lunr.multi.min.js?1742503620" defer></script>
42+
<script src="/hugo-theme-relearn/js/lunr/lunr.en.min.js?1742503620" defer></script>
43+
<script src="/hugo-theme-relearn/js/search.min.js?1742503620" defer></script>
4444
<script>
4545
window.relearn = window.relearn || {};
4646
// configuration
@@ -50,7 +50,7 @@
5050
window.relearn.relBaseUri='..\/..\/..\/..';
5151
window.relearn.absBaseUri='https:\/\/mcshelby.github.io\/hugo-theme-relearn';
5252
window.relearn.contentLangs=['en'];
53-
window.relearn.index_js_url="/hugo-theme-relearn/searchindex.en.js?1742426498";
53+
window.relearn.index_js_url="/hugo-theme-relearn/searchindex.en.js?1742503620";
5454
window.relearn.disableAnchorCopy=false;
5555
window.relearn.disableAnchorScrolling=false;
5656
window.relearn.disableInlineCopyToClipboard=true;
@@ -64,14 +64,12 @@
6464
document.documentElement.dataset.rThemeVariant = variant;
6565
if (oldVariant != variant) {
6666
document.dispatchEvent( new CustomEvent('themeVariantLoaded', { detail: { variant, oldVariant } }) );
67+
window.relearn.markVariant();
6768
}
6869
}
6970
window.relearn.markVariant = function() {
7071
var variant = window.localStorage.getItem(window.relearn.absBaseUri + "/variant");
71-
var select = document.querySelector("#R-select-variant");
72-
if (select) {
73-
select.value = variant;
74-
}
72+
document.querySelectorAll(".R-variantswitcher select").forEach((select) => {select.value = variant;});
7573
}
7674
window.relearn.initVariant = function() {
7775
var variant = window.localStorage.getItem(window.relearn.absBaseUri + "/variant") ?? "";
@@ -94,7 +92,7 @@
9492
window.T_No_results_found = `No results found for "{0}"`;
9593
window.T_N_results_found = `{1} results found for "{0}"`;
9694
</script>
97-
<script src="/hugo-theme-relearn/js/variant.min.js?1742426498"></script>
95+
<script src="/hugo-theme-relearn/js/variant.min.js?1742503620"></script>
9896
<style>
9997

10098
#R-body img.bg-white {
@@ -215,13 +213,13 @@ <h2 id="using-a-page-design">Using a Page Design</h2>
215213
</li>
216214
<li>
217215
<p>If you are creating your Markdown files manually, you can achieve the same by just setting <code>type='chapter'</code> in the front matter to make your page displayed with the <code>chapter</code> page design.</p>
218-
<div class="tab-panel" data-tab-group="53688a5781271dc7b753da30cb5456c0">
216+
<div class="tab-panel" data-tab-group="f9119299294e4d3774e0e8eeb6689442">
219217
<div class="tab-nav">
220218
<div class="tab-nav-title">&#8203;</div>
221219
<button
222220
data-tab-item="log_indexmd"
223221
class="tab-nav-button tab-panel-style cstyle initial active" tabindex="-1"
224-
onclick="switchTab('53688a5781271dc7b753da30cb5456c0','log_indexmd')"
222+
onclick="switchTab('f9119299294e4d3774e0e8eeb6689442','log_indexmd')"
225223
>
226224
<span class="tab-nav-text">log/_index.md</span>
227225
</button>
@@ -246,16 +244,16 @@ <h3 id="archetypes-home">Home</h3>
246244
<p>A <strong>Home</strong> page is the starting page of your project. It&rsquo;s best to have only one page of this kind in your project.</p>
247245
<p>To create a home page, run the following command</p>
248246
<div class="highlight wrap-code" dir="auto"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div>
249-
<p><a href="#R-image-b7b29a930d026a93e3b1d0e83b5dc3c8" class="lightbox-link"><img alt="Home page" class="bg-white border lazy lightbox figure-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-home.png?width=60pc" style=" height: auto; width: 60pc;"></a>
250-
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b7b29a930d026a93e3b1d0e83b5dc3c8"><img alt="Home page" class="bg-white border lazy lightbox lightbox-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-home.png?width=60pc"></a></p>
247+
<p><a href="#R-image-43134698964d4659a04499e7fe627770" class="lightbox-link"><img alt="Home page" class="bg-white border lazy lightbox figure-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-home.png?width=60pc" style=" height: auto; width: 60pc;"></a>
248+
<a href="javascript:history.back();" class="lightbox-back" id="R-image-43134698964d4659a04499e7fe627770"><img alt="Home page" class="bg-white border lazy lightbox lightbox-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-home.png?width=60pc"></a></p>
251249
<h3 id="archetypes-chapter">Chapter</h3>
252250
<p>A <strong>Chapter</strong> displays a page meant to be used as introduction for a set of child pages.</p>
253251
<p>Commonly, it contains a title front matter and a short description in the content.</p>
254252
<p>To create a chapter page, run the following command</p>
255253
<div class="highlight wrap-code" dir="auto"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter log/_index.md</span></span></code></pre></div>
256254
<p>If a numerical <code>weight</code> front matter is set, it will be used to generate the subtitle of the chapter page. Set the number to a consecutive value starting at 1 for each new chapter on the same directory level.</p>
257-
<p><a href="#R-image-8bccfa66d16ed79840d2b11dd141609c" class="lightbox-link"><img alt="Chapter page" class="bg-white border lazy lightbox figure-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-chapter.png?width=60pc" style=" height: auto; width: 60pc;"></a>
258-
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8bccfa66d16ed79840d2b11dd141609c"><img alt="Chapter page" class="bg-white border lazy lightbox lightbox-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-chapter.png?width=60pc"></a></p>
255+
<p><a href="#R-image-44c27c60b6170007a6f6d2a43b563a26" class="lightbox-link"><img alt="Chapter page" class="bg-white border lazy lightbox figure-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-chapter.png?width=60pc" style=" height: auto; width: 60pc;"></a>
256+
<a href="javascript:history.back();" class="lightbox-back" id="R-image-44c27c60b6170007a6f6d2a43b563a26"><img alt="Chapter page" class="bg-white border lazy lightbox lightbox-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-chapter.png?width=60pc"></a></p>
259257
<h3 id="archetypes-default">Default</h3>
260258
<p>A <strong>Default</strong> page is any other content page.</p>
261259
<p>To create a default page, run either one of the following commands</p>
@@ -264,8 +262,8 @@ <h3 id="archetypes-default">Default</h3>
264262
<div class="highlight wrap-code" dir="auto"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new log/second-day/index.md</span></span></code></pre></div>
265263
<p>or</p>
266264
<div class="highlight wrap-code" dir="auto"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new log/third-day.md</span></span></code></pre></div>
267-
<p><a href="#R-image-0dc7a56b8abb19e4312b81dd52dc77f2" class="lightbox-link"><img alt="Default page" class="bg-white border lazy lightbox figure-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-default.png?width=60pc" style=" height: auto; width: 60pc;"></a>
268-
<a href="javascript:history.back();" class="lightbox-back" id="R-image-0dc7a56b8abb19e4312b81dd52dc77f2"><img alt="Default page" class="bg-white border lazy lightbox lightbox-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-default.png?width=60pc"></a></p>
265+
<p><a href="#R-image-8f9854f296f141776984798014a6a01c" class="lightbox-link"><img alt="Default page" class="bg-white border lazy lightbox figure-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-default.png?width=60pc" style=" height: auto; width: 60pc;"></a>
266+
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8f9854f296f141776984798014a6a01c"><img alt="Default page" class="bg-white border lazy lightbox lightbox-image" loading="lazy" src="/hugo-theme-relearn/authoring/frontmatter/designs/pages-default.png?width=60pc"></a></p>
269267

270268
<footer class="footline">
271269
<div class="R-taxonomy taxonomy-categories cstyle" title="Categories" style="--VARIABLE-TAGS-BG-color: var(--INTERNAL-TAG-BG-color);">
@@ -443,8 +441,8 @@ <h3 id="archetypes-default">Default</h3>
443441
<span>&nbsp;</span>
444442
<div class="control-style">
445443
<label class="a11y-only" for="R-select-language">Language</label>
446-
<select id="R-select-language" onchange="location = this.querySelector( `#R-select-language-${this.value}` ).dataset.url;">
447-
<option id="R-select-language-en" value="en" data-url="/hugo-theme-relearn/authoring/frontmatter/designs/index.html" lang="en" selected>English</option>
444+
<select id="R-select-language">
445+
<option id="R-select-language-en" value="en" data-url="/hugo-theme-relearn/authoring/frontmatter/designs/index.html" lang="en" selected data-selected>English</option>
448446
<option id="R-select-language-pir" value="pir" data-url="/hugo-theme-relearn/pir/authoring/frontmatter/designs/index.html" lang="art-x-pir">Arrr! ☠ Pirrratish ☠</option>
449447
</select>
450448
</div>
@@ -457,7 +455,7 @@ <h3 id="archetypes-default">Default</h3>
457455
<span>&nbsp;</span>
458456
<div class="control-style">
459457
<label class="a11y-only" for="R-select-variant">Theme</label>
460-
<select id="R-select-variant" onchange="window.relearn.changeVariant( this.value );">
458+
<select id="R-select-variant">
461459
<option id="R-select-variant-relearn-auto" value="relearn-auto" selected>Relearn Light/Dark</option>
462460
<option id="R-select-variant-relearn-dark" value="relearn-dark">Relearn Dark</option>
463461
<option id="R-select-variant-relearn-light" value="relearn-light">Relearn Light</option>
@@ -482,7 +480,7 @@ <h3 id="archetypes-default">Default</h3>
482480
<i class="fa-fw fas fa-history"></i>
483481
<span>&nbsp;</span>
484482
<div class="control-style">
485-
<button onclick="clearHistory();">Clear History</button>
483+
<button>Clear History</button>
486484
</div>
487485
<div class="clear"></div>
488486
</div>
@@ -527,11 +525,11 @@ <h3 id="archetypes-default">Default</h3>
527525
setTimeout( githubButtonsInit, 400 );
528526
});
529527
</script>
530-
<script async src="/hugo-theme-relearn/js/github-buttons/github-buttons.min.js?1742426498"></script></div>
528+
<script async src="/hugo-theme-relearn/js/github-buttons/github-buttons.min.js?1742503620"></script></div>
531529
</div>
532530
</aside>
533-
<script src="/hugo-theme-relearn/js/clipboard/clipboard.min.js?1742426498" defer></script>
534-
<script src="/hugo-theme-relearn/js/perfect-scrollbar/perfect-scrollbar.min.js?1742426498" defer></script>
535-
<script src="/hugo-theme-relearn/js/theme.min.js?1742426498" defer></script>
531+
<script src="/hugo-theme-relearn/js/clipboard/clipboard.min.js?1742503620" defer></script>
532+
<script src="/hugo-theme-relearn/js/perfect-scrollbar/perfect-scrollbar.min.js?1742503620" defer></script>
533+
<script src="/hugo-theme-relearn/js/theme.min.js?1742503620" defer></script>
536534
</body>
537535
</html>

0 commit comments

Comments
 (0)