mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 22:32:02 +08:00
deploy: 490e51b72f0d7590557195377681cd96ad31f908
This commit is contained in:
parent
b6045f0d24
commit
56d6ee547a
45
404.html
45
404.html
@ -7,31 +7,32 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="404 Page not found" />
|
<meta property="og:title" content="404 Page not found :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/404.html" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/404.html">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="404 Page not found"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="404 Page not found :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>404 Page not found :: Hugo Relearn Theme</title>
|
<title>404 Page not found :: Hugo Relearn Theme</title>
|
||||||
<base href="https://McShelby.github.io/hugo-theme-relearn/">
|
<base href="https://McShelby.github.io/hugo-theme-relearn/">
|
||||||
<link href="./images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="./images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="./css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="./css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="./css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="./css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="./css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="./css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="./css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="./css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="./css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="./css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="./css/theme.css?1697023054" rel="stylesheet">
|
<link href="./css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="./css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="./css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="./css/variant.css?1697023054" rel="stylesheet">
|
<link href="./css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="./css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="./css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="./css/ie.css?1697023054" rel="stylesheet">
|
<link href="./css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="./js/url.js?1697023054"></script>
|
<script src="./js/url.js?1697038352"></script>
|
||||||
<script src="./js/variant.js?1697023054"></script>
|
<script src="./js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
|
@ -8,32 +8,32 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="" />
|
<meta property="og:title" content="">
|
||||||
<meta property="og:description" content="Changelog 5.22.1 (2023-10-02) Enhancements [feature] i18n: add Swahili translation #666 [feature] math: hide unrendered math #663 [feature] tabs: improve a11y by removing duplicate hidden title #662 [feature] mermaid: improve zoom UX #659 Fixes [bug] variant: fix sidebar-flyout borders color for zen #667 [bug] clipboard: fix RTL location of tooltip #661 [bug] clipboard: ignore RTL for code #660 [bug] expand: fix aria-controls #658 [bug] theme: fix id generation for markdownified titles #657 [bug] mermaid: avoid graph bombing on hugo –minify #656 [bug] mermaid: fix width for some graphs #655 5." />
|
<meta property="og:description" content="Changelog 5.22.1 (2023-10-02) Enhancements [feature] i18n: add Swahili translation #666 [feature] math: hide unrendered math #663 [feature] tabs: improve a11y by removing duplicate hidden title #662 [feature] mermaid: improve zoom UX #659 Fixes [bug] variant: fix sidebar-flyout borders color for zen #667 [bug] clipboard: fix RTL location of tooltip #661 [bug] clipboard: ignore RTL for code #660 [bug] expand: fix aria-controls #658 [bug] theme: fix id generation for markdownified titles #657 [bug] mermaid: avoid graph bombing on hugo –minify #656 [bug] mermaid: fix width for some graphs #655 5.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/changelog/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="basics" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/changelog/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Basics :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content=""/>
|
<meta name="twitter:title" content="">
|
||||||
<meta name="twitter:description" content="Changelog 5.22.1 (2023-10-02) Enhancements [feature] i18n: add Swahili translation #666 [feature] math: hide unrendered math #663 [feature] tabs: improve a11y by removing duplicate hidden title #662 [feature] mermaid: improve zoom UX #659 Fixes [bug] variant: fix sidebar-flyout borders color for zen #667 [bug] clipboard: fix RTL location of tooltip #661 [bug] clipboard: ignore RTL for code #660 [bug] expand: fix aria-controls #658 [bug] theme: fix id generation for markdownified titles #657 [bug] mermaid: avoid graph bombing on hugo –minify #656 [bug] mermaid: fix width for some graphs #655 5."/>
|
<meta name="twitter:description" content="Changelog 5.22.1 (2023-10-02) Enhancements [feature] i18n: add Swahili translation #666 [feature] math: hide unrendered math #663 [feature] tabs: improve a11y by removing duplicate hidden title #662 [feature] mermaid: improve zoom UX #659 Fixes [bug] variant: fix sidebar-flyout borders color for zen #667 [bug] clipboard: fix RTL location of tooltip #661 [bug] clipboard: ignore RTL for code #660 [bug] expand: fix aria-controls #658 [bug] theme: fix id generation for markdownified titles #657 [bug] mermaid: avoid graph bombing on hugo –minify #656 [bug] mermaid: fix width for some graphs #655 5.">
|
||||||
<title></title>
|
<title></title>
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -2174,12 +2174,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038352" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -2336,13 +2336,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038352"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038352" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,33 +8,33 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="" />
|
<meta property="og:title" content="">
|
||||||
<meta property="og:description" content="Changelog 5.22.1 (2023-10-02) Enhancements [feature] i18n: add Swahili translation #666 [feature] math: hide unrendered math #663 [feature] tabs: improve a11y by removing duplicate hidden title #662 [feature] mermaid: improve zoom UX #659 Fixes [bug] variant: fix sidebar-flyout borders color for zen #667 [bug] clipboard: fix RTL location of tooltip #661 [bug] clipboard: ignore RTL for code #660 [bug] expand: fix aria-controls #658 [bug] theme: fix id generation for markdownified titles #657 [bug] mermaid: avoid graph bombing on hugo –minify #656 [bug] mermaid: fix width for some graphs #655 5." />
|
<meta property="og:description" content="Changelog 5.22.1 (2023-10-02) Enhancements [feature] i18n: add Swahili translation #666 [feature] math: hide unrendered math #663 [feature] tabs: improve a11y by removing duplicate hidden title #662 [feature] mermaid: improve zoom UX #659 Fixes [bug] variant: fix sidebar-flyout borders color for zen #667 [bug] clipboard: fix RTL location of tooltip #661 [bug] clipboard: ignore RTL for code #660 [bug] expand: fix aria-controls #658 [bug] theme: fix id generation for markdownified titles #657 [bug] mermaid: avoid graph bombing on hugo –minify #656 [bug] mermaid: fix width for some graphs #655 5.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/changelog/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="basics" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/changelog/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Basics :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content=""/>
|
<meta name="twitter:title" content="">
|
||||||
<meta name="twitter:description" content="Changelog 5.22.1 (2023-10-02) Enhancements [feature] i18n: add Swahili translation #666 [feature] math: hide unrendered math #663 [feature] tabs: improve a11y by removing duplicate hidden title #662 [feature] mermaid: improve zoom UX #659 Fixes [bug] variant: fix sidebar-flyout borders color for zen #667 [bug] clipboard: fix RTL location of tooltip #661 [bug] clipboard: ignore RTL for code #660 [bug] expand: fix aria-controls #658 [bug] theme: fix id generation for markdownified titles #657 [bug] mermaid: avoid graph bombing on hugo –minify #656 [bug] mermaid: fix width for some graphs #655 5."/>
|
<meta name="twitter:description" content="Changelog 5.22.1 (2023-10-02) Enhancements [feature] i18n: add Swahili translation #666 [feature] math: hide unrendered math #663 [feature] tabs: improve a11y by removing duplicate hidden title #662 [feature] mermaid: improve zoom UX #659 Fixes [bug] variant: fix sidebar-flyout borders color for zen #667 [bug] clipboard: fix RTL location of tooltip #661 [bug] clipboard: ignore RTL for code #660 [bug] expand: fix aria-controls #658 [bug] theme: fix id generation for markdownified titles #657 [bug] mermaid: avoid graph bombing on hugo –minify #656 [bug] mermaid: fix width for some graphs #655 5.">
|
||||||
<title></title>
|
<title></title>
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -86,8 +86,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Configuration" />
|
<meta property="og:title" content="Configuration :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Configuration"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Configuration :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Configuration :: Hugo Relearn Theme</title>
|
<title>Configuration :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configuration :: Hugo Relearn Theme">
|
<link href="../../basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configuration :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/configuration/index.print.html" rel="alternate" type="text/html" title="Configuration :: Hugo Relearn Theme">
|
<link href="../../basics/configuration/index.print.html" rel="alternate" type="text/html" title="Configuration :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -274,8 +275,8 @@
|
|||||||
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>config.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>config.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
||||||
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
||||||
<p><a href="#R-image-87bbc233992d62ccf53ee1590d39886e" class="lightbox-link"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-327ea0c623c37d8f801517a95851cce9" class="lightbox-link"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-87bbc233992d62ccf53ee1590d39886e"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-327ea0c623c37d8f801517a95851cce9"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<div class="box notices cstyle note">
|
<div class="box notices cstyle note">
|
||||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
||||||
@ -329,8 +330,8 @@ appearance, you will have to configure two parameters for the defined languages:
|
|||||||
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params are not configured for a specific language, they will get their
|
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params are not configured for a specific language, they will get their
|
||||||
default values:</p>
|
default values:</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
||||||
<p><a href="#R-image-2923ced9eff6c4bc1bf5d1e611a770f5" class="lightbox-link"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-788a091e6b6d3d693a38028f1d4ffff7" class="lightbox-link"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2923ced9eff6c4bc1bf5d1e611a770f5"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-788a091e6b6d3d693a38028f1d4ffff7"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
||||||
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
||||||
|
|
||||||
@ -422,12 +423,12 @@ default values:</p>
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -584,13 +585,13 @@ default values:</p>
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Configuration" />
|
<meta property="og:title" content="Configuration :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Configuration"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Configuration :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Configuration :: Hugo Relearn Theme</title>
|
<title>Configuration :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="canonical" type="text/html" title="Configuration :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="canonical" type="text/html" title="Configuration :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configuration :: Hugo Relearn Theme">
|
<link href="../../basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configuration :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -210,8 +211,8 @@
|
|||||||
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>config.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>config.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
||||||
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
||||||
<p><a href="#R-image-87bbc233992d62ccf53ee1590d39886e" class="lightbox-link"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-327ea0c623c37d8f801517a95851cce9" class="lightbox-link"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-87bbc233992d62ccf53ee1590d39886e"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-327ea0c623c37d8f801517a95851cce9"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<div class="box notices cstyle note">
|
<div class="box notices cstyle note">
|
||||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
||||||
@ -265,8 +266,8 @@ appearance, you will have to configure two parameters for the defined languages:
|
|||||||
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params are not configured for a specific language, they will get their
|
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params are not configured for a specific language, they will get their
|
||||||
default values:</p>
|
default values:</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
||||||
<p><a href="#R-image-2923ced9eff6c4bc1bf5d1e611a770f5" class="lightbox-link"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-788a091e6b6d3d693a38028f1d4ffff7" class="lightbox-link"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2923ced9eff6c4bc1bf5d1e611a770f5"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-788a091e6b6d3d693a38028f1d4ffff7"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
||||||
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
||||||
|
|
||||||
@ -277,8 +278,8 @@ default values:</p>
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Customization" />
|
<meta property="og:title" content="Customization :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/customization/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/customization/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Customization"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Customization :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Customization :: Hugo Relearn Theme</title>
|
<title>Customization :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customization :: Hugo Relearn Theme">
|
<link href="../../basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customization :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/customization/index.print.html" rel="alternate" type="text/html" title="Customization :: Hugo Relearn Theme">
|
<link href="../../basics/customization/index.print.html" rel="alternate" type="text/html" title="Customization :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -392,12 +393,12 @@ If you have requirements to support IE and/or older browser versions, use one of
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -554,13 +555,13 @@ If you have requirements to support IE and/or older browser versions, use one of
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Customization" />
|
<meta property="og:title" content="Customization :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/customization/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/customization/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Customization"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Customization :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Customization :: Hugo Relearn Theme</title>
|
<title>Customization :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="canonical" type="text/html" title="Customization :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="canonical" type="text/html" title="Customization :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customization :: Hugo Relearn Theme">
|
<link href="../../basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customization :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -254,8 +255,8 @@ If you have requirements to support IE and/or older browser versions, use one of
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Stylesheet generator" />
|
<meta property="og:title" content="Stylesheet generator :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/generator/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/generator/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Stylesheet generator"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Stylesheet generator :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Stylesheet generator :: Hugo Relearn Theme</title>
|
<title>Stylesheet generator :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generator :: Hugo Relearn Theme">
|
<link href="../../basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generator :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/generator/index.print.html" rel="alternate" type="text/html" title="Stylesheet generator :: Hugo Relearn Theme">
|
<link href="../../basics/generator/index.print.html" rel="alternate" type="text/html" title="Stylesheet generator :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -133,13 +134,13 @@
|
|||||||
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
||||||
|
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-54e2da071d20a08f6508f1b2efee69dd" aria-controls="R-expandcontent-54e2da071d20a08f6508f1b2efee69dd" >
|
<input type="checkbox" id="R-expand-d00d4e3596ccfeb2d4068b794bccdf94" aria-controls="R-expandcontent-d00d4e3596ccfeb2d4068b794bccdf94" >
|
||||||
<label class="expand-label" for="R-expand-54e2da071d20a08f6508f1b2efee69dd" >
|
<label class="expand-label" for="R-expand-d00d4e3596ccfeb2d4068b794bccdf94" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Show usage instructions
|
Show usage instructions
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-54e2da071d20a08f6508f1b2efee69dd" class="expand-content">
|
<div id="R-expandcontent-d00d4e3596ccfeb2d4068b794bccdf94" class="expand-content">
|
||||||
|
|
||||||
<p>To get started, first select a color variant from the variant switch in the lower left sidebar that fits you best as a starting point.</p>
|
<p>To get started, first select a color variant from the variant switch in the lower left sidebar that fits you best as a starting point.</p>
|
||||||
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
||||||
@ -277,12 +278,12 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -439,27 +440,27 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/d3/d3-color.min.js?1697023054" defer></script>
|
<script src="../../js/d3/d3-color.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/d3/d3-dispatch.min.js?1697023054" defer></script>
|
<script src="../../js/d3/d3-dispatch.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/d3/d3-drag.min.js?1697023054" defer></script>
|
<script src="../../js/d3/d3-drag.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/d3/d3-ease.min.js?1697023054" defer></script>
|
<script src="../../js/d3/d3-ease.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/d3/d3-interpolate.min.js?1697023054" defer></script>
|
<script src="../../js/d3/d3-interpolate.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/d3/d3-selection.min.js?1697023054" defer></script>
|
<script src="../../js/d3/d3-selection.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/d3/d3-timer.min.js?1697023054" defer></script>
|
<script src="../../js/d3/d3-timer.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/d3/d3-transition.min.js?1697023054" defer></script>
|
<script src="../../js/d3/d3-transition.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/d3/d3-zoom.min.js?1697023054" defer></script>
|
<script src="../../js/d3/d3-zoom.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/js-yaml.min.js?1697023054" defer></script>
|
<script src="../../js/js-yaml.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/mermaid.min.js?1697023054" defer></script>
|
<script src="../../js/mermaid.min.js?1697038353" defer></script>
|
||||||
<script>
|
<script>
|
||||||
window.themeUseMermaid = JSON.parse( null );
|
window.themeUseMermaid = JSON.parse( null );
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Stylesheet generator" />
|
<meta property="og:title" content="Stylesheet generator :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/generator/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/generator/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Stylesheet generator"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Stylesheet generator :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Stylesheet generator :: Hugo Relearn Theme</title>
|
<title>Stylesheet generator :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="canonical" type="text/html" title="Stylesheet generator :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="canonical" type="text/html" title="Stylesheet generator :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generator :: Hugo Relearn Theme">
|
<link href="../../basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generator :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -94,13 +95,13 @@
|
|||||||
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
||||||
|
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-54e2da071d20a08f6508f1b2efee69dd" aria-controls="R-expandcontent-54e2da071d20a08f6508f1b2efee69dd" >
|
<input type="checkbox" id="R-expand-d00d4e3596ccfeb2d4068b794bccdf94" aria-controls="R-expandcontent-d00d4e3596ccfeb2d4068b794bccdf94" >
|
||||||
<label class="expand-label" for="R-expand-54e2da071d20a08f6508f1b2efee69dd" >
|
<label class="expand-label" for="R-expand-d00d4e3596ccfeb2d4068b794bccdf94" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Show usage instructions
|
Show usage instructions
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-54e2da071d20a08f6508f1b2efee69dd" class="expand-content">
|
<div id="R-expandcontent-d00d4e3596ccfeb2d4068b794bccdf94" class="expand-content">
|
||||||
|
|
||||||
<p>To get started, first select a color variant from the variant switch in the lower left sidebar that fits you best as a starting point.</p>
|
<p>To get started, first select a color variant from the variant switch in the lower left sidebar that fits you best as a starting point.</p>
|
||||||
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
||||||
@ -157,22 +158,22 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/d3/d3-color.min.js?1697023055" defer></script>
|
<script src="../../js/d3/d3-color.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/d3/d3-dispatch.min.js?1697023055" defer></script>
|
<script src="../../js/d3/d3-dispatch.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/d3/d3-drag.min.js?1697023055" defer></script>
|
<script src="../../js/d3/d3-drag.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/d3/d3-ease.min.js?1697023055" defer></script>
|
<script src="../../js/d3/d3-ease.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/d3/d3-interpolate.min.js?1697023055" defer></script>
|
<script src="../../js/d3/d3-interpolate.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/d3/d3-selection.min.js?1697023055" defer></script>
|
<script src="../../js/d3/d3-selection.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/d3/d3-timer.min.js?1697023055" defer></script>
|
<script src="../../js/d3/d3-timer.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/d3/d3-transition.min.js?1697023055" defer></script>
|
<script src="../../js/d3/d3-transition.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/d3/d3-zoom.min.js?1697023055" defer></script>
|
<script src="../../js/d3/d3-zoom.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/js-yaml.min.js?1697023055" defer></script>
|
<script src="../../js/js-yaml.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/mermaid.min.js?1697023055" defer></script>
|
<script src="../../js/mermaid.min.js?1697038354" defer></script>
|
||||||
<script>
|
<script>
|
||||||
window.themeUseMermaid = JSON.parse( null );
|
window.themeUseMermaid = JSON.parse( null );
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="History" />
|
<meta property="og:title" content="History :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/history/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/history/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="History"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="History :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>History :: Hugo Relearn Theme</title>
|
<title>History :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../basics/history/index.xml" rel="alternate" type="application/rss+xml" title="History :: Hugo Relearn Theme">
|
<link href="../../basics/history/index.xml" rel="alternate" type="application/rss+xml" title="History :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/history/index.print.html" rel="alternate" type="text/html" title="History :: Hugo Relearn Theme">
|
<link href="../../basics/history/index.print.html" rel="alternate" type="text/html" title="History :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -2179,12 +2180,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -2341,13 +2342,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="History" />
|
<meta property="og:title" content="History :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/history/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/history/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="History"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="History :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>History :: Hugo Relearn Theme</title>
|
<title>History :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="canonical" type="text/html" title="History :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="canonical" type="text/html" title="History :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/history/index.xml" rel="alternate" type="application/rss+xml" title="History :: Hugo Relearn Theme">
|
<link href="../../basics/history/index.xml" rel="alternate" type="application/rss+xml" title="History :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -1369,8 +1370,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Basics" />
|
<meta property="og:title" content="Basics :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Basics"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Basics :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Basics :: Hugo Relearn Theme</title>
|
<title>Basics :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Hugo Relearn Theme">
|
<link href="../basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Hugo Relearn Theme">
|
||||||
<link href="../basics/index.print.html" rel="alternate" type="text/html" title="Basics :: Hugo Relearn Theme">
|
<link href="../basics/index.print.html" rel="alternate" type="text/html" title="Basics :: Hugo Relearn Theme">
|
||||||
<link href="../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../js/url.js?1697023054"></script>
|
<script src="../js/url.js?1697038352"></script>
|
||||||
<script src="../js/variant.js?1697023054"></script>
|
<script src="../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -220,12 +221,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../js/auto-complete.js?1697023054" defer></script>
|
<script src="../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../js/search.js?1697023054" defer></script>
|
<script src="../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -382,13 +383,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../js/github-buttons.js?1697023054"></script>
|
<script async src="../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../js/theme.js?1697023054" defer></script>
|
<script src="../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Basics" />
|
<meta property="og:title" content="Basics :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Basics"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Basics :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Basics :: Hugo Relearn Theme</title>
|
<title>Basics :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="canonical" type="text/html" title="Basics :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="canonical" type="text/html" title="Basics :: Hugo Relearn Theme">
|
||||||
<link href="../basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Hugo Relearn Theme">
|
<link href="../basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Hugo Relearn Theme">
|
||||||
<link href="../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../js/url.js?1697023055"></script>
|
<script src="../js/url.js?1697038353"></script>
|
||||||
<script src="../js/variant.js?1697023055"></script>
|
<script src="../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -903,8 +904,8 @@
|
|||||||
|
|
||||||
<p>Thanks to the simplicity of Hugo, this page is as empty as this theme needs requirements.</p>
|
<p>Thanks to the simplicity of Hugo, this page is as empty as this theme needs requirements.</p>
|
||||||
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> of the <a href="https://gohugo.io/getting-started/installing/" target="_blank">Hugo binary</a> for your OS (Windows, Linux, Mac).</p>
|
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> of the <a href="https://gohugo.io/getting-started/installing/" target="_blank">Hugo binary</a> for your OS (Windows, Linux, Mac).</p>
|
||||||
<p><a href="#R-image-ee2a896018b7067a0ae1eca3b61553a9" class="lightbox-link"><img src="../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-7cf33561ee2729b7504a555f346a94bf" class="lightbox-link"><img src="../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ee2a896018b7067a0ae1eca3b61553a9"><img src="../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7cf33561ee2729b7504a555f346a94bf"><img src="../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
<div class=" taxonomy-categories term-list cstyle " title="Categories" style="--VARIABLE-TAGS-BG-color: var(--INTERNAL-TAG-BG-color);">
|
<div class=" taxonomy-categories term-list cstyle " title="Categories" style="--VARIABLE-TAGS-BG-color: var(--INTERNAL-TAG-BG-color);">
|
||||||
@ -952,8 +953,8 @@
|
|||||||
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
||||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
||||||
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
||||||
<p><a href="#R-image-2909e2a7d5a710cdd5255e8f43759fee" class="lightbox-link"><img src="../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-8814cb92405035a3bed24abd13eeda27" class="lightbox-link"><img src="../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2909e2a7d5a710cdd5255e8f43759fee"><img src="../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8814cb92405035a3bed24abd13eeda27"><img src="../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
||||||
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
||||||
@ -1110,8 +1111,8 @@
|
|||||||
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>config.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>config.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
||||||
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
||||||
<p><a href="#R-image-87bbc233992d62ccf53ee1590d39886e" class="lightbox-link"><img src="../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-327ea0c623c37d8f801517a95851cce9" class="lightbox-link"><img src="../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-87bbc233992d62ccf53ee1590d39886e"><img src="../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-327ea0c623c37d8f801517a95851cce9"><img src="../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<div class="box notices cstyle note">
|
<div class="box notices cstyle note">
|
||||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
||||||
@ -1165,8 +1166,8 @@ appearance, you will have to configure two parameters for the defined languages:
|
|||||||
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params are not configured for a specific language, they will get their
|
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params are not configured for a specific language, they will get their
|
||||||
default values:</p>
|
default values:</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
||||||
<p><a href="#R-image-2923ced9eff6c4bc1bf5d1e611a770f5" class="lightbox-link"><img src="../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-788a091e6b6d3d693a38028f1d4ffff7" class="lightbox-link"><img src="../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2923ced9eff6c4bc1bf5d1e611a770f5"><img src="../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-788a091e6b6d3d693a38028f1d4ffff7"><img src="../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
||||||
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
||||||
|
|
||||||
@ -1347,13 +1348,13 @@ If you have requirements to support IE and/or older browser versions, use one of
|
|||||||
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
||||||
|
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-54e2da071d20a08f6508f1b2efee69dd" aria-controls="R-expandcontent-54e2da071d20a08f6508f1b2efee69dd" >
|
<input type="checkbox" id="R-expand-d00d4e3596ccfeb2d4068b794bccdf94" aria-controls="R-expandcontent-d00d4e3596ccfeb2d4068b794bccdf94" >
|
||||||
<label class="expand-label" for="R-expand-54e2da071d20a08f6508f1b2efee69dd" >
|
<label class="expand-label" for="R-expand-d00d4e3596ccfeb2d4068b794bccdf94" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Show usage instructions
|
Show usage instructions
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-54e2da071d20a08f6508f1b2efee69dd" class="expand-content">
|
<div id="R-expandcontent-d00d4e3596ccfeb2d4068b794bccdf94" class="expand-content">
|
||||||
|
|
||||||
<p>To get started, first select a color variant from the variant switch in the lower left sidebar that fits you best as a starting point.</p>
|
<p>To get started, first select a color variant from the variant switch in the lower left sidebar that fits you best as a starting point.</p>
|
||||||
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
||||||
@ -1413,8 +1414,8 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
<h1 id="topbar-modification">Topbar Modification</h1>
|
<h1 id="topbar-modification">Topbar Modification</h1>
|
||||||
|
|
||||||
<p>The theme comes with a reasonably configured topbar.</p>
|
<p>The theme comes with a reasonably configured topbar.</p>
|
||||||
<p><a href="#R-image-44c1110db953eaf3fd552e9ec1ee1875" class="lightbox-link"><img src="../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-d3804fbb737b1b7e9cfdda2dcfb3d8cf" class="lightbox-link"><img src="../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-44c1110db953eaf3fd552e9ec1ee1875"><img src="../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d3804fbb737b1b7e9cfdda2dcfb3d8cf"><img src="../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
||||||
|
|
||||||
<div class="box notices cstyle tip">
|
<div class="box notices cstyle tip">
|
||||||
@ -1426,8 +1427,8 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
</div>
|
</div>
|
||||||
<h2 id="areas">Areas</h2>
|
<h2 id="areas">Areas</h2>
|
||||||
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
||||||
<p><a href="#R-image-cf809640a3510138b94cff4923f140f1" class="lightbox-link"><img src="../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-c29e72385b9b744446781cb6eeafa6a1" class="lightbox-link"><img src="../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-cf809640a3510138b94cff4923f140f1"><img src="../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c29e72385b9b744446781cb6eeafa6a1"><img src="../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
||||||
@ -3026,22 +3027,22 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../js/d3/d3-color.min.js?1697023055" defer></script>
|
<script src="../js/d3/d3-color.min.js?1697038353" defer></script>
|
||||||
<script src="../js/d3/d3-dispatch.min.js?1697023055" defer></script>
|
<script src="../js/d3/d3-dispatch.min.js?1697038353" defer></script>
|
||||||
<script src="../js/d3/d3-drag.min.js?1697023055" defer></script>
|
<script src="../js/d3/d3-drag.min.js?1697038353" defer></script>
|
||||||
<script src="../js/d3/d3-ease.min.js?1697023055" defer></script>
|
<script src="../js/d3/d3-ease.min.js?1697038353" defer></script>
|
||||||
<script src="../js/d3/d3-interpolate.min.js?1697023055" defer></script>
|
<script src="../js/d3/d3-interpolate.min.js?1697038353" defer></script>
|
||||||
<script src="../js/d3/d3-selection.min.js?1697023055" defer></script>
|
<script src="../js/d3/d3-selection.min.js?1697038353" defer></script>
|
||||||
<script src="../js/d3/d3-timer.min.js?1697023055" defer></script>
|
<script src="../js/d3/d3-timer.min.js?1697038353" defer></script>
|
||||||
<script src="../js/d3/d3-transition.min.js?1697023055" defer></script>
|
<script src="../js/d3/d3-transition.min.js?1697038353" defer></script>
|
||||||
<script src="../js/d3/d3-zoom.min.js?1697023055" defer></script>
|
<script src="../js/d3/d3-zoom.min.js?1697038353" defer></script>
|
||||||
<script src="../js/js-yaml.min.js?1697023055" defer></script>
|
<script src="../js/js-yaml.min.js?1697038353" defer></script>
|
||||||
<script src="../js/mermaid.min.js?1697023055" defer></script>
|
<script src="../js/mermaid.min.js?1697038353" defer></script>
|
||||||
<script>
|
<script>
|
||||||
window.themeUseMermaid = JSON.parse( null );
|
window.themeUseMermaid = JSON.parse( null );
|
||||||
</script>
|
</script>
|
||||||
<script src="../js/theme.js?1697023055" defer></script>
|
<script src="../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Installation" />
|
<meta property="og:title" content="Installation :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/installation/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/installation/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Installation"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Installation :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Installation :: Hugo Relearn Theme</title>
|
<title>Installation :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installation :: Hugo Relearn Theme">
|
<link href="../../basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installation :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/installation/index.print.html" rel="alternate" type="text/html" title="Installation :: Hugo Relearn Theme">
|
<link href="../../basics/installation/index.print.html" rel="alternate" type="text/html" title="Installation :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -176,8 +177,8 @@
|
|||||||
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
||||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
||||||
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
||||||
<p><a href="#R-image-2909e2a7d5a710cdd5255e8f43759fee" class="lightbox-link"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-8814cb92405035a3bed24abd13eeda27" class="lightbox-link"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2909e2a7d5a710cdd5255e8f43759fee"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8814cb92405035a3bed24abd13eeda27"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
||||||
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
||||||
@ -294,12 +295,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -456,13 +457,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Installation" />
|
<meta property="og:title" content="Installation :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/installation/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/installation/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Installation"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Installation :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Installation :: Hugo Relearn Theme</title>
|
<title>Installation :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="canonical" type="text/html" title="Installation :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="canonical" type="text/html" title="Installation :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installation :: Hugo Relearn Theme">
|
<link href="../../basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installation :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -122,8 +123,8 @@
|
|||||||
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
||||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
||||||
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
||||||
<p><a href="#R-image-2909e2a7d5a710cdd5255e8f43759fee" class="lightbox-link"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-8814cb92405035a3bed24abd13eeda27" class="lightbox-link"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2909e2a7d5a710cdd5255e8f43759fee"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8814cb92405035a3bed24abd13eeda27"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
||||||
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
||||||
@ -159,8 +160,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="What's New" />
|
<meta property="og:title" content="What's New :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/migration/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/migration/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="What's New"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="What's New :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>What's New :: Hugo Relearn Theme</title>
|
<title>What's New :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Hugo Relearn Theme">
|
<link href="../../basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/migration/index.print.html" rel="alternate" type="text/html" title="What's New :: Hugo Relearn Theme">
|
<link href="../../basics/migration/index.print.html" rel="alternate" type="text/html" title="What's New :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -1055,12 +1056,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -1217,13 +1218,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="What's New" />
|
<meta property="og:title" content="What's New :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/migration/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/migration/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="What's New"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="What's New :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>What's New :: Hugo Relearn Theme</title>
|
<title>What's New :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="canonical" type="text/html" title="What's New :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="canonical" type="text/html" title="What's New :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Hugo Relearn Theme">
|
<link href="../../basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -886,8 +887,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Requirements" />
|
<meta property="og:title" content="Requirements :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Requirements"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Requirements :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Requirements :: Hugo Relearn Theme</title>
|
<title>Requirements :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirements :: Hugo Relearn Theme">
|
<link href="../../basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirements :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/requirements/index.print.html" rel="alternate" type="text/html" title="Requirements :: Hugo Relearn Theme">
|
<link href="../../basics/requirements/index.print.html" rel="alternate" type="text/html" title="Requirements :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -123,8 +124,8 @@
|
|||||||
|
|
||||||
<p>Thanks to the simplicity of Hugo, this page is as empty as this theme needs requirements.</p>
|
<p>Thanks to the simplicity of Hugo, this page is as empty as this theme needs requirements.</p>
|
||||||
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> of the <a href="https://gohugo.io/getting-started/installing/" target="_blank">Hugo binary</a> for your OS (Windows, Linux, Mac).</p>
|
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> of the <a href="https://gohugo.io/getting-started/installing/" target="_blank">Hugo binary</a> for your OS (Windows, Linux, Mac).</p>
|
||||||
<p><a href="#R-image-ee2a896018b7067a0ae1eca3b61553a9" class="lightbox-link"><img src="../../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-7cf33561ee2729b7504a555f346a94bf" class="lightbox-link"><img src="../../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ee2a896018b7067a0ae1eca3b61553a9"><img src="../../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7cf33561ee2729b7504a555f346a94bf"><img src="../../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
<div class=" taxonomy-categories term-list cstyle " title="Categories" style="--VARIABLE-TAGS-BG-color: var(--INTERNAL-TAG-BG-color);">
|
<div class=" taxonomy-categories term-list cstyle " title="Categories" style="--VARIABLE-TAGS-BG-color: var(--INTERNAL-TAG-BG-color);">
|
||||||
@ -220,12 +221,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -382,13 +383,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Requirements" />
|
<meta property="og:title" content="Requirements :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Requirements"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Requirements :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Requirements :: Hugo Relearn Theme</title>
|
<title>Requirements :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="canonical" type="text/html" title="Requirements :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="canonical" type="text/html" title="Requirements :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirements :: Hugo Relearn Theme">
|
<link href="../../basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirements :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -93,8 +94,8 @@
|
|||||||
|
|
||||||
<p>Thanks to the simplicity of Hugo, this page is as empty as this theme needs requirements.</p>
|
<p>Thanks to the simplicity of Hugo, this page is as empty as this theme needs requirements.</p>
|
||||||
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> of the <a href="https://gohugo.io/getting-started/installing/" target="_blank">Hugo binary</a> for your OS (Windows, Linux, Mac).</p>
|
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> of the <a href="https://gohugo.io/getting-started/installing/" target="_blank">Hugo binary</a> for your OS (Windows, Linux, Mac).</p>
|
||||||
<p><a href="#R-image-ee2a896018b7067a0ae1eca3b61553a9" class="lightbox-link"><img src="../../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-7cf33561ee2729b7504a555f346a94bf" class="lightbox-link"><img src="../../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ee2a896018b7067a0ae1eca3b61553a9"><img src="../../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7cf33561ee2729b7504a555f346a94bf"><img src="../../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
<div class=" taxonomy-categories term-list cstyle " title="Categories" style="--VARIABLE-TAGS-BG-color: var(--INTERNAL-TAG-BG-color);">
|
<div class=" taxonomy-categories term-list cstyle " title="Categories" style="--VARIABLE-TAGS-BG-color: var(--INTERNAL-TAG-BG-color);">
|
||||||
@ -109,8 +110,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Topbar Modification" />
|
<meta property="og:title" content="Topbar Modification :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Topbar Modification"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Topbar Modification :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Topbar Modification :: Hugo Relearn Theme</title>
|
<title>Topbar Modification :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../basics/topbar/index.xml" rel="alternate" type="application/rss+xml" title="Topbar Modification :: Hugo Relearn Theme">
|
<link href="../../basics/topbar/index.xml" rel="alternate" type="application/rss+xml" title="Topbar Modification :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/topbar/index.print.html" rel="alternate" type="text/html" title="Topbar Modification :: Hugo Relearn Theme">
|
<link href="../../basics/topbar/index.print.html" rel="alternate" type="text/html" title="Topbar Modification :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -152,8 +153,8 @@
|
|||||||
<h1 id="topbar-modification">Topbar Modification</h1>
|
<h1 id="topbar-modification">Topbar Modification</h1>
|
||||||
|
|
||||||
<p>The theme comes with a reasonably configured topbar.</p>
|
<p>The theme comes with a reasonably configured topbar.</p>
|
||||||
<p><a href="#R-image-44c1110db953eaf3fd552e9ec1ee1875" class="lightbox-link"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-d3804fbb737b1b7e9cfdda2dcfb3d8cf" class="lightbox-link"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-44c1110db953eaf3fd552e9ec1ee1875"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d3804fbb737b1b7e9cfdda2dcfb3d8cf"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
||||||
|
|
||||||
<div class="box notices cstyle tip">
|
<div class="box notices cstyle tip">
|
||||||
@ -165,8 +166,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2 id="areas">Areas</h2>
|
<h2 id="areas">Areas</h2>
|
||||||
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
||||||
<p><a href="#R-image-cf809640a3510138b94cff4923f140f1" class="lightbox-link"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-c29e72385b9b744446781cb6eeafa6a1" class="lightbox-link"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-cf809640a3510138b94cff4923f140f1"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c29e72385b9b744446781cb6eeafa6a1"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
||||||
@ -565,12 +566,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -727,13 +728,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Topbar Modification" />
|
<meta property="og:title" content="Topbar Modification :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Topbar Modification"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Topbar Modification :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Topbar Modification :: Hugo Relearn Theme</title>
|
<title>Topbar Modification :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="canonical" type="text/html" title="Topbar Modification :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="canonical" type="text/html" title="Topbar Modification :: Hugo Relearn Theme">
|
||||||
<link href="../../basics/topbar/index.xml" rel="alternate" type="application/rss+xml" title="Topbar Modification :: Hugo Relearn Theme">
|
<link href="../../basics/topbar/index.xml" rel="alternate" type="application/rss+xml" title="Topbar Modification :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -92,8 +93,8 @@
|
|||||||
<h1 id="topbar-modification">Topbar Modification</h1>
|
<h1 id="topbar-modification">Topbar Modification</h1>
|
||||||
|
|
||||||
<p>The theme comes with a reasonably configured topbar.</p>
|
<p>The theme comes with a reasonably configured topbar.</p>
|
||||||
<p><a href="#R-image-44c1110db953eaf3fd552e9ec1ee1875" class="lightbox-link"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-d3804fbb737b1b7e9cfdda2dcfb3d8cf" class="lightbox-link"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-44c1110db953eaf3fd552e9ec1ee1875"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d3804fbb737b1b7e9cfdda2dcfb3d8cf"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
||||||
|
|
||||||
<div class="box notices cstyle tip">
|
<div class="box notices cstyle tip">
|
||||||
@ -105,8 +106,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2 id="areas">Areas</h2>
|
<h2 id="areas">Areas</h2>
|
||||||
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
||||||
<p><a href="#R-image-cf809640a3510138b94cff4923f140f1" class="lightbox-link"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-c29e72385b9b744446781cb6eeafa6a1" class="lightbox-link"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-cf809640a3510138b94cff4923f140f1"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c29e72385b9b744446781cb6eeafa6a1"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
||||||
@ -424,8 +425,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="basic" />
|
<meta property="og:title" content="basic :: Category :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/basic/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/basic/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="basic"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="basic :: Category :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>basic :: Category :: Hugo Relearn Theme</title>
|
<title>basic :: Category :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/basic/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/basic/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/basic/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/basic/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/basic/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/basic/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../categories/basic/index.xml" rel="alternate" type="application/rss+xml" title="basic :: Category :: Hugo Relearn Theme">
|
<link href="../../categories/basic/index.xml" rel="alternate" type="application/rss+xml" title="basic :: Category :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -209,12 +210,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023055" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023055" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -371,13 +372,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023055"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="content" />
|
<meta property="og:title" content="content :: Category :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/content/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/content/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="content"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="content :: Category :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>content :: Category :: Hugo Relearn Theme</title>
|
<title>content :: Category :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/content/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/content/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/content/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/content/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/content/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/content/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../categories/content/index.xml" rel="alternate" type="application/rss+xml" title="content :: Category :: Hugo Relearn Theme">
|
<link href="../../categories/content/index.xml" rel="alternate" type="application/rss+xml" title="content :: Category :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -209,12 +210,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023055" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023055" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -371,13 +372,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023055"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="custom" />
|
<meta property="og:title" content="custom :: Category :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/custom/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/custom/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="custom"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="custom :: Category :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>custom :: Category :: Hugo Relearn Theme</title>
|
<title>custom :: Category :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/custom/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/custom/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/custom/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/custom/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/custom/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/custom/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../categories/custom/index.xml" rel="alternate" type="application/rss+xml" title="custom :: Category :: Hugo Relearn Theme">
|
<link href="../../categories/custom/index.xml" rel="alternate" type="application/rss+xml" title="custom :: Category :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -209,12 +210,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023055" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023055" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -371,13 +372,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023055"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Categories" />
|
<meta property="og:title" content="Categories :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Categories"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Categories :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Categories :: Hugo Relearn Theme</title>
|
<title>Categories :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../categories/index.xml" rel="alternate" type="application/rss+xml" title="Categories :: Hugo Relearn Theme">
|
<link href="../categories/index.xml" rel="alternate" type="application/rss+xml" title="Categories :: Hugo Relearn Theme">
|
||||||
<link href="../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../js/url.js?1697023054"></script>
|
<script src="../js/url.js?1697038352"></script>
|
||||||
<script src="../js/variant.js?1697023054"></script>
|
<script src="../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -226,12 +227,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../js/auto-complete.js?1697023055" defer></script>
|
<script src="../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.min.js?1697023055" defer></script>
|
<script src="../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.stemmer.support.min.js?1697023055" defer></script>
|
<script src="../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.multi.min.js?1697023055" defer></script>
|
<script src="../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.en.min.js?1697023055" defer></script>
|
<script src="../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../js/search.js?1697023055" defer></script>
|
<script src="../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -388,13 +389,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../js/github-buttons.js?1697023055"></script>
|
<script async src="../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../js/theme.js?1697023055" defer></script>
|
<script src="../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="taxonomy" />
|
<meta property="og:title" content="taxonomy :: Category :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/taxonomy/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/taxonomy/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="taxonomy"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="taxonomy :: Category :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>taxonomy :: Category :: Hugo Relearn Theme</title>
|
<title>taxonomy :: Category :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/taxonomy/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/taxonomy/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/taxonomy/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/taxonomy/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../categories/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="taxonomy :: Category :: Hugo Relearn Theme">
|
<link href="../../categories/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="taxonomy :: Category :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -209,12 +210,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023055" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023055" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -371,13 +372,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023055"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="theming" />
|
<meta property="og:title" content="theming :: Category :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/theming/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/categories/theming/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="theming"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="theming :: Category :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>theming :: Category :: Hugo Relearn Theme</title>
|
<title>theming :: Category :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/theming/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/theming/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/theming/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/theming/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/theming/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/theming/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../categories/theming/index.xml" rel="alternate" type="application/rss+xml" title="theming :: Category :: Hugo Relearn Theme">
|
<link href="../../categories/theming/index.xml" rel="alternate" type="application/rss+xml" title="theming :: Category :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -210,12 +211,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023055" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023055" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023055" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -372,13 +373,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023055"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Archetypes" />
|
<meta property="og:title" content="Archetypes :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Archetypes"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Archetypes :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Archetypes :: Hugo Relearn Theme</title>
|
<title>Archetypes :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../cont/archetypes/index.xml" rel="alternate" type="application/rss+xml" title="Archetypes :: Hugo Relearn Theme">
|
<link href="../../cont/archetypes/index.xml" rel="alternate" type="application/rss+xml" title="Archetypes :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/archetypes/index.print.html" rel="alternate" type="text/html" title="Archetypes :: Hugo Relearn Theme">
|
<link href="../../cont/archetypes/index.print.html" rel="alternate" type="text/html" title="Archetypes :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -152,8 +153,8 @@
|
|||||||
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
||||||
<h3 id="archetypes-home">Home</h3>
|
<h3 id="archetypes-home">Home</h3>
|
||||||
<p>A <strong>Home</strong> page is the starting page of your project. It’s best to have only one page of this kind in your project.</p>
|
<p>A <strong>Home</strong> page is the starting page of your project. It’s best to have only one page of this kind in your project.</p>
|
||||||
<p><a href="#R-image-b6aaeed278bbebe948a6756f6facec5b" class="lightbox-link"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-9f1f7f9b95047e862058b96be5042b9e" class="lightbox-link"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6aaeed278bbebe948a6756f6facec5b"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9f1f7f9b95047e862058b96be5042b9e"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a home page, run the following command</p>
|
<p>To create a home page, run the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -163,8 +164,8 @@
|
|||||||
</span></span><span class="line"><span class="cl">
|
</span></span><span class="line"><span class="cl">
|
||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
||||||
<p>A <strong>Chapter</strong> displays a page meant to be used as introduction for a set of child pages. Commonly, it contains a simple title and a catch line to define content that can be found below it.</p>
|
<p>A <strong>Chapter</strong> displays a page meant to be used as introduction for a set of child pages. Commonly, it contains a simple title and a catch line to define content that can be found below it.</p>
|
||||||
<p><a href="#R-image-ffa211f9c109a1c4c285b626fc1d2c72" class="lightbox-link"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-599702e1bccfc1cfba0b559a74b2c295" class="lightbox-link"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ffa211f9c109a1c4c285b626fc1d2c72"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-599702e1bccfc1cfba0b559a74b2c295"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a chapter page, run the following command</p>
|
<p>To create a chapter page, run the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -176,8 +177,8 @@
|
|||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace the <code>X</code> with a number. Because this number 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 level.</p>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace the <code>X</code> with a number. Because this number 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 level.</p>
|
||||||
<h3 id="archetypes-default">Default</h3>
|
<h3 id="archetypes-default">Default</h3>
|
||||||
<p>A <strong>Default</strong> page is any other content page. If you set an unknown archetype in your frontmatter, this archetype will be used to generate the page.</p>
|
<p>A <strong>Default</strong> page is any other content page. If you set an unknown archetype in your frontmatter, this archetype will be used to generate the page.</p>
|
||||||
<p><a href="#R-image-824dd39a2b2909b0814979015a46c678" class="lightbox-link"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-b6d3765831414d95b78e09dcb40fa95c" class="lightbox-link"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-824dd39a2b2909b0814979015a46c678"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6d3765831414d95b78e09dcb40fa95c"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a default page, run either one of the following commands</p>
|
<p>To create a default page, run either one of the following commands</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
@ -309,12 +310,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -471,13 +472,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Archetypes" />
|
<meta property="og:title" content="Archetypes :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Archetypes"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Archetypes :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Archetypes :: Hugo Relearn Theme</title>
|
<title>Archetypes :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="canonical" type="text/html" title="Archetypes :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="canonical" type="text/html" title="Archetypes :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/archetypes/index.xml" rel="alternate" type="application/rss+xml" title="Archetypes :: Hugo Relearn Theme">
|
<link href="../../cont/archetypes/index.xml" rel="alternate" type="application/rss+xml" title="Archetypes :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -96,8 +97,8 @@
|
|||||||
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
||||||
<h3 id="archetypes-home">Home</h3>
|
<h3 id="archetypes-home">Home</h3>
|
||||||
<p>A <strong>Home</strong> page is the starting page of your project. It’s best to have only one page of this kind in your project.</p>
|
<p>A <strong>Home</strong> page is the starting page of your project. It’s best to have only one page of this kind in your project.</p>
|
||||||
<p><a href="#R-image-b6aaeed278bbebe948a6756f6facec5b" class="lightbox-link"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-9f1f7f9b95047e862058b96be5042b9e" class="lightbox-link"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6aaeed278bbebe948a6756f6facec5b"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9f1f7f9b95047e862058b96be5042b9e"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a home page, run the following command</p>
|
<p>To create a home page, run the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -107,8 +108,8 @@
|
|||||||
</span></span><span class="line"><span class="cl">
|
</span></span><span class="line"><span class="cl">
|
||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
||||||
<p>A <strong>Chapter</strong> displays a page meant to be used as introduction for a set of child pages. Commonly, it contains a simple title and a catch line to define content that can be found below it.</p>
|
<p>A <strong>Chapter</strong> displays a page meant to be used as introduction for a set of child pages. Commonly, it contains a simple title and a catch line to define content that can be found below it.</p>
|
||||||
<p><a href="#R-image-ffa211f9c109a1c4c285b626fc1d2c72" class="lightbox-link"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-599702e1bccfc1cfba0b559a74b2c295" class="lightbox-link"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ffa211f9c109a1c4c285b626fc1d2c72"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-599702e1bccfc1cfba0b559a74b2c295"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a chapter page, run the following command</p>
|
<p>To create a chapter page, run the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -120,8 +121,8 @@
|
|||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace the <code>X</code> with a number. Because this number 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 level.</p>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace the <code>X</code> with a number. Because this number 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 level.</p>
|
||||||
<h3 id="archetypes-default">Default</h3>
|
<h3 id="archetypes-default">Default</h3>
|
||||||
<p>A <strong>Default</strong> page is any other content page. If you set an unknown archetype in your frontmatter, this archetype will be used to generate the page.</p>
|
<p>A <strong>Default</strong> page is any other content page. If you set an unknown archetype in your frontmatter, this archetype will be used to generate the page.</p>
|
||||||
<p><a href="#R-image-824dd39a2b2909b0814979015a46c678" class="lightbox-link"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-b6d3765831414d95b78e09dcb40fa95c" class="lightbox-link"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-824dd39a2b2909b0814979015a46c678"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6d3765831414d95b78e09dcb40fa95c"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a default page, run either one of the following commands</p>
|
<p>To create a default page, run either one of the following commands</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
@ -172,8 +173,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Multilingual and i18n" />
|
<meta property="og:title" content="Multilingual and i18n :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Multilingual and i18n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Multilingual and i18n :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Multilingual and i18n :: Hugo Relearn Theme</title>
|
<title>Multilingual and i18n :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../cont/i18n/index.xml" rel="alternate" type="application/rss+xml" title="Multilingual and i18n :: Hugo Relearn Theme">
|
<link href="../../cont/i18n/index.xml" rel="alternate" type="application/rss+xml" title="Multilingual and i18n :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/i18n/index.print.html" rel="alternate" type="text/html" title="Multilingual and i18n :: Hugo Relearn Theme">
|
<link href="../../cont/i18n/index.print.html" rel="alternate" type="text/html" title="Multilingual and i18n :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -149,8 +150,8 @@
|
|||||||
<li>Automatic menu generation from multilingual content</li>
|
<li>Automatic menu generation from multilingual content</li>
|
||||||
<li>In-browser language switching</li>
|
<li>In-browser language switching</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="#R-image-450377734f1ef8534410df05898b04d0" class="lightbox-link"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-95e465a4b70c023d0fbb1533ac97c864" class="lightbox-link"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-450377734f1ef8534410df05898b04d0"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-95e465a4b70c023d0fbb1533ac97c864"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="basic-configuration">Basic configuration</h2>
|
<h2 id="basic-configuration">Basic configuration</h2>
|
||||||
<p>After learning <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Hugo handle multilingual websites</a>, define your languages in your <code>config.toml</code> file.</p>
|
<p>After learning <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Hugo handle multilingual websites</a>, define your languages in your <code>config.toml</code> file.</p>
|
||||||
<p>For example with current English and Piratized English website.</p>
|
<p>For example with current English and Piratized English website.</p>
|
||||||
@ -331,12 +332,12 @@ You’ll see error reports in your browsers console log for each unsupported
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -493,13 +494,13 @@ You’ll see error reports in your browsers console log for each unsupported
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Multilingual and i18n" />
|
<meta property="og:title" content="Multilingual and i18n :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Multilingual and i18n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Multilingual and i18n :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Multilingual and i18n :: Hugo Relearn Theme</title>
|
<title>Multilingual and i18n :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="canonical" type="text/html" title="Multilingual and i18n :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="canonical" type="text/html" title="Multilingual and i18n :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/i18n/index.xml" rel="alternate" type="application/rss+xml" title="Multilingual and i18n :: Hugo Relearn Theme">
|
<link href="../../cont/i18n/index.xml" rel="alternate" type="application/rss+xml" title="Multilingual and i18n :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -98,8 +99,8 @@
|
|||||||
<li>Automatic menu generation from multilingual content</li>
|
<li>Automatic menu generation from multilingual content</li>
|
||||||
<li>In-browser language switching</li>
|
<li>In-browser language switching</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="#R-image-450377734f1ef8534410df05898b04d0" class="lightbox-link"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-95e465a4b70c023d0fbb1533ac97c864" class="lightbox-link"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-450377734f1ef8534410df05898b04d0"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-95e465a4b70c023d0fbb1533ac97c864"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="basic-configuration">Basic configuration</h2>
|
<h2 id="basic-configuration">Basic configuration</h2>
|
||||||
<p>After learning <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Hugo handle multilingual websites</a>, define your languages in your <code>config.toml</code> file.</p>
|
<p>After learning <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Hugo handle multilingual websites</a>, define your languages in your <code>config.toml</code> file.</p>
|
||||||
<p>For example with current English and Piratized English website.</p>
|
<p>For example with current English and Piratized English website.</p>
|
||||||
@ -199,8 +200,8 @@ You’ll see error reports in your browsers console log for each unsupported
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,45 +7,45 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Image Effects" />
|
<meta property="og:title" content="Image Effects :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="The theme supports non-standard image effects.
|
<meta property="og:description" content="The theme supports non-standard image effects.
|
||||||
As described, you can add this to the URL query parameter, but this may be cumbersome to do it consistently for the whole page.
|
As described, you can add this to the URL query parameter, but this may be cumbersome to do it consistently for the whole page.
|
||||||
Instead, you can configure the defaults in your config.toml aswell as overriding these default in the pages frontmatter.
|
Instead, you can configure the defaults in your config.toml aswell as overriding these default in the pages frontmatter.
|
||||||
Explicitly set URL query parameter will override the defaults in effect for a page.
|
Explicitly set URL query parameter will override the defaults in effect for a page.
|
||||||
Without any settings in your config.toml this defaults to" />
|
Without any settings in your config.toml this defaults to">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Content :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Image Effects"/>
|
<meta name="twitter:title" content="Image Effects :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:description" content="The theme supports non-standard image effects.
|
<meta name="twitter:description" content="The theme supports non-standard image effects.
|
||||||
As described, you can add this to the URL query parameter, but this may be cumbersome to do it consistently for the whole page.
|
As described, you can add this to the URL query parameter, but this may be cumbersome to do it consistently for the whole page.
|
||||||
Instead, you can configure the defaults in your config.toml aswell as overriding these default in the pages frontmatter.
|
Instead, you can configure the defaults in your config.toml aswell as overriding these default in the pages frontmatter.
|
||||||
Explicitly set URL query parameter will override the defaults in effect for a page.
|
Explicitly set URL query parameter will override the defaults in effect for a page.
|
||||||
Without any settings in your config.toml this defaults to"/>
|
Without any settings in your config.toml this defaults to">
|
||||||
<title>Image Effects :: Hugo Relearn Theme</title>
|
<title>Image Effects :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../cont/imageeffects/index.xml" rel="alternate" type="application/rss+xml" title="Image Effects :: Hugo Relearn Theme">
|
<link href="../../cont/imageeffects/index.xml" rel="alternate" type="application/rss+xml" title="Image Effects :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/imageeffects/index.print.html" rel="alternate" type="text/html" title="Image Effects :: Hugo Relearn Theme">
|
<link href="../../cont/imageeffects/index.print.html" rel="alternate" type="text/html" title="Image Effects :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -152,13 +152,13 @@
|
|||||||
<p>Without any settings in your <code>config.toml</code> this defaults to</p>
|
<p>Without any settings in your <code>config.toml</code> this defaults to</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="0040bbd52b85e3eece83bb8c0fdf2391">
|
<div class="tab-panel" data-tab-group="ea811b604071ccd0d8cc8e47a32538ac">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="configtoml"
|
data-tab-item="configtoml"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('0040bbd52b85e3eece83bb8c0fdf2391','configtoml')"
|
onclick="switchTab('ea811b604071ccd0d8cc8e47a32538ac','configtoml')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">config.toml</span>
|
<span class="tab-nav-text">config.toml</span>
|
||||||
</button>
|
</button>
|
||||||
@ -179,13 +179,13 @@
|
|||||||
</div><p>This can be overridden in a pages frontmatter by eg.</p>
|
</div><p>This can be overridden in a pages frontmatter by eg.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="c6e3726f50ad158c6be9859aa16cbe8c">
|
<div class="tab-panel" data-tab-group="c45e9588d918c722a5192d10111b64b9">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="frontmatter"
|
data-tab-item="frontmatter"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('c6e3726f50ad158c6be9859aa16cbe8c','frontmatter')"
|
onclick="switchTab('c45e9588d918c722a5192d10111b64b9','frontmatter')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">frontmatter</span>
|
<span class="tab-nav-text">frontmatter</span>
|
||||||
</button>
|
</button>
|
||||||
@ -205,13 +205,13 @@
|
|||||||
</div><p>Or by explicitly override settings by URL query parameter</p>
|
</div><p>Or by explicitly override settings by URL query parameter</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="ae6856cbef3ae70398a85cbbc7f587a5">
|
<div class="tab-panel" data-tab-group="e1c33ffcaf2287e20f87be48a0f4d9ad">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="url"
|
data-tab-item="url"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('ae6856cbef3ae70398a85cbbc7f587a5','url')"
|
onclick="switchTab('e1c33ffcaf2287e20f87be48a0f4d9ad','url')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">URL</span>
|
<span class="tab-nav-text">URL</span>
|
||||||
</button>
|
</button>
|
||||||
@ -228,13 +228,13 @@
|
|||||||
</div><p>The settings applied to the above image would be</p>
|
</div><p>The settings applied to the above image would be</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="72a52b31f4b6c1a2142718dfc6033e01">
|
<div class="tab-panel" data-tab-group="051752e7885d90306131e0e5858fea87">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="result"
|
data-tab-item="result"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('72a52b31f4b6c1a2142718dfc6033e01','result')"
|
onclick="switchTab('051752e7885d90306131e0e5858fea87','result')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Result</span>
|
<span class="tab-nav-text">Result</span>
|
||||||
</button>
|
</button>
|
||||||
@ -254,13 +254,13 @@
|
|||||||
</div><p>This ends up in the following HTML where the parameter are converted to CSS classes.</p>
|
</div><p>This ends up in the following HTML where the parameter are converted to CSS classes.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="33086e291cd1445bd5d6ba06fb5da338">
|
<div class="tab-panel" data-tab-group="d3a253adf37b331048426a05621210ea">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="html"
|
data-tab-item="html"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('33086e291cd1445bd5d6ba06fb5da338','html')"
|
onclick="switchTab('d3a253adf37b331048426a05621210ea','html')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">HTML</span>
|
<span class="tab-nav-text">HTML</span>
|
||||||
</button>
|
</button>
|
||||||
@ -373,12 +373,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038352" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -535,13 +535,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038352"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038352" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,46 +7,46 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Image Effects" />
|
<meta property="og:title" content="Image Effects :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="The theme supports non-standard image effects.
|
<meta property="og:description" content="The theme supports non-standard image effects.
|
||||||
As described, you can add this to the URL query parameter, but this may be cumbersome to do it consistently for the whole page.
|
As described, you can add this to the URL query parameter, but this may be cumbersome to do it consistently for the whole page.
|
||||||
Instead, you can configure the defaults in your config.toml aswell as overriding these default in the pages frontmatter.
|
Instead, you can configure the defaults in your config.toml aswell as overriding these default in the pages frontmatter.
|
||||||
Explicitly set URL query parameter will override the defaults in effect for a page.
|
Explicitly set URL query parameter will override the defaults in effect for a page.
|
||||||
Without any settings in your config.toml this defaults to" />
|
Without any settings in your config.toml this defaults to">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Content :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Image Effects"/>
|
<meta name="twitter:title" content="Image Effects :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:description" content="The theme supports non-standard image effects.
|
<meta name="twitter:description" content="The theme supports non-standard image effects.
|
||||||
As described, you can add this to the URL query parameter, but this may be cumbersome to do it consistently for the whole page.
|
As described, you can add this to the URL query parameter, but this may be cumbersome to do it consistently for the whole page.
|
||||||
Instead, you can configure the defaults in your config.toml aswell as overriding these default in the pages frontmatter.
|
Instead, you can configure the defaults in your config.toml aswell as overriding these default in the pages frontmatter.
|
||||||
Explicitly set URL query parameter will override the defaults in effect for a page.
|
Explicitly set URL query parameter will override the defaults in effect for a page.
|
||||||
Without any settings in your config.toml this defaults to"/>
|
Without any settings in your config.toml this defaults to">
|
||||||
<title>Image Effects :: Hugo Relearn Theme</title>
|
<title>Image Effects :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="canonical" type="text/html" title="Image Effects :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="canonical" type="text/html" title="Image Effects :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/imageeffects/index.xml" rel="alternate" type="application/rss+xml" title="Image Effects :: Hugo Relearn Theme">
|
<link href="../../cont/imageeffects/index.xml" rel="alternate" type="application/rss+xml" title="Image Effects :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -108,13 +108,13 @@
|
|||||||
<p>Without any settings in your <code>config.toml</code> this defaults to</p>
|
<p>Without any settings in your <code>config.toml</code> this defaults to</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="0040bbd52b85e3eece83bb8c0fdf2391">
|
<div class="tab-panel" data-tab-group="ea811b604071ccd0d8cc8e47a32538ac">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="configtoml"
|
data-tab-item="configtoml"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('0040bbd52b85e3eece83bb8c0fdf2391','configtoml')"
|
onclick="switchTab('ea811b604071ccd0d8cc8e47a32538ac','configtoml')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">config.toml</span>
|
<span class="tab-nav-text">config.toml</span>
|
||||||
</button>
|
</button>
|
||||||
@ -135,13 +135,13 @@
|
|||||||
</div><p>This can be overridden in a pages frontmatter by eg.</p>
|
</div><p>This can be overridden in a pages frontmatter by eg.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="c6e3726f50ad158c6be9859aa16cbe8c">
|
<div class="tab-panel" data-tab-group="c45e9588d918c722a5192d10111b64b9">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="frontmatter"
|
data-tab-item="frontmatter"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('c6e3726f50ad158c6be9859aa16cbe8c','frontmatter')"
|
onclick="switchTab('c45e9588d918c722a5192d10111b64b9','frontmatter')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">frontmatter</span>
|
<span class="tab-nav-text">frontmatter</span>
|
||||||
</button>
|
</button>
|
||||||
@ -161,13 +161,13 @@
|
|||||||
</div><p>Or by explicitly override settings by URL query parameter</p>
|
</div><p>Or by explicitly override settings by URL query parameter</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="ae6856cbef3ae70398a85cbbc7f587a5">
|
<div class="tab-panel" data-tab-group="e1c33ffcaf2287e20f87be48a0f4d9ad">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="url"
|
data-tab-item="url"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('ae6856cbef3ae70398a85cbbc7f587a5','url')"
|
onclick="switchTab('e1c33ffcaf2287e20f87be48a0f4d9ad','url')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">URL</span>
|
<span class="tab-nav-text">URL</span>
|
||||||
</button>
|
</button>
|
||||||
@ -184,13 +184,13 @@
|
|||||||
</div><p>The settings applied to the above image would be</p>
|
</div><p>The settings applied to the above image would be</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="72a52b31f4b6c1a2142718dfc6033e01">
|
<div class="tab-panel" data-tab-group="051752e7885d90306131e0e5858fea87">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="result"
|
data-tab-item="result"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('72a52b31f4b6c1a2142718dfc6033e01','result')"
|
onclick="switchTab('051752e7885d90306131e0e5858fea87','result')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Result</span>
|
<span class="tab-nav-text">Result</span>
|
||||||
</button>
|
</button>
|
||||||
@ -210,13 +210,13 @@
|
|||||||
</div><p>This ends up in the following HTML where the parameter are converted to CSS classes.</p>
|
</div><p>This ends up in the following HTML where the parameter are converted to CSS classes.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="33086e291cd1445bd5d6ba06fb5da338">
|
<div class="tab-panel" data-tab-group="d3a253adf37b331048426a05621210ea">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="html"
|
data-tab-item="html"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('33086e291cd1445bd5d6ba06fb5da338','html')"
|
onclick="switchTab('d3a253adf37b331048426a05621210ea','html')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">HTML</span>
|
<span class="tab-nav-text">HTML</span>
|
||||||
</button>
|
</button>
|
||||||
@ -248,8 +248,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Content" />
|
<meta property="og:title" content="Content :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Content"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Content :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Content :: Hugo Relearn Theme</title>
|
<title>Content :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../cont/index.xml" rel="alternate" type="application/rss+xml" title="Content :: Hugo Relearn Theme">
|
<link href="../cont/index.xml" rel="alternate" type="application/rss+xml" title="Content :: Hugo Relearn Theme">
|
||||||
<link href="../cont/index.print.html" rel="alternate" type="text/html" title="Content :: Hugo Relearn Theme">
|
<link href="../cont/index.print.html" rel="alternate" type="text/html" title="Content :: Hugo Relearn Theme">
|
||||||
<link href="../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../js/url.js?1697023054"></script>
|
<script src="../js/url.js?1697038352"></script>
|
||||||
<script src="../js/variant.js?1697023054"></script>
|
<script src="../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -220,12 +221,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../js/auto-complete.js?1697023054" defer></script>
|
<script src="../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../js/search.js?1697023054" defer></script>
|
<script src="../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -382,13 +383,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../js/github-buttons.js?1697023054"></script>
|
<script async src="../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../js/theme.js?1697023054" defer></script>
|
<script src="../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Content" />
|
<meta property="og:title" content="Content :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Content"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Content :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Content :: Hugo Relearn Theme</title>
|
<title>Content :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="canonical" type="text/html" title="Content :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="canonical" type="text/html" title="Content :: Hugo Relearn Theme">
|
||||||
<link href="../cont/index.xml" rel="alternate" type="application/rss+xml" title="Content :: Hugo Relearn Theme">
|
<link href="../cont/index.xml" rel="alternate" type="application/rss+xml" title="Content :: Hugo Relearn Theme">
|
||||||
<link href="../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../js/url.js?1697023055"></script>
|
<script src="../js/url.js?1697038353"></script>
|
||||||
<script src="../js/variant.js?1697023055"></script>
|
<script src="../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -180,8 +181,8 @@
|
|||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-2c3a9cfbc28680c658989715510c6338" class="lightbox-link"><img src="../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-a42c217b96ba558d95b712a10a958a4a" class="lightbox-link"><img src="../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2c3a9cfbc28680c658989715510c6338"><img src="../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a42c217b96ba558d95b712a10a958a4a"><img src="../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h3 id="ordering-sibling-menupage-entries">Ordering sibling menu/page entries</h3>
|
<h3 id="ordering-sibling-menupage-entries">Ordering sibling menu/page entries</h3>
|
||||||
<p>Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flexible way</a> to handle order for your pages.</p>
|
<p>Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flexible way</a> to handle order for your pages.</p>
|
||||||
<p>The simplest way is to set <code>weight</code> parameter to a number.</p>
|
<p>The simplest way is to set <code>weight</code> parameter to a number.</p>
|
||||||
@ -229,8 +230,8 @@ We’ve added the <code>menuTitle</code> parameter for that purpose:</p>
|
|||||||
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
||||||
<h3 id="archetypes-home">Home</h3>
|
<h3 id="archetypes-home">Home</h3>
|
||||||
<p>A <strong>Home</strong> page is the starting page of your project. It’s best to have only one page of this kind in your project.</p>
|
<p>A <strong>Home</strong> page is the starting page of your project. It’s best to have only one page of this kind in your project.</p>
|
||||||
<p><a href="#R-image-b6aaeed278bbebe948a6756f6facec5b" class="lightbox-link"><img src="../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-9f1f7f9b95047e862058b96be5042b9e" class="lightbox-link"><img src="../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6aaeed278bbebe948a6756f6facec5b"><img src="../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9f1f7f9b95047e862058b96be5042b9e"><img src="../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a home page, run the following command</p>
|
<p>To create a home page, run the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -240,8 +241,8 @@ We’ve added the <code>menuTitle</code> parameter for that purpose:</p>
|
|||||||
</span></span><span class="line"><span class="cl">
|
</span></span><span class="line"><span class="cl">
|
||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
||||||
<p>A <strong>Chapter</strong> displays a page meant to be used as introduction for a set of child pages. Commonly, it contains a simple title and a catch line to define content that can be found below it.</p>
|
<p>A <strong>Chapter</strong> displays a page meant to be used as introduction for a set of child pages. Commonly, it contains a simple title and a catch line to define content that can be found below it.</p>
|
||||||
<p><a href="#R-image-ffa211f9c109a1c4c285b626fc1d2c72" class="lightbox-link"><img src="../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-599702e1bccfc1cfba0b559a74b2c295" class="lightbox-link"><img src="../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ffa211f9c109a1c4c285b626fc1d2c72"><img src="../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-599702e1bccfc1cfba0b559a74b2c295"><img src="../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a chapter page, run the following command</p>
|
<p>To create a chapter page, run the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -253,8 +254,8 @@ We’ve added the <code>menuTitle</code> parameter for that purpose:</p>
|
|||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace the <code>X</code> with a number. Because this number 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 level.</p>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace the <code>X</code> with a number. Because this number 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 level.</p>
|
||||||
<h3 id="archetypes-default">Default</h3>
|
<h3 id="archetypes-default">Default</h3>
|
||||||
<p>A <strong>Default</strong> page is any other content page. If you set an unknown archetype in your frontmatter, this archetype will be used to generate the page.</p>
|
<p>A <strong>Default</strong> page is any other content page. If you set an unknown archetype in your frontmatter, this archetype will be used to generate the page.</p>
|
||||||
<p><a href="#R-image-824dd39a2b2909b0814979015a46c678" class="lightbox-link"><img src="../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-b6d3765831414d95b78e09dcb40fa95c" class="lightbox-link"><img src="../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-824dd39a2b2909b0814979015a46c678"><img src="../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6d3765831414d95b78e09dcb40fa95c"><img src="../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a default page, run either one of the following commands</p>
|
<p>To create a default page, run either one of the following commands</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
@ -826,8 +827,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-e8b06cda9fdb1142fa11ffb318a7af1c" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-7f73503125f00b46ef8e25d5e93ca6da" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e8b06cda9fdb1142fa11ffb318a7af1c"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7f73503125f00b46ef8e25d5e93ca6da"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-with-tooltip">Image with Tooltip</h3>
|
<h3 id="image-with-tooltip">Image with Tooltip</h3>
|
||||||
@ -837,8 +838,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-43416105511e2be40b1b4ab47a9a4abd" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-9b306d2ae1478e11cad08ba95d7d82a4" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-43416105511e2be40b1b4ab47a9a4abd"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9b306d2ae1478e11cad08ba95d7d82a4"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-references">Image References</h3>
|
<h3 id="image-references">Image References</h3>
|
||||||
@ -850,8 +851,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-04040cfffb30d8338bc6319818e864e8" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-29ebbb16fdf2e9d65a8bb3fb8e9d9deb" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-04040cfffb30d8338bc6319818e864e8"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-29ebbb16fdf2e9d65a8bb3fb8e9d9deb"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-effects">Image Effects</h3>
|
<h3 id="image-effects">Image Effects</h3>
|
||||||
@ -863,8 +864,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-39e23414b70c43ded18688acd042f32f" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-d8d05478e310a2205c1dc873898ad6ae" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-39e23414b70c43ded18688acd042f32f"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d8d05478e310a2205c1dc873898ad6ae"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -872,8 +873,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-446aa34f256f8c5650c5d79092e44b0b" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-bb79cbea8ef194ee466416923b9f6399" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-446aa34f256f8c5650c5d79092e44b0b"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-bb79cbea8ef194ee466416923b9f6399"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -881,8 +882,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b8f4c8e4c342b898af25b6c54557a7be" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
<p><a href="#R-image-5c4460bd5425e266364966cbd65cb1e3" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b8f4c8e4c342b898af25b6c54557a7be"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-5c4460bd5425e266364966cbd65cb1e3"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="css-classes">CSS Classes</h4>
|
<h4 id="css-classes">CSS Classes</h4>
|
||||||
@ -893,8 +894,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-3b54d41bf3ef7fc83c2db39ccc7ac4a6" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-db107dfc2f92f6349a83e98173756356" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-3b54d41bf3ef7fc83c2db39ccc7ac4a6"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-db107dfc2f92f6349a83e98173756356"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="border">Border</h5>
|
<h5 id="border">Border</h5>
|
||||||
@ -903,8 +904,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-a7514fc42bbc98b398ce2b43f466478a" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-9ed961160089345ee3d24483e4ab8f8b" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a7514fc42bbc98b398ce2b43f466478a"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9ed961160089345ee3d24483e4ab8f8b"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="left">Left</h5>
|
<h5 id="left">Left</h5>
|
||||||
@ -913,8 +914,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-c8475ff6d4f9c1e79987811b3564a21e" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-0fe44dc632dcd731d01bcbc3cbdd87e7" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c8475ff6d4f9c1e79987811b3564a21e"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-0fe44dc632dcd731d01bcbc3cbdd87e7"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="right">Right</h5>
|
<h5 id="right">Right</h5>
|
||||||
@ -923,8 +924,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-bed66c91227e8c88affa3817793be1f9" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-4d599ab93c2c8391fe70898dcea7ae3e" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-bed66c91227e8c88affa3817793be1f9"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4d599ab93c2c8391fe70898dcea7ae3e"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="inline">Inline</h5>
|
<h5 id="inline">Inline</h5>
|
||||||
@ -936,14 +937,14 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b78471d625d5bbf7600990c8ea7fff2d" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<p><a href="#R-image-731fc7b4fb6f6387fae9d9b6249a3612" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b78471d625d5bbf7600990c8ea7fff2d"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-731fc7b4fb6f6387fae9d9b6249a3612"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-b8ba14c4a48891e9d5aa688787146d1b" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-badc02d4886fd1e6f279f725e4dab589" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b8ba14c4a48891e9d5aa688787146d1b"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-badc02d4886fd1e6f279f725e4dab589"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-df22f51e5a9cf59ca7a766c1833f6d81" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-db10db41ead44733309b9ed1243d35d2" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-df22f51e5a9cf59ca7a766c1833f6d81"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-db10db41ead44733309b9ed1243d35d2"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-1fe1571fd78b601813416f28fae6642b" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-a90faa532fdc19abdd89d154ca55837e" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-1fe1571fd78b601813416f28fae6642b"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a90faa532fdc19abdd89d154ca55837e"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="combination">Combination</h5>
|
<h5 id="combination">Combination</h5>
|
||||||
@ -952,8 +953,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-755c213a41819639830656e94bc55a22" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-2d0d32d52698ebe7fef3efb9d439125e" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-755c213a41819639830656e94bc55a22"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2d0d32d52698ebe7fef3efb9d439125e"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="lightbox">Lightbox</h4>
|
<h4 id="lightbox">Lightbox</h4>
|
||||||
@ -992,13 +993,13 @@ line 3 of code
|
|||||||
<p>Without any settings in your <code>config.toml</code> this defaults to</p>
|
<p>Without any settings in your <code>config.toml</code> this defaults to</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="0040bbd52b85e3eece83bb8c0fdf2391">
|
<div class="tab-panel" data-tab-group="ea811b604071ccd0d8cc8e47a32538ac">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="configtoml"
|
data-tab-item="configtoml"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('0040bbd52b85e3eece83bb8c0fdf2391','configtoml')"
|
onclick="switchTab('ea811b604071ccd0d8cc8e47a32538ac','configtoml')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">config.toml</span>
|
<span class="tab-nav-text">config.toml</span>
|
||||||
</button>
|
</button>
|
||||||
@ -1019,13 +1020,13 @@ line 3 of code
|
|||||||
</div><p>This can be overridden in a pages frontmatter by eg.</p>
|
</div><p>This can be overridden in a pages frontmatter by eg.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="c6e3726f50ad158c6be9859aa16cbe8c">
|
<div class="tab-panel" data-tab-group="c45e9588d918c722a5192d10111b64b9">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="frontmatter"
|
data-tab-item="frontmatter"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('c6e3726f50ad158c6be9859aa16cbe8c','frontmatter')"
|
onclick="switchTab('c45e9588d918c722a5192d10111b64b9','frontmatter')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">frontmatter</span>
|
<span class="tab-nav-text">frontmatter</span>
|
||||||
</button>
|
</button>
|
||||||
@ -1045,13 +1046,13 @@ line 3 of code
|
|||||||
</div><p>Or by explicitly override settings by URL query parameter</p>
|
</div><p>Or by explicitly override settings by URL query parameter</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="ae6856cbef3ae70398a85cbbc7f587a5">
|
<div class="tab-panel" data-tab-group="e1c33ffcaf2287e20f87be48a0f4d9ad">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="url"
|
data-tab-item="url"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('ae6856cbef3ae70398a85cbbc7f587a5','url')"
|
onclick="switchTab('e1c33ffcaf2287e20f87be48a0f4d9ad','url')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">URL</span>
|
<span class="tab-nav-text">URL</span>
|
||||||
</button>
|
</button>
|
||||||
@ -1068,13 +1069,13 @@ line 3 of code
|
|||||||
</div><p>The settings applied to the above image would be</p>
|
</div><p>The settings applied to the above image would be</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="72a52b31f4b6c1a2142718dfc6033e01">
|
<div class="tab-panel" data-tab-group="051752e7885d90306131e0e5858fea87">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="result"
|
data-tab-item="result"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('72a52b31f4b6c1a2142718dfc6033e01','result')"
|
onclick="switchTab('051752e7885d90306131e0e5858fea87','result')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Result</span>
|
<span class="tab-nav-text">Result</span>
|
||||||
</button>
|
</button>
|
||||||
@ -1094,13 +1095,13 @@ line 3 of code
|
|||||||
</div><p>This ends up in the following HTML where the parameter are converted to CSS classes.</p>
|
</div><p>This ends up in the following HTML where the parameter are converted to CSS classes.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="33086e291cd1445bd5d6ba06fb5da338">
|
<div class="tab-panel" data-tab-group="d3a253adf37b331048426a05621210ea">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="html"
|
data-tab-item="html"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('33086e291cd1445bd5d6ba06fb5da338','html')"
|
onclick="switchTab('d3a253adf37b331048426a05621210ea','html')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">HTML</span>
|
<span class="tab-nav-text">HTML</span>
|
||||||
</button>
|
</button>
|
||||||
@ -1275,8 +1276,8 @@ However, if you want to keep the title but change its value, it can be overridde
|
|||||||
<li>Automatic menu generation from multilingual content</li>
|
<li>Automatic menu generation from multilingual content</li>
|
||||||
<li>In-browser language switching</li>
|
<li>In-browser language switching</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="#R-image-450377734f1ef8534410df05898b04d0" class="lightbox-link"><img src="../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-95e465a4b70c023d0fbb1533ac97c864" class="lightbox-link"><img src="../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-450377734f1ef8534410df05898b04d0"><img src="../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-95e465a4b70c023d0fbb1533ac97c864"><img src="../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="basic-configuration">Basic configuration</h2>
|
<h2 id="basic-configuration">Basic configuration</h2>
|
||||||
<p>After learning <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Hugo handle multilingual websites</a>, define your languages in your <code>config.toml</code> file.</p>
|
<p>After learning <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Hugo handle multilingual websites</a>, define your languages in your <code>config.toml</code> file.</p>
|
||||||
<p>For example with current English and Piratized English website.</p>
|
<p>For example with current English and Piratized English website.</p>
|
||||||
@ -1466,8 +1467,8 @@ You’ll see error reports in your browsers console log for each unsupported
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../js/theme.js?1697023055" defer></script>
|
<script src="../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,43 +7,43 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Markdown syntax" />
|
<meta property="og:title" content="Markdown syntax :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Let’s face it: Writing content for the web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
|
<meta property="og:description" content="Let’s face it: Writing content for the web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
|
||||||
Markdown is a better way to write HTML, without all the complexities and ugliness that usually accompanies it.
|
Markdown is a better way to write HTML, without all the complexities and ugliness that usually accompanies it.
|
||||||
Some of the key benefits are:
|
Some of the key benefits are:
|
||||||
Markdown is simple to learn, with minimal extra characters so it’s also quicker to write content. Less chance of errors when writing in Markdown." />
|
Markdown is simple to learn, with minimal extra characters so it’s also quicker to write content. Less chance of errors when writing in Markdown.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Content :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Markdown syntax"/>
|
<meta name="twitter:title" content="Markdown syntax :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:description" content="Let’s face it: Writing content for the web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
|
<meta name="twitter:description" content="Let’s face it: Writing content for the web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
|
||||||
Markdown is a better way to write HTML, without all the complexities and ugliness that usually accompanies it.
|
Markdown is a better way to write HTML, without all the complexities and ugliness that usually accompanies it.
|
||||||
Some of the key benefits are:
|
Some of the key benefits are:
|
||||||
Markdown is simple to learn, with minimal extra characters so it’s also quicker to write content. Less chance of errors when writing in Markdown."/>
|
Markdown is simple to learn, with minimal extra characters so it’s also quicker to write content. Less chance of errors when writing in Markdown.">
|
||||||
<title>Markdown syntax :: Hugo Relearn Theme</title>
|
<title>Markdown syntax :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../cont/markdown/index.xml" rel="alternate" type="application/rss+xml" title="Markdown syntax :: Hugo Relearn Theme">
|
<link href="../../cont/markdown/index.xml" rel="alternate" type="application/rss+xml" title="Markdown syntax :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/markdown/index.print.html" rel="alternate" type="text/html" title="Markdown syntax :: Hugo Relearn Theme">
|
<link href="../../cont/markdown/index.print.html" rel="alternate" type="text/html" title="Markdown syntax :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -710,8 +710,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-e8b06cda9fdb1142fa11ffb318a7af1c" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-7f73503125f00b46ef8e25d5e93ca6da" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e8b06cda9fdb1142fa11ffb318a7af1c"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7f73503125f00b46ef8e25d5e93ca6da"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-with-tooltip">Image with Tooltip</h3>
|
<h3 id="image-with-tooltip">Image with Tooltip</h3>
|
||||||
@ -721,8 +721,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-43416105511e2be40b1b4ab47a9a4abd" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-9b306d2ae1478e11cad08ba95d7d82a4" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-43416105511e2be40b1b4ab47a9a4abd"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9b306d2ae1478e11cad08ba95d7d82a4"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-references">Image References</h3>
|
<h3 id="image-references">Image References</h3>
|
||||||
@ -734,8 +734,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-04040cfffb30d8338bc6319818e864e8" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-29ebbb16fdf2e9d65a8bb3fb8e9d9deb" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-04040cfffb30d8338bc6319818e864e8"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-29ebbb16fdf2e9d65a8bb3fb8e9d9deb"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-effects">Image Effects</h3>
|
<h3 id="image-effects">Image Effects</h3>
|
||||||
@ -747,8 +747,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-39e23414b70c43ded18688acd042f32f" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-d8d05478e310a2205c1dc873898ad6ae" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-39e23414b70c43ded18688acd042f32f"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d8d05478e310a2205c1dc873898ad6ae"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -756,8 +756,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-446aa34f256f8c5650c5d79092e44b0b" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-bb79cbea8ef194ee466416923b9f6399" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-446aa34f256f8c5650c5d79092e44b0b"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-bb79cbea8ef194ee466416923b9f6399"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -765,8 +765,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b8f4c8e4c342b898af25b6c54557a7be" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
<p><a href="#R-image-5c4460bd5425e266364966cbd65cb1e3" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b8f4c8e4c342b898af25b6c54557a7be"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-5c4460bd5425e266364966cbd65cb1e3"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="css-classes">CSS Classes</h4>
|
<h4 id="css-classes">CSS Classes</h4>
|
||||||
@ -777,8 +777,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-3b54d41bf3ef7fc83c2db39ccc7ac4a6" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-db107dfc2f92f6349a83e98173756356" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-3b54d41bf3ef7fc83c2db39ccc7ac4a6"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-db107dfc2f92f6349a83e98173756356"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="border">Border</h5>
|
<h5 id="border">Border</h5>
|
||||||
@ -787,8 +787,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-a7514fc42bbc98b398ce2b43f466478a" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-9ed961160089345ee3d24483e4ab8f8b" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a7514fc42bbc98b398ce2b43f466478a"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9ed961160089345ee3d24483e4ab8f8b"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="left">Left</h5>
|
<h5 id="left">Left</h5>
|
||||||
@ -797,8 +797,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-c8475ff6d4f9c1e79987811b3564a21e" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-0fe44dc632dcd731d01bcbc3cbdd87e7" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c8475ff6d4f9c1e79987811b3564a21e"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-0fe44dc632dcd731d01bcbc3cbdd87e7"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="right">Right</h5>
|
<h5 id="right">Right</h5>
|
||||||
@ -807,8 +807,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-bed66c91227e8c88affa3817793be1f9" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-4d599ab93c2c8391fe70898dcea7ae3e" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-bed66c91227e8c88affa3817793be1f9"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4d599ab93c2c8391fe70898dcea7ae3e"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="inline">Inline</h5>
|
<h5 id="inline">Inline</h5>
|
||||||
@ -820,14 +820,14 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b78471d625d5bbf7600990c8ea7fff2d" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<p><a href="#R-image-731fc7b4fb6f6387fae9d9b6249a3612" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b78471d625d5bbf7600990c8ea7fff2d"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-731fc7b4fb6f6387fae9d9b6249a3612"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-b8ba14c4a48891e9d5aa688787146d1b" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-badc02d4886fd1e6f279f725e4dab589" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b8ba14c4a48891e9d5aa688787146d1b"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-badc02d4886fd1e6f279f725e4dab589"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-df22f51e5a9cf59ca7a766c1833f6d81" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-db10db41ead44733309b9ed1243d35d2" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-df22f51e5a9cf59ca7a766c1833f6d81"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-db10db41ead44733309b9ed1243d35d2"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-1fe1571fd78b601813416f28fae6642b" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-a90faa532fdc19abdd89d154ca55837e" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-1fe1571fd78b601813416f28fae6642b"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a90faa532fdc19abdd89d154ca55837e"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="combination">Combination</h5>
|
<h5 id="combination">Combination</h5>
|
||||||
@ -836,8 +836,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-755c213a41819639830656e94bc55a22" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-2d0d32d52698ebe7fef3efb9d439125e" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-755c213a41819639830656e94bc55a22"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2d0d32d52698ebe7fef3efb9d439125e"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="lightbox">Lightbox</h4>
|
<h4 id="lightbox">Lightbox</h4>
|
||||||
@ -948,12 +948,12 @@ line 3 of code
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038352" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -1110,13 +1110,13 @@ line 3 of code
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038352"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038352" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,44 +7,44 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Markdown syntax" />
|
<meta property="og:title" content="Markdown syntax :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Let’s face it: Writing content for the web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
|
<meta property="og:description" content="Let’s face it: Writing content for the web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
|
||||||
Markdown is a better way to write HTML, without all the complexities and ugliness that usually accompanies it.
|
Markdown is a better way to write HTML, without all the complexities and ugliness that usually accompanies it.
|
||||||
Some of the key benefits are:
|
Some of the key benefits are:
|
||||||
Markdown is simple to learn, with minimal extra characters so it’s also quicker to write content. Less chance of errors when writing in Markdown." />
|
Markdown is simple to learn, with minimal extra characters so it’s also quicker to write content. Less chance of errors when writing in Markdown.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Content :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Markdown syntax"/>
|
<meta name="twitter:title" content="Markdown syntax :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:description" content="Let’s face it: Writing content for the web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
|
<meta name="twitter:description" content="Let’s face it: Writing content for the web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
|
||||||
Markdown is a better way to write HTML, without all the complexities and ugliness that usually accompanies it.
|
Markdown is a better way to write HTML, without all the complexities and ugliness that usually accompanies it.
|
||||||
Some of the key benefits are:
|
Some of the key benefits are:
|
||||||
Markdown is simple to learn, with minimal extra characters so it’s also quicker to write content. Less chance of errors when writing in Markdown."/>
|
Markdown is simple to learn, with minimal extra characters so it’s also quicker to write content. Less chance of errors when writing in Markdown.">
|
||||||
<title>Markdown syntax :: Hugo Relearn Theme</title>
|
<title>Markdown syntax :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="canonical" type="text/html" title="Markdown syntax :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="canonical" type="text/html" title="Markdown syntax :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/markdown/index.xml" rel="alternate" type="application/rss+xml" title="Markdown syntax :: Hugo Relearn Theme">
|
<link href="../../cont/markdown/index.xml" rel="alternate" type="application/rss+xml" title="Markdown syntax :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -618,8 +618,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-e8b06cda9fdb1142fa11ffb318a7af1c" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-7f73503125f00b46ef8e25d5e93ca6da" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e8b06cda9fdb1142fa11ffb318a7af1c"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7f73503125f00b46ef8e25d5e93ca6da"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-with-tooltip">Image with Tooltip</h3>
|
<h3 id="image-with-tooltip">Image with Tooltip</h3>
|
||||||
@ -629,8 +629,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-43416105511e2be40b1b4ab47a9a4abd" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-9b306d2ae1478e11cad08ba95d7d82a4" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-43416105511e2be40b1b4ab47a9a4abd"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9b306d2ae1478e11cad08ba95d7d82a4"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-references">Image References</h3>
|
<h3 id="image-references">Image References</h3>
|
||||||
@ -642,8 +642,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-04040cfffb30d8338bc6319818e864e8" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-29ebbb16fdf2e9d65a8bb3fb8e9d9deb" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-04040cfffb30d8338bc6319818e864e8"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-29ebbb16fdf2e9d65a8bb3fb8e9d9deb"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-effects">Image Effects</h3>
|
<h3 id="image-effects">Image Effects</h3>
|
||||||
@ -655,8 +655,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-39e23414b70c43ded18688acd042f32f" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-d8d05478e310a2205c1dc873898ad6ae" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-39e23414b70c43ded18688acd042f32f"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d8d05478e310a2205c1dc873898ad6ae"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -664,8 +664,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-446aa34f256f8c5650c5d79092e44b0b" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-bb79cbea8ef194ee466416923b9f6399" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-446aa34f256f8c5650c5d79092e44b0b"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-bb79cbea8ef194ee466416923b9f6399"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -673,8 +673,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b8f4c8e4c342b898af25b6c54557a7be" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
<p><a href="#R-image-5c4460bd5425e266364966cbd65cb1e3" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b8f4c8e4c342b898af25b6c54557a7be"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-5c4460bd5425e266364966cbd65cb1e3"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="css-classes">CSS Classes</h4>
|
<h4 id="css-classes">CSS Classes</h4>
|
||||||
@ -685,8 +685,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-3b54d41bf3ef7fc83c2db39ccc7ac4a6" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-db107dfc2f92f6349a83e98173756356" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-3b54d41bf3ef7fc83c2db39ccc7ac4a6"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-db107dfc2f92f6349a83e98173756356"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="border">Border</h5>
|
<h5 id="border">Border</h5>
|
||||||
@ -695,8 +695,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-a7514fc42bbc98b398ce2b43f466478a" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-9ed961160089345ee3d24483e4ab8f8b" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a7514fc42bbc98b398ce2b43f466478a"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9ed961160089345ee3d24483e4ab8f8b"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="left">Left</h5>
|
<h5 id="left">Left</h5>
|
||||||
@ -705,8 +705,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-c8475ff6d4f9c1e79987811b3564a21e" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-0fe44dc632dcd731d01bcbc3cbdd87e7" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c8475ff6d4f9c1e79987811b3564a21e"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-0fe44dc632dcd731d01bcbc3cbdd87e7"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="right">Right</h5>
|
<h5 id="right">Right</h5>
|
||||||
@ -715,8 +715,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-bed66c91227e8c88affa3817793be1f9" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-4d599ab93c2c8391fe70898dcea7ae3e" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-bed66c91227e8c88affa3817793be1f9"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4d599ab93c2c8391fe70898dcea7ae3e"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="inline">Inline</h5>
|
<h5 id="inline">Inline</h5>
|
||||||
@ -728,14 +728,14 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b78471d625d5bbf7600990c8ea7fff2d" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<p><a href="#R-image-731fc7b4fb6f6387fae9d9b6249a3612" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b78471d625d5bbf7600990c8ea7fff2d"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-731fc7b4fb6f6387fae9d9b6249a3612"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-b8ba14c4a48891e9d5aa688787146d1b" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-badc02d4886fd1e6f279f725e4dab589" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b8ba14c4a48891e9d5aa688787146d1b"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-badc02d4886fd1e6f279f725e4dab589"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-df22f51e5a9cf59ca7a766c1833f6d81" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-db10db41ead44733309b9ed1243d35d2" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-df22f51e5a9cf59ca7a766c1833f6d81"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-db10db41ead44733309b9ed1243d35d2"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-1fe1571fd78b601813416f28fae6642b" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-a90faa532fdc19abdd89d154ca55837e" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-1fe1571fd78b601813416f28fae6642b"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a90faa532fdc19abdd89d154ca55837e"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="combination">Combination</h5>
|
<h5 id="combination">Combination</h5>
|
||||||
@ -744,8 +744,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-755c213a41819639830656e94bc55a22" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-2d0d32d52698ebe7fef3efb9d439125e" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-755c213a41819639830656e94bc55a22"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2d0d32d52698ebe7fef3efb9d439125e"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="lightbox">Lightbox</h4>
|
<h4 id="lightbox">Lightbox</h4>
|
||||||
@ -775,8 +775,8 @@ line 3 of code
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,43 +7,43 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Menu extra shortcuts" />
|
<meta property="og:title" content="Menu extra shortcuts :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="You can define additional menu entries or shortcuts in the navigation menu without any link to content.
|
<meta property="og:description" content="You can define additional menu entries or shortcuts in the navigation menu without any link to content.
|
||||||
Basic configuration Edit the website configuration config.toml and add a [[menu.shortcuts]] entry for each link your want to add.
|
Basic configuration Edit the website configuration config.toml and add a [[menu.shortcuts]] entry for each link your want to add.
|
||||||
Example from the current website:
|
Example from the current website:
|
||||||
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu." />
|
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Content :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Menu extra shortcuts"/>
|
<meta name="twitter:title" content="Menu extra shortcuts :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:description" content="You can define additional menu entries or shortcuts in the navigation menu without any link to content.
|
<meta name="twitter:description" content="You can define additional menu entries or shortcuts in the navigation menu without any link to content.
|
||||||
Basic configuration Edit the website configuration config.toml and add a [[menu.shortcuts]] entry for each link your want to add.
|
Basic configuration Edit the website configuration config.toml and add a [[menu.shortcuts]] entry for each link your want to add.
|
||||||
Example from the current website:
|
Example from the current website:
|
||||||
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu."/>
|
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu.">
|
||||||
<title>Menu extra shortcuts :: Hugo Relearn Theme</title>
|
<title>Menu extra shortcuts :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../cont/menushortcuts/index.xml" rel="alternate" type="application/rss+xml" title="Menu extra shortcuts :: Hugo Relearn Theme">
|
<link href="../../cont/menushortcuts/index.xml" rel="alternate" type="application/rss+xml" title="Menu extra shortcuts :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/menushortcuts/index.print.html" rel="alternate" type="text/html" title="Menu extra shortcuts :: Hugo Relearn Theme">
|
<link href="../../cont/menushortcuts/index.print.html" rel="alternate" type="text/html" title="Menu extra shortcuts :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -358,12 +358,12 @@ However, if you want to keep the title but change its value, it can be overridde
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038352" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -520,13 +520,13 @@ However, if you want to keep the title but change its value, it can be overridde
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038352"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038352" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,44 +7,44 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Menu extra shortcuts" />
|
<meta property="og:title" content="Menu extra shortcuts :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="You can define additional menu entries or shortcuts in the navigation menu without any link to content.
|
<meta property="og:description" content="You can define additional menu entries or shortcuts in the navigation menu without any link to content.
|
||||||
Basic configuration Edit the website configuration config.toml and add a [[menu.shortcuts]] entry for each link your want to add.
|
Basic configuration Edit the website configuration config.toml and add a [[menu.shortcuts]] entry for each link your want to add.
|
||||||
Example from the current website:
|
Example from the current website:
|
||||||
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu." />
|
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Content :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Menu extra shortcuts"/>
|
<meta name="twitter:title" content="Menu extra shortcuts :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:description" content="You can define additional menu entries or shortcuts in the navigation menu without any link to content.
|
<meta name="twitter:description" content="You can define additional menu entries or shortcuts in the navigation menu without any link to content.
|
||||||
Basic configuration Edit the website configuration config.toml and add a [[menu.shortcuts]] entry for each link your want to add.
|
Basic configuration Edit the website configuration config.toml and add a [[menu.shortcuts]] entry for each link your want to add.
|
||||||
Example from the current website:
|
Example from the current website:
|
||||||
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu."/>
|
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu.">
|
||||||
<title>Menu extra shortcuts :: Hugo Relearn Theme</title>
|
<title>Menu extra shortcuts :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="canonical" type="text/html" title="Menu extra shortcuts :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="canonical" type="text/html" title="Menu extra shortcuts :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/menushortcuts/index.xml" rel="alternate" type="application/rss+xml" title="Menu extra shortcuts :: Hugo Relearn Theme">
|
<link href="../../cont/menushortcuts/index.xml" rel="alternate" type="application/rss+xml" title="Menu extra shortcuts :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -231,8 +231,8 @@ However, if you want to keep the title but change its value, it can be overridde
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Pages organization" />
|
<meta property="og:title" content="Pages organization :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/pages/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/pages/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Pages organization"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Pages organization :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Pages organization :: Hugo Relearn Theme</title>
|
<title>Pages organization :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../cont/pages/index.xml" rel="alternate" type="application/rss+xml" title="Pages organization :: Hugo Relearn Theme">
|
<link href="../../cont/pages/index.xml" rel="alternate" type="application/rss+xml" title="Pages organization :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/pages/index.print.html" rel="alternate" type="text/html" title="Pages organization :: Hugo Relearn Theme">
|
<link href="../../cont/pages/index.print.html" rel="alternate" type="text/html" title="Pages organization :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -221,8 +222,8 @@
|
|||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-2c3a9cfbc28680c658989715510c6338" class="lightbox-link"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-a42c217b96ba558d95b712a10a958a4a" class="lightbox-link"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2c3a9cfbc28680c658989715510c6338"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a42c217b96ba558d95b712a10a958a4a"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h3 id="ordering-sibling-menupage-entries">Ordering sibling menu/page entries</h3>
|
<h3 id="ordering-sibling-menupage-entries">Ordering sibling menu/page entries</h3>
|
||||||
<p>Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flexible way</a> to handle order for your pages.</p>
|
<p>Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flexible way</a> to handle order for your pages.</p>
|
||||||
<p>The simplest way is to set <code>weight</code> parameter to a number.</p>
|
<p>The simplest way is to set <code>weight</code> parameter to a number.</p>
|
||||||
@ -344,12 +345,12 @@ We’ve added the <code>menuTitle</code> parameter for that purpose:</p>
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -506,13 +507,13 @@ We’ve added the <code>menuTitle</code> parameter for that purpose:</p>
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Pages organization" />
|
<meta property="og:title" content="Pages organization :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/pages/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/pages/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Pages organization"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Pages organization :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Pages organization :: Hugo Relearn Theme</title>
|
<title>Pages organization :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="canonical" type="text/html" title="Pages organization :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="canonical" type="text/html" title="Pages organization :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/pages/index.xml" rel="alternate" type="application/rss+xml" title="Pages organization :: Hugo Relearn Theme">
|
<link href="../../cont/pages/index.xml" rel="alternate" type="application/rss+xml" title="Pages organization :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -167,8 +168,8 @@
|
|||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-2c3a9cfbc28680c658989715510c6338" class="lightbox-link"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-a42c217b96ba558d95b712a10a958a4a" class="lightbox-link"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2c3a9cfbc28680c658989715510c6338"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a42c217b96ba558d95b712a10a958a4a"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h3 id="ordering-sibling-menupage-entries">Ordering sibling menu/page entries</h3>
|
<h3 id="ordering-sibling-menupage-entries">Ordering sibling menu/page entries</h3>
|
||||||
<p>Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flexible way</a> to handle order for your pages.</p>
|
<p>Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flexible way</a> to handle order for your pages.</p>
|
||||||
<p>The simplest way is to set <code>weight</code> parameter to a number.</p>
|
<p>The simplest way is to set <code>weight</code> parameter to a number.</p>
|
||||||
@ -209,8 +210,8 @@ We’ve added the <code>menuTitle</code> parameter for that purpose:</p>
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,43 +7,43 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Taxonomy" />
|
<meta property="og:title" content="Taxonomy :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="The Relearn theme supports Hugo’s default taxonomies tag and category out of the box.
|
<meta property="og:description" content="The Relearn theme supports Hugo’s default taxonomies tag and category out of the box.
|
||||||
Configuration Just add tags and/or categories to any page. They can be given as a single string or an array of strings.
|
Configuration Just add tags and/or categories to any page. They can be given as a single string or an array of strings.
|
||||||
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior The tags are displayed at the top of the page in alphabetical order.
|
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior The tags are displayed at the top of the page in alphabetical order.
|
||||||
The categories are displayed at the bottom of the page in alphabetical order in the default implementation of the theme but can be customized by providing your own content-footer." />
|
The categories are displayed at the bottom of the page in alphabetical order in the default implementation of the theme but can be customized by providing your own content-footer.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Content :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Taxonomy"/>
|
<meta name="twitter:title" content="Taxonomy :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:description" content="The Relearn theme supports Hugo’s default taxonomies tag and category out of the box.
|
<meta name="twitter:description" content="The Relearn theme supports Hugo’s default taxonomies tag and category out of the box.
|
||||||
Configuration Just add tags and/or categories to any page. They can be given as a single string or an array of strings.
|
Configuration Just add tags and/or categories to any page. They can be given as a single string or an array of strings.
|
||||||
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior The tags are displayed at the top of the page in alphabetical order.
|
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior The tags are displayed at the top of the page in alphabetical order.
|
||||||
The categories are displayed at the bottom of the page in alphabetical order in the default implementation of the theme but can be customized by providing your own content-footer."/>
|
The categories are displayed at the bottom of the page in alphabetical order in the default implementation of the theme but can be customized by providing your own content-footer.">
|
||||||
<title>Taxonomy :: Hugo Relearn Theme</title>
|
<title>Taxonomy :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../cont/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="Taxonomy :: Hugo Relearn Theme">
|
<link href="../../cont/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="Taxonomy :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/taxonomy/index.print.html" rel="alternate" type="text/html" title="Taxonomy :: Hugo Relearn Theme">
|
<link href="../../cont/taxonomy/index.print.html" rel="alternate" type="text/html" title="Taxonomy :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -318,12 +318,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038352" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -480,13 +480,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038352"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038352" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038352" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,44 +7,44 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Taxonomy" />
|
<meta property="og:title" content="Taxonomy :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="The Relearn theme supports Hugo’s default taxonomies tag and category out of the box.
|
<meta property="og:description" content="The Relearn theme supports Hugo’s default taxonomies tag and category out of the box.
|
||||||
Configuration Just add tags and/or categories to any page. They can be given as a single string or an array of strings.
|
Configuration Just add tags and/or categories to any page. They can be given as a single string or an array of strings.
|
||||||
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior The tags are displayed at the top of the page in alphabetical order.
|
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior The tags are displayed at the top of the page in alphabetical order.
|
||||||
The categories are displayed at the bottom of the page in alphabetical order in the default implementation of the theme but can be customized by providing your own content-footer." />
|
The categories are displayed at the bottom of the page in alphabetical order in the default implementation of the theme but can be customized by providing your own content-footer.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Content :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Taxonomy"/>
|
<meta name="twitter:title" content="Taxonomy :: Hugo Relearn Theme">
|
||||||
<meta name="twitter:description" content="The Relearn theme supports Hugo’s default taxonomies tag and category out of the box.
|
<meta name="twitter:description" content="The Relearn theme supports Hugo’s default taxonomies tag and category out of the box.
|
||||||
Configuration Just add tags and/or categories to any page. They can be given as a single string or an array of strings.
|
Configuration Just add tags and/or categories to any page. They can be given as a single string or an array of strings.
|
||||||
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior The tags are displayed at the top of the page in alphabetical order.
|
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior The tags are displayed at the top of the page in alphabetical order.
|
||||||
The categories are displayed at the bottom of the page in alphabetical order in the default implementation of the theme but can be customized by providing your own content-footer."/>
|
The categories are displayed at the bottom of the page in alphabetical order in the default implementation of the theme but can be customized by providing your own content-footer.">
|
||||||
<title>Taxonomy :: Hugo Relearn Theme</title>
|
<title>Taxonomy :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="canonical" type="text/html" title="Taxonomy :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="canonical" type="text/html" title="Taxonomy :: Hugo Relearn Theme">
|
||||||
<link href="../../cont/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="Taxonomy :: Hugo Relearn Theme">
|
<link href="../../cont/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="Taxonomy :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -186,8 +186,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,33 +8,34 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="What to know if you want to contribute">
|
<meta name="description" content="What to know if you want to contribute">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Contributing" />
|
<meta property="og:title" content="Contributing :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="What to know if you want to contribute" />
|
<meta property="og:description" content="What to know if you want to contribute">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Contributing"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="What to know if you want to contribute"/>
|
<meta name="twitter:title" content="Contributing :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="What to know if you want to contribute">
|
||||||
<title>Contributing :: Hugo Relearn Theme</title>
|
<title>Contributing :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -341,12 +342,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -507,13 +508,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,34 +8,35 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="What to know if you want to contribute">
|
<meta name="description" content="What to know if you want to contribute">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Contributing" />
|
<meta property="og:title" content="Contributing :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="What to know if you want to contribute" />
|
<meta property="og:description" content="What to know if you want to contribute">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Contributing"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="What to know if you want to contribute"/>
|
<meta name="twitter:title" content="Contributing :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="What to know if you want to contribute">
|
||||||
<title>Contributing :: Hugo Relearn Theme</title>
|
<title>Contributing :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -215,8 +216,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,33 +8,34 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Development" />
|
<meta property="og:title" content="Development :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Development"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Development :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Development :: Hugo Relearn Theme</title>
|
<title>Development :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../js/url.js?1697023054"></script>
|
<script src="../js/url.js?1697038352"></script>
|
||||||
<script src="../js/variant.js?1697023054"></script>
|
<script src="../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -226,12 +227,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../js/auto-complete.js?1697023054" defer></script>
|
<script src="../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../js/search.js?1697023054" defer></script>
|
<script src="../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -392,13 +393,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../js/github-buttons.js?1697023054"></script>
|
<script async src="../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../js/theme.js?1697023054" defer></script>
|
<script src="../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,34 +8,35 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Development" />
|
<meta property="og:title" content="Development :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Development"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Development :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Development :: Hugo Relearn Theme</title>
|
<title>Development :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../js/url.js?1697023055"></script>
|
<script src="../js/url.js?1697038353"></script>
|
||||||
<script src="../js/variant.js?1697023055"></script>
|
<script src="../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -471,8 +472,8 @@
|
|||||||
<p><strong>Remarks</strong>:</p>
|
<p><strong>Remarks</strong>:</p>
|
||||||
<p>The location is mandatory due to Hugo’s theme site builder.</p>
|
<p>The location is mandatory due to Hugo’s theme site builder.</p>
|
||||||
<p><strong>Preview</strong> <code>images/screenshot.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/screenshot.png</code>:</p>
|
||||||
<p><a href="#R-image-9d0a135c474ee354f52a90834f057091" class="lightbox-link"><img src="../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-158db7d640dc8ba47dff684db5a63a0e" class="lightbox-link"><img src="../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9d0a135c474ee354f52a90834f057091"><img src="../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-158db7d640dc8ba47dff684db5a63a0e"><img src="../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="hero-image">Hero Image</h2>
|
<h2 id="hero-image">Hero Image</h2>
|
||||||
<p><strong>Content</strong>:</p>
|
<p><strong>Content</strong>:</p>
|
||||||
<p>Show the <a href="#demo-screenshot">Demo Screenshot</a> page on different devices and different themes. Composition of the different device screenshots into a template.</p>
|
<p>Show the <a href="#demo-screenshot">Demo Screenshot</a> page on different devices and different themes. Composition of the different device screenshots into a template.</p>
|
||||||
@ -501,11 +502,11 @@
|
|||||||
<p><strong>Remarks</strong>:</p>
|
<p><strong>Remarks</strong>:</p>
|
||||||
<p>The location of <code>images/tn.png</code> is mandatory due to Hugo’s theme site builder.</p>
|
<p>The location of <code>images/tn.png</code> is mandatory due to Hugo’s theme site builder.</p>
|
||||||
<p><strong>Preview</strong> <code>images/hero.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/hero.png</code>:</p>
|
||||||
<p><a href="#R-image-31d3c62aa201e0793d168f1b02f0d6c8" class="lightbox-link"><img src="../images/hero.png?width=100%25&height=100%25" alt="Hero" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-9d78890d3bf4a8b282681a505bcccaba" class="lightbox-link"><img src="../images/hero.png?width=100%25&height=100%25" alt="Hero" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-31d3c62aa201e0793d168f1b02f0d6c8"><img src="../images/hero.png?width=100%25&height=100%25" alt="Hero" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9d78890d3bf4a8b282681a505bcccaba"><img src="../images/hero.png?width=100%25&height=100%25" alt="Hero" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p><strong>Preview</strong> <code>images/tn.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/tn.png</code>:</p>
|
||||||
<p><a href="#R-image-a7fb5ee3fb9742edc2a1296c8b5484d2" class="lightbox-link"><img src="../images/tn.png?width=100%25&height=100%25" alt="tn" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-e1d11973bdd8a229ec2ba0583e196ee6" class="lightbox-link"><img src="../images/tn.png?width=100%25&height=100%25" alt="tn" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a7fb5ee3fb9742edc2a1296c8b5484d2"><img src="../images/tn.png?width=100%25&height=100%25" alt="tn" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e1d11973bdd8a229ec2ba0583e196ee6"><img src="../images/tn.png?width=100%25&height=100%25" alt="tn" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
</footer>
|
</footer>
|
||||||
@ -515,8 +516,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../js/theme.js?1697023055" defer></script>
|
<script src="../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,33 +8,34 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="What to know as a maintainer">
|
<meta name="description" content="What to know as a maintainer">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Maintaining" />
|
<meta property="og:title" content="Maintaining :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="What to know as a maintainer" />
|
<meta property="og:description" content="What to know as a maintainer">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Maintaining"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="What to know as a maintainer"/>
|
<meta name="twitter:title" content="Maintaining :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="What to know as a maintainer">
|
||||||
<title>Maintaining :: Hugo Relearn Theme</title>
|
<title>Maintaining :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/maintaining/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/maintaining/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -428,12 +429,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -594,13 +595,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,34 +8,35 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="What to know as a maintainer">
|
<meta name="description" content="What to know as a maintainer">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Maintaining" />
|
<meta property="og:title" content="Maintaining :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="What to know as a maintainer" />
|
<meta property="og:description" content="What to know as a maintainer">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Maintaining"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="What to know as a maintainer"/>
|
<meta name="twitter:title" content="Maintaining :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="What to know as a maintainer">
|
||||||
<title>Maintaining :: Hugo Relearn Theme</title>
|
<title>Maintaining :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/maintaining/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/maintaining/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/maintaining/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -291,8 +292,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,33 +8,34 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="Recipe to create various documentation screenshots">
|
<meta name="description" content="Recipe to create various documentation screenshots">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Screenshots" />
|
<meta property="og:title" content="Screenshots :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Recipe to create various documentation screenshots" />
|
<meta property="og:description" content="Recipe to create various documentation screenshots">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Screenshots"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Recipe to create various documentation screenshots"/>
|
<meta name="twitter:title" content="Screenshots :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Recipe to create various documentation screenshots">
|
||||||
<title>Screenshots :: Hugo Relearn Theme</title>
|
<title>Screenshots :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/screenshots/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/screenshots/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -167,8 +168,8 @@
|
|||||||
<p><strong>Remarks</strong>:</p>
|
<p><strong>Remarks</strong>:</p>
|
||||||
<p>The location is mandatory due to Hugo’s theme site builder.</p>
|
<p>The location is mandatory due to Hugo’s theme site builder.</p>
|
||||||
<p><strong>Preview</strong> <code>images/screenshot.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/screenshot.png</code>:</p>
|
||||||
<p><a href="#R-image-9d0a135c474ee354f52a90834f057091" class="lightbox-link"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-158db7d640dc8ba47dff684db5a63a0e" class="lightbox-link"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9d0a135c474ee354f52a90834f057091"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-158db7d640dc8ba47dff684db5a63a0e"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="hero-image">Hero Image</h2>
|
<h2 id="hero-image">Hero Image</h2>
|
||||||
<p><strong>Content</strong>:</p>
|
<p><strong>Content</strong>:</p>
|
||||||
<p>Show the <a href="#demo-screenshot">Demo Screenshot</a> page on different devices and different themes. Composition of the different device screenshots into a template.</p>
|
<p>Show the <a href="#demo-screenshot">Demo Screenshot</a> page on different devices and different themes. Composition of the different device screenshots into a template.</p>
|
||||||
@ -197,11 +198,11 @@
|
|||||||
<p><strong>Remarks</strong>:</p>
|
<p><strong>Remarks</strong>:</p>
|
||||||
<p>The location of <code>images/tn.png</code> is mandatory due to Hugo’s theme site builder.</p>
|
<p>The location of <code>images/tn.png</code> is mandatory due to Hugo’s theme site builder.</p>
|
||||||
<p><strong>Preview</strong> <code>images/hero.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/hero.png</code>:</p>
|
||||||
<p><a href="#R-image-31d3c62aa201e0793d168f1b02f0d6c8" class="lightbox-link"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-9d78890d3bf4a8b282681a505bcccaba" class="lightbox-link"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-31d3c62aa201e0793d168f1b02f0d6c8"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9d78890d3bf4a8b282681a505bcccaba"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p><strong>Preview</strong> <code>images/tn.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/tn.png</code>:</p>
|
||||||
<p><a href="#R-image-a7fb5ee3fb9742edc2a1296c8b5484d2" class="lightbox-link"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-e1d11973bdd8a229ec2ba0583e196ee6" class="lightbox-link"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a7fb5ee3fb9742edc2a1296c8b5484d2"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e1d11973bdd8a229ec2ba0583e196ee6"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
</footer>
|
</footer>
|
||||||
@ -291,12 +292,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -457,13 +458,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,34 +8,35 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="Recipe to create various documentation screenshots">
|
<meta name="description" content="Recipe to create various documentation screenshots">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Screenshots" />
|
<meta property="og:title" content="Screenshots :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Recipe to create various documentation screenshots" />
|
<meta property="og:description" content="Recipe to create various documentation screenshots">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Screenshots"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Recipe to create various documentation screenshots"/>
|
<meta name="twitter:title" content="Screenshots :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Recipe to create various documentation screenshots">
|
||||||
<title>Screenshots :: Hugo Relearn Theme</title>
|
<title>Screenshots :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/screenshots/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/screenshots/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -121,8 +122,8 @@
|
|||||||
<p><strong>Remarks</strong>:</p>
|
<p><strong>Remarks</strong>:</p>
|
||||||
<p>The location is mandatory due to Hugo’s theme site builder.</p>
|
<p>The location is mandatory due to Hugo’s theme site builder.</p>
|
||||||
<p><strong>Preview</strong> <code>images/screenshot.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/screenshot.png</code>:</p>
|
||||||
<p><a href="#R-image-9d0a135c474ee354f52a90834f057091" class="lightbox-link"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-158db7d640dc8ba47dff684db5a63a0e" class="lightbox-link"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9d0a135c474ee354f52a90834f057091"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-158db7d640dc8ba47dff684db5a63a0e"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="hero-image">Hero Image</h2>
|
<h2 id="hero-image">Hero Image</h2>
|
||||||
<p><strong>Content</strong>:</p>
|
<p><strong>Content</strong>:</p>
|
||||||
<p>Show the <a href="#demo-screenshot">Demo Screenshot</a> page on different devices and different themes. Composition of the different device screenshots into a template.</p>
|
<p>Show the <a href="#demo-screenshot">Demo Screenshot</a> page on different devices and different themes. Composition of the different device screenshots into a template.</p>
|
||||||
@ -151,11 +152,11 @@
|
|||||||
<p><strong>Remarks</strong>:</p>
|
<p><strong>Remarks</strong>:</p>
|
||||||
<p>The location of <code>images/tn.png</code> is mandatory due to Hugo’s theme site builder.</p>
|
<p>The location of <code>images/tn.png</code> is mandatory due to Hugo’s theme site builder.</p>
|
||||||
<p><strong>Preview</strong> <code>images/hero.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/hero.png</code>:</p>
|
||||||
<p><a href="#R-image-31d3c62aa201e0793d168f1b02f0d6c8" class="lightbox-link"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-9d78890d3bf4a8b282681a505bcccaba" class="lightbox-link"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-31d3c62aa201e0793d168f1b02f0d6c8"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9d78890d3bf4a8b282681a505bcccaba"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p><strong>Preview</strong> <code>images/tn.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/tn.png</code>:</p>
|
||||||
<p><a href="#R-image-a7fb5ee3fb9742edc2a1296c8b5484d2" class="lightbox-link"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-e1d11973bdd8a229ec2ba0583e196ee6" class="lightbox-link"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a7fb5ee3fb9742edc2a1296c8b5484d2"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e1d11973bdd8a229ec2ba0583e196ee6"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
</footer>
|
</footer>
|
||||||
@ -164,8 +165,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
69
index.html
69
index.html
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Hugo Relearn Theme" />
|
<meta property="og:title" content="Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Hugo Relearn Theme"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Hugo Relearn Theme</title>
|
<title>Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="./index.xml" rel="alternate" type="application/rss+xml" title="Hugo Relearn Theme">
|
<link href="./index.xml" rel="alternate" type="application/rss+xml" title="Hugo Relearn Theme">
|
||||||
<link href="./index.print.html" rel="alternate" type="text/html" title="Hugo Relearn Theme">
|
<link href="./index.print.html" rel="alternate" type="text/html" title="Hugo Relearn Theme">
|
||||||
<link href="./images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="./images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="./css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="./css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="./css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="./css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="./css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="./css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="./css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="./css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="./css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="./css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="./css/theme.css?1697023054" rel="stylesheet">
|
<link href="./css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="./css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="./css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="./css/variant.css?1697023054" rel="stylesheet">
|
<link href="./css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="./css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="./css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="./css/ie.css?1697023054" rel="stylesheet">
|
<link href="./css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="./js/url.js?1697023054"></script>
|
<script src="./js/url.js?1697038352"></script>
|
||||||
<script src="./js/variant.js?1697023054"></script>
|
<script src="./js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -140,8 +141,8 @@
|
|||||||
|
|
||||||
<p>A theme for <a href="https://gohugo.io/" target="_blank">Hugo</a> designed for documentation.</p>
|
<p>A theme for <a href="https://gohugo.io/" target="_blank">Hugo</a> designed for documentation.</p>
|
||||||
<p><a href="./basics/migration/">★ What’s new in the latest release ★</a></p>
|
<p><a href="./basics/migration/">★ What’s new in the latest release ★</a></p>
|
||||||
<p><a href="#R-image-8f5ef07e32af767b58190a07ac9da6cc" class="lightbox-link"><img src="images/hero.png?width=100%25&height=100%25" alt="Image of the Relearn theme in light and dark mode on phone, tablet and desktop" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-6c2e8a668c19d20c482f3d97ab741fcc" class="lightbox-link"><img src="images/hero.png?width=100%25&height=100%25" alt="Image of the Relearn theme in light and dark mode on phone, tablet and desktop" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8f5ef07e32af767b58190a07ac9da6cc"><img src="images/hero.png?width=100%25&height=100%25" alt="Image of the Relearn theme in light and dark mode on phone, tablet and desktop" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6c2e8a668c19d20c482f3d97ab741fcc"><img src="images/hero.png?width=100%25&height=100%25" alt="Image of the Relearn theme in light and dark mode on phone, tablet and desktop" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="motivation">Motivation</h2>
|
<h2 id="motivation">Motivation</h2>
|
||||||
<p>The theme is a fork of the great <a href="https://github.com/matcornic/hugo-theme-learn" target="_blank">Learn theme</a> 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.</p>
|
<p>The theme is a fork of the great <a href="https://github.com/matcornic/hugo-theme-learn" target="_blank">Learn theme</a> 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.</p>
|
||||||
<h2 id="features">Features</h2>
|
<h2 id="features">Features</h2>
|
||||||
@ -316,12 +317,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="./js/auto-complete.js?1697023054" defer></script>
|
<script src="./js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="./js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="./js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="./js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="./js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="./js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="./js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="./js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="./js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="./js/search.js?1697023054" defer></script>
|
<script src="./js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -478,13 +479,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="./js/github-buttons.js?1697023054"></script>
|
<script async src="./js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="./js/clipboard.min.js?1697023054" defer></script>
|
<script src="./js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="./js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="./js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="./js/theme.js?1697023054" defer></script>
|
<script src="./js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
295
index.print.html
295
index.print.html
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Hugo Relearn Theme" />
|
<meta property="og:title" content="Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Hugo Relearn Theme"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Hugo Relearn Theme</title>
|
<title>Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/index.html" rel="canonical" type="text/html" title="Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/index.html" rel="canonical" type="text/html" title="Hugo Relearn Theme">
|
||||||
<link href="./index.xml" rel="alternate" type="application/rss+xml" title="Hugo Relearn Theme">
|
<link href="./index.xml" rel="alternate" type="application/rss+xml" title="Hugo Relearn Theme">
|
||||||
<link href="./images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="./images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="./css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="./css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="./css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="./css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="./css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="./css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="./css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="./css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="./css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="./css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="./css/theme.css?1697023055" rel="stylesheet">
|
<link href="./css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="./css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="./css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="./css/variant.css?1697023055" rel="stylesheet">
|
<link href="./css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="./css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="./css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="./css/format-print.css?1697023055" rel="stylesheet">
|
<link href="./css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="./css/ie.css?1697023055" rel="stylesheet">
|
<link href="./css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="./js/url.js?1697023055"></script>
|
<script src="./js/url.js?1697038353"></script>
|
||||||
<script src="./js/variant.js?1697023055"></script>
|
<script src="./js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -91,8 +92,8 @@
|
|||||||
|
|
||||||
<p>A theme for <a href="https://gohugo.io/" target="_blank">Hugo</a> designed for documentation.</p>
|
<p>A theme for <a href="https://gohugo.io/" target="_blank">Hugo</a> designed for documentation.</p>
|
||||||
<p><a href="./basics/migration/">★ What’s new in the latest release ★</a></p>
|
<p><a href="./basics/migration/">★ What’s new in the latest release ★</a></p>
|
||||||
<p><a href="#R-image-8f5ef07e32af767b58190a07ac9da6cc" class="lightbox-link"><img src="./images/hero.png?width=100%25&height=100%25" alt="Image of the Relearn theme in light and dark mode on phone, tablet and desktop" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-6c2e8a668c19d20c482f3d97ab741fcc" class="lightbox-link"><img src="./images/hero.png?width=100%25&height=100%25" alt="Image of the Relearn theme in light and dark mode on phone, tablet and desktop" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8f5ef07e32af767b58190a07ac9da6cc"><img src="./images/hero.png?width=100%25&height=100%25" alt="Image of the Relearn theme in light and dark mode on phone, tablet and desktop" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6c2e8a668c19d20c482f3d97ab741fcc"><img src="./images/hero.png?width=100%25&height=100%25" alt="Image of the Relearn theme in light and dark mode on phone, tablet and desktop" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="motivation">Motivation</h2>
|
<h2 id="motivation">Motivation</h2>
|
||||||
<p>The theme is a fork of the great <a href="https://github.com/matcornic/hugo-theme-learn" target="_blank">Learn theme</a> 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.</p>
|
<p>The theme is a fork of the great <a href="https://github.com/matcornic/hugo-theme-learn" target="_blank">Learn theme</a> 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.</p>
|
||||||
<h2 id="features">Features</h2>
|
<h2 id="features">Features</h2>
|
||||||
@ -1003,8 +1004,8 @@
|
|||||||
|
|
||||||
<p>Thanks to the simplicity of Hugo, this page is as empty as this theme needs requirements.</p>
|
<p>Thanks to the simplicity of Hugo, this page is as empty as this theme needs requirements.</p>
|
||||||
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> of the <a href="https://gohugo.io/getting-started/installing/" target="_blank">Hugo binary</a> for your OS (Windows, Linux, Mac).</p>
|
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> of the <a href="https://gohugo.io/getting-started/installing/" target="_blank">Hugo binary</a> for your OS (Windows, Linux, Mac).</p>
|
||||||
<p><a href="#R-image-ee2a896018b7067a0ae1eca3b61553a9" class="lightbox-link"><img src="./basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-7cf33561ee2729b7504a555f346a94bf" class="lightbox-link"><img src="./basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ee2a896018b7067a0ae1eca3b61553a9"><img src="./basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7cf33561ee2729b7504a555f346a94bf"><img src="./basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
<div class=" taxonomy-categories term-list cstyle " title="Categories" style="--VARIABLE-TAGS-BG-color: var(--INTERNAL-TAG-BG-color);">
|
<div class=" taxonomy-categories term-list cstyle " title="Categories" style="--VARIABLE-TAGS-BG-color: var(--INTERNAL-TAG-BG-color);">
|
||||||
@ -1052,8 +1053,8 @@
|
|||||||
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
||||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
||||||
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
</span></span><span class="line"><span class="cl">Discover what this Hugo theme is all about and the core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
||||||
<p><a href="#R-image-2909e2a7d5a710cdd5255e8f43759fee" class="lightbox-link"><img src="./basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-8814cb92405035a3bed24abd13eeda27" class="lightbox-link"><img src="./basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2909e2a7d5a710cdd5255e8f43759fee"><img src="./basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-8814cb92405035a3bed24abd13eeda27"><img src="./basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
<p>The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By opening the given file, you should see the property <code>chapter=true</code> on top, meaning this page is a <em>chapter</em>.</p>
|
||||||
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
<p>By default all chapters and pages are created as a draft. If you want to render these pages, remove the property <code>draft: true</code> from the metadata.</p>
|
||||||
@ -1210,8 +1211,8 @@
|
|||||||
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>config.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
<p>You can add a dedicated search page for your page by adding the <code>SEARCHPAGE</code> outputformat to your home page by adding the following lines in your <code>config.toml</code> file. This will cause Hugo to generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
||||||
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>You can access this page by either clicking on the magnifier glass or by typing some search term and pressing <code>ENTER</code> inside of the menu’s search box .</p>
|
||||||
<p><a href="#R-image-87bbc233992d62ccf53ee1590d39886e" class="lightbox-link"><img src="./basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-327ea0c623c37d8f801517a95851cce9" class="lightbox-link"><img src="./basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-87bbc233992d62ccf53ee1590d39886e"><img src="./basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-327ea0c623c37d8f801517a95851cce9"><img src="./basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<div class="box notices cstyle note">
|
<div class="box notices cstyle note">
|
||||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Note</div>
|
||||||
@ -1265,8 +1266,8 @@ appearance, you will have to configure two parameters for the defined languages:
|
|||||||
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params are not configured for a specific language, they will get their
|
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params are not configured for a specific language, they will get their
|
||||||
default values:</p>
|
default values:</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>The home button is going to look like this:</p>
|
||||||
<p><a href="#R-image-2923ced9eff6c4bc1bf5d1e611a770f5" class="lightbox-link"><img src="./basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-788a091e6b6d3d693a38028f1d4ffff7" class="lightbox-link"><img src="./basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2923ced9eff6c4bc1bf5d1e611a770f5"><img src="./basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-788a091e6b6d3d693a38028f1d4ffff7"><img src="./basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
||||||
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
<p>You can add social media meta tags for the <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> and <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> to your site. These are configured as mentioned in the Hugo docs.</p>
|
||||||
|
|
||||||
@ -1447,13 +1448,13 @@ If you have requirements to support IE and/or older browser versions, use one of
|
|||||||
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
||||||
|
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-54e2da071d20a08f6508f1b2efee69dd" aria-controls="R-expandcontent-54e2da071d20a08f6508f1b2efee69dd" >
|
<input type="checkbox" id="R-expand-d00d4e3596ccfeb2d4068b794bccdf94" aria-controls="R-expandcontent-d00d4e3596ccfeb2d4068b794bccdf94" >
|
||||||
<label class="expand-label" for="R-expand-54e2da071d20a08f6508f1b2efee69dd" >
|
<label class="expand-label" for="R-expand-d00d4e3596ccfeb2d4068b794bccdf94" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Show usage instructions
|
Show usage instructions
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-54e2da071d20a08f6508f1b2efee69dd" class="expand-content">
|
<div id="R-expandcontent-d00d4e3596ccfeb2d4068b794bccdf94" class="expand-content">
|
||||||
|
|
||||||
<p>To get started, first select a color variant from the variant switch in the lower left sidebar that fits you best as a starting point.</p>
|
<p>To get started, first select a color variant from the variant switch in the lower left sidebar that fits you best as a starting point.</p>
|
||||||
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
<p>The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph <strong>and the page</strong> will update accordingly.</p>
|
||||||
@ -1513,8 +1514,8 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
<h1 id="topbar-modification">Topbar Modification</h1>
|
<h1 id="topbar-modification">Topbar Modification</h1>
|
||||||
|
|
||||||
<p>The theme comes with a reasonably configured topbar.</p>
|
<p>The theme comes with a reasonably configured topbar.</p>
|
||||||
<p><a href="#R-image-44c1110db953eaf3fd552e9ec1ee1875" class="lightbox-link"><img src="./basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-d3804fbb737b1b7e9cfdda2dcfb3d8cf" class="lightbox-link"><img src="./basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-44c1110db953eaf3fd552e9ec1ee1875"><img src="./basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d3804fbb737b1b7e9cfdda2dcfb3d8cf"><img src="./basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
<p>Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.</p>
|
||||||
|
|
||||||
<div class="box notices cstyle tip">
|
<div class="box notices cstyle tip">
|
||||||
@ -1526,8 +1527,8 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
</div>
|
</div>
|
||||||
<h2 id="areas">Areas</h2>
|
<h2 id="areas">Areas</h2>
|
||||||
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
<p>The default configuration comes with three predefined areas that may contain an arbitrary set of buttons.</p>
|
||||||
<p><a href="#R-image-cf809640a3510138b94cff4923f140f1" class="lightbox-link"><img src="./basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-c29e72385b9b744446781cb6eeafa6a1" class="lightbox-link"><img src="./basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-cf809640a3510138b94cff4923f140f1"><img src="./basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c29e72385b9b744446781cb6eeafa6a1"><img src="./basics/topbar/topbar-areas.png" alt="Topbar with default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu and breadcrumb</li>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on the opposite breadcrumb side in comparison to the <em>start</em> area</li>
|
||||||
@ -3218,8 +3219,8 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-2c3a9cfbc28680c658989715510c6338" class="lightbox-link"><img src="./cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-a42c217b96ba558d95b712a10a958a4a" class="lightbox-link"><img src="./cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2c3a9cfbc28680c658989715510c6338"><img src="./cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a42c217b96ba558d95b712a10a958a4a"><img src="./cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title with icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h3 id="ordering-sibling-menupage-entries">Ordering sibling menu/page entries</h3>
|
<h3 id="ordering-sibling-menupage-entries">Ordering sibling menu/page entries</h3>
|
||||||
<p>Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flexible way</a> to handle order for your pages.</p>
|
<p>Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flexible way</a> to handle order for your pages.</p>
|
||||||
<p>The simplest way is to set <code>weight</code> parameter to a number.</p>
|
<p>The simplest way is to set <code>weight</code> parameter to a number.</p>
|
||||||
@ -3267,8 +3268,8 @@ We’ve added the <code>menuTitle</code> parameter for that purpose:</p>
|
|||||||
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
||||||
<h3 id="archetypes-home">Home</h3>
|
<h3 id="archetypes-home">Home</h3>
|
||||||
<p>A <strong>Home</strong> page is the starting page of your project. It’s best to have only one page of this kind in your project.</p>
|
<p>A <strong>Home</strong> page is the starting page of your project. It’s best to have only one page of this kind in your project.</p>
|
||||||
<p><a href="#R-image-b6aaeed278bbebe948a6756f6facec5b" class="lightbox-link"><img src="./cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-9f1f7f9b95047e862058b96be5042b9e" class="lightbox-link"><img src="./cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6aaeed278bbebe948a6756f6facec5b"><img src="./cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9f1f7f9b95047e862058b96be5042b9e"><img src="./cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a home page, run the following command</p>
|
<p>To create a home page, run the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -3278,8 +3279,8 @@ We’ve added the <code>menuTitle</code> parameter for that purpose:</p>
|
|||||||
</span></span><span class="line"><span class="cl">
|
</span></span><span class="line"><span class="cl">
|
||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
||||||
<p>A <strong>Chapter</strong> displays a page meant to be used as introduction for a set of child pages. Commonly, it contains a simple title and a catch line to define content that can be found below it.</p>
|
<p>A <strong>Chapter</strong> displays a page meant to be used as introduction for a set of child pages. Commonly, it contains a simple title and a catch line to define content that can be found below it.</p>
|
||||||
<p><a href="#R-image-ffa211f9c109a1c4c285b626fc1d2c72" class="lightbox-link"><img src="./cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-599702e1bccfc1cfba0b559a74b2c295" class="lightbox-link"><img src="./cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ffa211f9c109a1c4c285b626fc1d2c72"><img src="./cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-599702e1bccfc1cfba0b559a74b2c295"><img src="./cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a chapter page, run the following command</p>
|
<p>To create a chapter page, run the following command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -3291,8 +3292,8 @@ We’ve added the <code>menuTitle</code> parameter for that purpose:</p>
|
|||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace the <code>X</code> with a number. Because this number 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 level.</p>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace the <code>X</code> with a number. Because this number 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 level.</p>
|
||||||
<h3 id="archetypes-default">Default</h3>
|
<h3 id="archetypes-default">Default</h3>
|
||||||
<p>A <strong>Default</strong> page is any other content page. If you set an unknown archetype in your frontmatter, this archetype will be used to generate the page.</p>
|
<p>A <strong>Default</strong> page is any other content page. If you set an unknown archetype in your frontmatter, this archetype will be used to generate the page.</p>
|
||||||
<p><a href="#R-image-824dd39a2b2909b0814979015a46c678" class="lightbox-link"><img src="./cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-b6d3765831414d95b78e09dcb40fa95c" class="lightbox-link"><img src="./cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-824dd39a2b2909b0814979015a46c678"><img src="./cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6d3765831414d95b78e09dcb40fa95c"><img src="./cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>To create a default page, run either one of the following commands</p>
|
<p>To create a default page, run either one of the following commands</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads to a file with the following content</p>
|
||||||
@ -3864,8 +3865,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-e8b06cda9fdb1142fa11ffb318a7af1c" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-7f73503125f00b46ef8e25d5e93ca6da" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e8b06cda9fdb1142fa11ffb318a7af1c"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7f73503125f00b46ef8e25d5e93ca6da"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-with-tooltip">Image with Tooltip</h3>
|
<h3 id="image-with-tooltip">Image with Tooltip</h3>
|
||||||
@ -3875,8 +3876,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-43416105511e2be40b1b4ab47a9a4abd" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-9b306d2ae1478e11cad08ba95d7d82a4" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-43416105511e2be40b1b4ab47a9a4abd"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9b306d2ae1478e11cad08ba95d7d82a4"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-references">Image References</h3>
|
<h3 id="image-references">Image References</h3>
|
||||||
@ -3888,8 +3889,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-04040cfffb30d8338bc6319818e864e8" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-29ebbb16fdf2e9d65a8bb3fb8e9d9deb" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-04040cfffb30d8338bc6319818e864e8"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-29ebbb16fdf2e9d65a8bb3fb8e9d9deb"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-effects">Image Effects</h3>
|
<h3 id="image-effects">Image Effects</h3>
|
||||||
@ -3901,8 +3902,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-39e23414b70c43ded18688acd042f32f" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-d8d05478e310a2205c1dc873898ad6ae" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-39e23414b70c43ded18688acd042f32f"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d8d05478e310a2205c1dc873898ad6ae"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -3910,8 +3911,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-446aa34f256f8c5650c5d79092e44b0b" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-bb79cbea8ef194ee466416923b9f6399" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-446aa34f256f8c5650c5d79092e44b0b"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-bb79cbea8ef194ee466416923b9f6399"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -3919,8 +3920,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b8f4c8e4c342b898af25b6c54557a7be" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
<p><a href="#R-image-5c4460bd5425e266364966cbd65cb1e3" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b8f4c8e4c342b898af25b6c54557a7be"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-5c4460bd5425e266364966cbd65cb1e3"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="css-classes">CSS Classes</h4>
|
<h4 id="css-classes">CSS Classes</h4>
|
||||||
@ -3931,8 +3932,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-3b54d41bf3ef7fc83c2db39ccc7ac4a6" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-db107dfc2f92f6349a83e98173756356" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-3b54d41bf3ef7fc83c2db39ccc7ac4a6"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-db107dfc2f92f6349a83e98173756356"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="border">Border</h5>
|
<h5 id="border">Border</h5>
|
||||||
@ -3941,8 +3942,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-a7514fc42bbc98b398ce2b43f466478a" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-9ed961160089345ee3d24483e4ab8f8b" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a7514fc42bbc98b398ce2b43f466478a"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9ed961160089345ee3d24483e4ab8f8b"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="left">Left</h5>
|
<h5 id="left">Left</h5>
|
||||||
@ -3951,8 +3952,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-c8475ff6d4f9c1e79987811b3564a21e" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-0fe44dc632dcd731d01bcbc3cbdd87e7" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c8475ff6d4f9c1e79987811b3564a21e"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-0fe44dc632dcd731d01bcbc3cbdd87e7"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="right">Right</h5>
|
<h5 id="right">Right</h5>
|
||||||
@ -3961,8 +3962,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-bed66c91227e8c88affa3817793be1f9" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-4d599ab93c2c8391fe70898dcea7ae3e" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-bed66c91227e8c88affa3817793be1f9"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4d599ab93c2c8391fe70898dcea7ae3e"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="inline">Inline</h5>
|
<h5 id="inline">Inline</h5>
|
||||||
@ -3974,14 +3975,14 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b78471d625d5bbf7600990c8ea7fff2d" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<p><a href="#R-image-731fc7b4fb6f6387fae9d9b6249a3612" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b78471d625d5bbf7600990c8ea7fff2d"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-731fc7b4fb6f6387fae9d9b6249a3612"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-b8ba14c4a48891e9d5aa688787146d1b" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-badc02d4886fd1e6f279f725e4dab589" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b8ba14c4a48891e9d5aa688787146d1b"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-badc02d4886fd1e6f279f725e4dab589"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-df22f51e5a9cf59ca7a766c1833f6d81" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-db10db41ead44733309b9ed1243d35d2" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-df22f51e5a9cf59ca7a766c1833f6d81"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-db10db41ead44733309b9ed1243d35d2"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-1fe1571fd78b601813416f28fae6642b" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-a90faa532fdc19abdd89d154ca55837e" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-1fe1571fd78b601813416f28fae6642b"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a90faa532fdc19abdd89d154ca55837e"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="combination">Combination</h5>
|
<h5 id="combination">Combination</h5>
|
||||||
@ -3990,8 +3991,8 @@ line 3 of code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-755c213a41819639830656e94bc55a22" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-2d0d32d52698ebe7fef3efb9d439125e" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-755c213a41819639830656e94bc55a22"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2d0d32d52698ebe7fef3efb9d439125e"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="lightbox">Lightbox</h4>
|
<h4 id="lightbox">Lightbox</h4>
|
||||||
@ -4030,13 +4031,13 @@ line 3 of code
|
|||||||
<p>Without any settings in your <code>config.toml</code> this defaults to</p>
|
<p>Without any settings in your <code>config.toml</code> this defaults to</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="0040bbd52b85e3eece83bb8c0fdf2391">
|
<div class="tab-panel" data-tab-group="ea811b604071ccd0d8cc8e47a32538ac">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="configtoml"
|
data-tab-item="configtoml"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('0040bbd52b85e3eece83bb8c0fdf2391','configtoml')"
|
onclick="switchTab('ea811b604071ccd0d8cc8e47a32538ac','configtoml')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">config.toml</span>
|
<span class="tab-nav-text">config.toml</span>
|
||||||
</button>
|
</button>
|
||||||
@ -4057,13 +4058,13 @@ line 3 of code
|
|||||||
</div><p>This can be overridden in a pages frontmatter by eg.</p>
|
</div><p>This can be overridden in a pages frontmatter by eg.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="c6e3726f50ad158c6be9859aa16cbe8c">
|
<div class="tab-panel" data-tab-group="c45e9588d918c722a5192d10111b64b9">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="frontmatter"
|
data-tab-item="frontmatter"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('c6e3726f50ad158c6be9859aa16cbe8c','frontmatter')"
|
onclick="switchTab('c45e9588d918c722a5192d10111b64b9','frontmatter')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">frontmatter</span>
|
<span class="tab-nav-text">frontmatter</span>
|
||||||
</button>
|
</button>
|
||||||
@ -4083,13 +4084,13 @@ line 3 of code
|
|||||||
</div><p>Or by explicitly override settings by URL query parameter</p>
|
</div><p>Or by explicitly override settings by URL query parameter</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="ae6856cbef3ae70398a85cbbc7f587a5">
|
<div class="tab-panel" data-tab-group="e1c33ffcaf2287e20f87be48a0f4d9ad">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="url"
|
data-tab-item="url"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('ae6856cbef3ae70398a85cbbc7f587a5','url')"
|
onclick="switchTab('e1c33ffcaf2287e20f87be48a0f4d9ad','url')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">URL</span>
|
<span class="tab-nav-text">URL</span>
|
||||||
</button>
|
</button>
|
||||||
@ -4106,13 +4107,13 @@ line 3 of code
|
|||||||
</div><p>The settings applied to the above image would be</p>
|
</div><p>The settings applied to the above image would be</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="72a52b31f4b6c1a2142718dfc6033e01">
|
<div class="tab-panel" data-tab-group="051752e7885d90306131e0e5858fea87">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="result"
|
data-tab-item="result"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('72a52b31f4b6c1a2142718dfc6033e01','result')"
|
onclick="switchTab('051752e7885d90306131e0e5858fea87','result')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Result</span>
|
<span class="tab-nav-text">Result</span>
|
||||||
</button>
|
</button>
|
||||||
@ -4132,13 +4133,13 @@ line 3 of code
|
|||||||
</div><p>This ends up in the following HTML where the parameter are converted to CSS classes.</p>
|
</div><p>This ends up in the following HTML where the parameter are converted to CSS classes.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="33086e291cd1445bd5d6ba06fb5da338">
|
<div class="tab-panel" data-tab-group="d3a253adf37b331048426a05621210ea">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="html"
|
data-tab-item="html"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('33086e291cd1445bd5d6ba06fb5da338','html')"
|
onclick="switchTab('d3a253adf37b331048426a05621210ea','html')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">HTML</span>
|
<span class="tab-nav-text">HTML</span>
|
||||||
</button>
|
</button>
|
||||||
@ -4313,8 +4314,8 @@ However, if you want to keep the title but change its value, it can be overridde
|
|||||||
<li>Automatic menu generation from multilingual content</li>
|
<li>Automatic menu generation from multilingual content</li>
|
||||||
<li>In-browser language switching</li>
|
<li>In-browser language switching</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="#R-image-450377734f1ef8534410df05898b04d0" class="lightbox-link"><img src="./cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-95e465a4b70c023d0fbb1533ac97c864" class="lightbox-link"><img src="./cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-450377734f1ef8534410df05898b04d0"><img src="./cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-95e465a4b70c023d0fbb1533ac97c864"><img src="./cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="basic-configuration">Basic configuration</h2>
|
<h2 id="basic-configuration">Basic configuration</h2>
|
||||||
<p>After learning <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Hugo handle multilingual websites</a>, define your languages in your <code>config.toml</code> file.</p>
|
<p>After learning <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Hugo handle multilingual websites</a>, define your languages in your <code>config.toml</code> file.</p>
|
||||||
<p>For example with current English and Piratized English website.</p>
|
<p>For example with current English and Piratized English website.</p>
|
||||||
@ -5732,13 +5733,13 @@ So its content is used as description.</p>
|
|||||||
<p>The <code>expand</code> shortcode displays an expandable/collapsible section of text.</p>
|
<p>The <code>expand</code> shortcode displays an expandable/collapsible section of text.</p>
|
||||||
|
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-82f0294e2777efe1136c7ece01a703c9" aria-controls="R-expandcontent-82f0294e2777efe1136c7ece01a703c9" >
|
<input type="checkbox" id="R-expand-0c7f5cde8ccadff9fdb8d7eb0a839123" aria-controls="R-expandcontent-0c7f5cde8ccadff9fdb8d7eb0a839123" >
|
||||||
<label class="expand-label" for="R-expand-82f0294e2777efe1136c7ece01a703c9" >
|
<label class="expand-label" for="R-expand-0c7f5cde8ccadff9fdb8d7eb0a839123" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Expand me…
|
Expand me…
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-82f0294e2777efe1136c7ece01a703c9" class="expand-content">
|
<div id="R-expandcontent-0c7f5cde8ccadff9fdb8d7eb0a839123" class="expand-content">
|
||||||
|
|
||||||
<p>Thank you!</p>
|
<p>Thank you!</p>
|
||||||
<p>That’s some text with a footnote<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p>
|
<p>That’s some text with a footnote<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p>
|
||||||
@ -5856,26 +5857,26 @@ So its content is used as description.</p>
|
|||||||
<h3 id="all-defaults">All Defaults</h3>
|
<h3 id="all-defaults">All Defaults</h3>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-go" data-lang="go"><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="nx">expand</span> <span class="o">%</span><span class="p">}}</span><span class="nx">Yes</span><span class="p">,</span> <span class="nx">you</span> <span class="nx">did</span> <span class="nx">it</span><span class="p">!{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">expand</span> <span class="o">%</span><span class="p">}}</span></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-go" data-lang="go"><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="nx">expand</span> <span class="o">%</span><span class="p">}}</span><span class="nx">Yes</span><span class="p">,</span> <span class="nx">you</span> <span class="nx">did</span> <span class="nx">it</span><span class="p">!{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">expand</span> <span class="o">%</span><span class="p">}}</span></span></span></code></pre></div>
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-d629125feb30a580e45ecdf1714ea8e6" aria-controls="R-expandcontent-d629125feb30a580e45ecdf1714ea8e6" >
|
<input type="checkbox" id="R-expand-19ffd9503dd160764fcaa7f557b15849" aria-controls="R-expandcontent-19ffd9503dd160764fcaa7f557b15849" >
|
||||||
<label class="expand-label" for="R-expand-d629125feb30a580e45ecdf1714ea8e6" >
|
<label class="expand-label" for="R-expand-19ffd9503dd160764fcaa7f557b15849" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Expand me…
|
Expand me…
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-d629125feb30a580e45ecdf1714ea8e6" class="expand-content">
|
<div id="R-expandcontent-19ffd9503dd160764fcaa7f557b15849" class="expand-content">
|
||||||
<p>
|
<p>
|
||||||
Yes, you did it!</div>
|
Yes, you did it!</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="initially-expanded">Initially Expanded</h3>
|
<h3 id="initially-expanded">Initially Expanded</h3>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-go" data-lang="go"><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="nx">expand</span> <span class="nx">title</span><span class="p">=</span><span class="s">"Expand me..."</span> <span class="nx">open</span><span class="p">=</span><span class="s">"true"</span> <span class="o">%</span><span class="p">}}</span><span class="nx">No</span> <span class="nx">need</span> <span class="nx">to</span> <span class="nx">press</span> <span class="nx">you</span><span class="p">!{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">expand</span> <span class="o">%</span><span class="p">}}</span></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-go" data-lang="go"><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="nx">expand</span> <span class="nx">title</span><span class="p">=</span><span class="s">"Expand me..."</span> <span class="nx">open</span><span class="p">=</span><span class="s">"true"</span> <span class="o">%</span><span class="p">}}</span><span class="nx">No</span> <span class="nx">need</span> <span class="nx">to</span> <span class="nx">press</span> <span class="nx">you</span><span class="p">!{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">expand</span> <span class="o">%</span><span class="p">}}</span></span></span></code></pre></div>
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-32113517fe3098cf1703853bee08f421" aria-controls="R-expandcontent-32113517fe3098cf1703853bee08f421" checked>
|
<input type="checkbox" id="R-expand-d5743473c8a76f0a6b8d0ca04251bcd9" aria-controls="R-expandcontent-d5743473c8a76f0a6b8d0ca04251bcd9" checked>
|
||||||
<label class="expand-label" for="R-expand-32113517fe3098cf1703853bee08f421" >
|
<label class="expand-label" for="R-expand-d5743473c8a76f0a6b8d0ca04251bcd9" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Expand me…
|
Expand me…
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-32113517fe3098cf1703853bee08f421" class="expand-content">
|
<div id="R-expandcontent-d5743473c8a76f0a6b8d0ca04251bcd9" class="expand-content">
|
||||||
<p>
|
<p>
|
||||||
No need to press you!</div>
|
No need to press you!</div>
|
||||||
</div>
|
</div>
|
||||||
@ -5896,13 +5897,13 @@ No need to press you!</div>
|
|||||||
</span></span><span class="line"><span class="cl"><span class="p">></span> <span class="nx">the</span> <span class="nx">possibilities</span> <span class="nx">are</span> <span class="nf">endless</span> <span class="p">(</span><span class="nx">almost</span> <span class="o">-</span> <span class="nx">including</span> <span class="nx">other</span> <span class="nx">shortcodes</span> <span class="nx">may</span> <span class="nx">or</span> <span class="nx">may</span> <span class="nx">not</span> <span class="nx">work</span><span class="p">)</span>
|
</span></span><span class="line"><span class="cl"><span class="p">></span> <span class="nx">the</span> <span class="nx">possibilities</span> <span class="nx">are</span> <span class="nf">endless</span> <span class="p">(</span><span class="nx">almost</span> <span class="o">-</span> <span class="nx">including</span> <span class="nx">other</span> <span class="nx">shortcodes</span> <span class="nx">may</span> <span class="nx">or</span> <span class="nx">may</span> <span class="nx">not</span> <span class="nx">work</span><span class="p">)</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">expand</span> <span class="o">%</span><span class="p">}}</span></span></span></code></pre></div>
|
</span></span><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">expand</span> <span class="o">%</span><span class="p">}}</span></span></span></code></pre></div>
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-0e46006311a1ff0d63f5ea5827cd3bbe" aria-controls="R-expandcontent-0e46006311a1ff0d63f5ea5827cd3bbe" >
|
<input type="checkbox" id="R-expand-dd7d2a25d9284fe5f25444e75bb96216" aria-controls="R-expandcontent-dd7d2a25d9284fe5f25444e75bb96216" >
|
||||||
<label class="expand-label" for="R-expand-0e46006311a1ff0d63f5ea5827cd3bbe" >
|
<label class="expand-label" for="R-expand-dd7d2a25d9284fe5f25444e75bb96216" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Show me almost <strong>endless</strong> possibilities
|
Show me almost <strong>endless</strong> possibilities
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-0e46006311a1ff0d63f5ea5827cd3bbe" class="expand-content">
|
<div id="R-expandcontent-dd7d2a25d9284fe5f25444e75bb96216" class="expand-content">
|
||||||
|
|
||||||
<p>You can add standard markdown syntax:</p>
|
<p>You can add standard markdown syntax:</p>
|
||||||
<ul>
|
<ul>
|
||||||
@ -5930,13 +5931,13 @@ No need to press you!</div>
|
|||||||
<p>The <code>highlight</code> shortcode renders your code with a syntax highlighter.</p>
|
<p>The <code>highlight</code> shortcode renders your code with a syntax highlighter.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="79bb8b2f72ac1831f3be16520294508c">
|
<div class="tab-panel" data-tab-group="4ad701175d5aef101deadc9afd0ccf17">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="python"
|
data-tab-item="python"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('79bb8b2f72ac1831f3be16520294508c','python')"
|
onclick="switchTab('4ad701175d5aef101deadc9afd0ccf17','python')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">python</span>
|
<span class="tab-nav-text">python</span>
|
||||||
</button>
|
</button>
|
||||||
@ -6141,13 +6142,13 @@ No need to press you!</div>
|
|||||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>print("Hello World!")
|
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>print("Hello World!")
|
||||||
</span></span><span class="line"><span class="cl">```</span></span></code></pre></div>
|
</span></span><span class="line"><span class="cl">```</span></span></code></pre></div>
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="64229de654c8b597d6f608541299ae37">
|
<div class="tab-panel" data-tab-group="e437bd646777e1f9f719467346da1ec3">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="python"
|
data-tab-item="python"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('64229de654c8b597d6f608541299ae37','python')"
|
onclick="switchTab('e437bd646777e1f9f719467346da1ec3','python')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">python</span>
|
<span class="tab-nav-text">python</span>
|
||||||
</button>
|
</button>
|
||||||
@ -7626,7 +7627,7 @@ Electricity grid,H2 conversion,27.14
|
|||||||
<div class="sc-openapi-wrapper is-loading helper-loading-container">
|
<div class="sc-openapi-wrapper is-loading helper-loading-container">
|
||||||
<div
|
<div
|
||||||
class="sc-openapi-container"
|
class="sc-openapi-container"
|
||||||
id="R-openapi-edebc5229b3e14e9349fa3aae1ee57a5"
|
id="R-openapi-16e134ff8554622e824980f48daf9e50"
|
||||||
data-openapi-url="./shortcodes/openapi/petstore.json"
|
data-openapi-url="./shortcodes/openapi/petstore.json"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
@ -7722,13 +7723,13 @@ Electricity grid,H2 conversion,27.14
|
|||||||
<p>To use formatted parameter, add this in your <code>config.toml</code>:</p>
|
<p>To use formatted parameter, add this in your <code>config.toml</code>:</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">markup</span><span class="p">.</span><span class="nx">goldmark</span><span class="p">.</span><span class="nx">renderer</span><span class="p">]</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">markup</span><span class="p">.</span><span class="nx">goldmark</span><span class="p">.</span><span class="nx">renderer</span><span class="p">]</span>
|
||||||
</span></span><span class="line"><span class="cl"> <span class="nx">unsafe</span> <span class="p">=</span> <span class="kc">true</span></span></span></code></pre></div>
|
</span></span><span class="line"><span class="cl"> <span class="nx">unsafe</span> <span class="p">=</span> <span class="kc">true</span></span></span></code></pre></div>
|
||||||
<div class="tab-panel" data-tab-group="ccaaed6ed118cf01a840659c45bec5fd">
|
<div class="tab-panel" data-tab-group="f5c9532f7461db6f52e6406f79cec873">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="configtoml"
|
data-tab-item="configtoml"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('ccaaed6ed118cf01a840659c45bec5fd','configtoml')"
|
onclick="switchTab('f5c9532f7461db6f52e6406f79cec873','configtoml')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">config.toml</span>
|
<span class="tab-nav-text">config.toml</span>
|
||||||
</button>
|
</button>
|
||||||
@ -7760,13 +7761,13 @@ Electricity grid,H2 conversion,27.14
|
|||||||
<p>This is especially useful if you want to flag your code example with an explicit language.</p>
|
<p>This is especially useful if you want to flag your code example with an explicit language.</p>
|
||||||
<p>If you want multiple tabs grouped together you can wrap your tabs into the <a href="./shortcodes/tabs/"><code>tabs</code> shortcode</a>.</p>
|
<p>If you want multiple tabs grouped together you can wrap your tabs into the <a href="./shortcodes/tabs/"><code>tabs</code> shortcode</a>.</p>
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="fa4207c20214f5a1d0dab8d7b667abea">
|
<div class="tab-panel" data-tab-group="fb22f5692531254e361729bc114d9797">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="c"
|
data-tab-item="c"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('fa4207c20214f5a1d0dab8d7b667abea','c')"
|
onclick="switchTab('fb22f5692531254e361729bc114d9797','c')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">c</span>
|
<span class="tab-nav-text">c</span>
|
||||||
</button>
|
</button>
|
||||||
@ -7871,13 +7872,13 @@ Electricity grid,H2 conversion,27.14
|
|||||||
</span></span></span><span class="line"><span class="cl"><span class="s">printf("Hello World!");
|
</span></span></span><span class="line"><span class="cl"><span class="s">printf("Hello World!");
|
||||||
</span></span></span><span class="line"><span class="cl"><span class="s">```</span>
|
</span></span></span><span class="line"><span class="cl"><span class="s">```</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">tab</span> <span class="o">%</span><span class="p">}}</span></span></span></code></pre></div>
|
</span></span><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">tab</span> <span class="o">%</span><span class="p">}}</span></span></span></code></pre></div>
|
||||||
<div class="tab-panel" data-tab-group="d7da526fef6eed3ce2c05ab901c47ea4">
|
<div class="tab-panel" data-tab-group="6b0ca27492b338a8a6a0ba01aecfbbfa">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="code"
|
data-tab-item="code"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('d7da526fef6eed3ce2c05ab901c47ea4','code')"
|
onclick="switchTab('6b0ca27492b338a8a6a0ba01aecfbbfa','code')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Code</span>
|
<span class="tab-nav-text">Code</span>
|
||||||
</button>
|
</button>
|
||||||
@ -7899,13 +7900,13 @@ Electricity grid,H2 conversion,27.14
|
|||||||
</span></span></span><span class="line"><span class="cl"><span class="s">printf("Hello World!");
|
</span></span></span><span class="line"><span class="cl"><span class="s">printf("Hello World!");
|
||||||
</span></span></span><span class="line"><span class="cl"><span class="s">```</span>
|
</span></span></span><span class="line"><span class="cl"><span class="s">```</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">tab</span> <span class="o">%</span><span class="p">}}</span></span></span></code></pre></div>
|
</span></span><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">tab</span> <span class="o">%</span><span class="p">}}</span></span></span></code></pre></div>
|
||||||
<div class="tab-panel" data-tab-group="3759da00f8259cf78560a113e3da30a1">
|
<div class="tab-panel" data-tab-group="5d28784c1a214901b86aad77d732e39f">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="mixed"
|
data-tab-item="mixed"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('3759da00f8259cf78560a113e3da30a1','mixed')"
|
onclick="switchTab('5d28784c1a214901b86aad77d732e39f','mixed')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text"><em><strong>Mixed</strong></em></span>
|
<span class="tab-nav-text"><em><strong>Mixed</strong></em></span>
|
||||||
</button>
|
</button>
|
||||||
@ -7950,41 +7951,41 @@ Electricity grid,H2 conversion,27.14
|
|||||||
</span></span><span class="line"><span class="cl"><span class="nx">This</span> <span class="nx">will</span> <span class="nx">set</span> <span class="nx">the</span> <span class="nx">background</span> <span class="nx">to</span> <span class="nx">a</span> <span class="nx">lighter</span> <span class="nx">version</span> <span class="nx">of</span> <span class="nx">the</span> <span class="nx">chosen</span> <span class="nx">CSS</span> <span class="nx">color</span> <span class="nx">value</span> <span class="nx">and</span> <span class="nx">also</span> <span class="nx">affects</span> <span class="nx">the</span> <span class="nx">chosen</span> <span class="nx">icon</span><span class="p">.</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">This</span> <span class="nx">will</span> <span class="nx">set</span> <span class="nx">the</span> <span class="nx">background</span> <span class="nx">to</span> <span class="nx">a</span> <span class="nx">lighter</span> <span class="nx">version</span> <span class="nx">of</span> <span class="nx">the</span> <span class="nx">chosen</span> <span class="nx">CSS</span> <span class="nx">color</span> <span class="nx">value</span> <span class="nx">and</span> <span class="nx">also</span> <span class="nx">affects</span> <span class="nx">the</span> <span class="nx">chosen</span> <span class="nx">icon</span><span class="p">.</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">tab</span> <span class="o">%</span><span class="p">}}</span>
|
</span></span><span class="line"><span class="cl"><span class="p">{{</span><span class="o">%</span> <span class="o">/</span><span class="nx">tab</span> <span class="o">%</span><span class="p">}}</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="p">{{<</span> <span class="o">/</span><span class="nx">tabs</span> <span class="p">>}}</span></span></span></code></pre></div>
|
</span></span><span class="line"><span class="cl"><span class="p">{{<</span> <span class="o">/</span><span class="nx">tabs</span> <span class="p">>}}</span></span></span></code></pre></div>
|
||||||
<div class="tab-panel" data-tab-group="b10fb841ed1c1fde43d47ef60273fef2">
|
<div class="tab-panel" data-tab-group="a52b8681286b752f9b424cb9c5a3ff65">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="just-colored-style"
|
data-tab-item="just-colored-style"
|
||||||
class="tab-nav-button tab-panel-style cstyle blue active"
|
class="tab-nav-button tab-panel-style cstyle blue active"
|
||||||
onclick="switchTab('b10fb841ed1c1fde43d47ef60273fef2','just-colored-style')"
|
onclick="switchTab('a52b8681286b752f9b424cb9c5a3ff65','just-colored-style')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">just colored style</span>
|
<span class="tab-nav-text">just colored style</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
data-tab-item="just-color"
|
data-tab-item="just-color"
|
||||||
class="tab-nav-button tab-panel-style cstyle filled" style="--VARIABLE-BOX-color: blue;"
|
class="tab-nav-button tab-panel-style cstyle filled" style="--VARIABLE-BOX-color: blue;"
|
||||||
onclick="switchTab('b10fb841ed1c1fde43d47ef60273fef2','just-color')"
|
onclick="switchTab('a52b8681286b752f9b424cb9c5a3ff65','just-color')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">just color</span>
|
<span class="tab-nav-text">just color</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
data-tab-item="default-style-and-color"
|
data-tab-item="default-style-and-color"
|
||||||
class="tab-nav-button tab-panel-style cstyle default" style="--VARIABLE-BOX-color: blue;"
|
class="tab-nav-button tab-panel-style cstyle default" style="--VARIABLE-BOX-color: blue;"
|
||||||
onclick="switchTab('b10fb841ed1c1fde43d47ef60273fef2','default-style-and-color')"
|
onclick="switchTab('a52b8681286b752f9b424cb9c5a3ff65','default-style-and-color')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">default style and color</span>
|
<span class="tab-nav-text">default style and color</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
data-tab-item="just-severity-stylefa-fw-fas-fa-info-circle"
|
data-tab-item="just-severity-stylefa-fw-fas-fa-info-circle"
|
||||||
class="tab-nav-button tab-panel-style cstyle info"
|
class="tab-nav-button tab-panel-style cstyle info"
|
||||||
onclick="switchTab('b10fb841ed1c1fde43d47ef60273fef2','just-severity-stylefa-fw-fas-fa-info-circle')"
|
onclick="switchTab('a52b8681286b752f9b424cb9c5a3ff65','just-severity-stylefa-fw-fas-fa-info-circle')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text"><i class="fa-fw fas fa-info-circle"></i> just severity style</span>
|
<span class="tab-nav-text"><i class="fa-fw fas fa-info-circle"></i> just severity style</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
data-tab-item="severity-style-and-colorfa-fw-fas-fa-info-circle"
|
data-tab-item="severity-style-and-colorfa-fw-fas-fa-info-circle"
|
||||||
class="tab-nav-button tab-panel-style cstyle info" style="--VARIABLE-BOX-color: blue;"
|
class="tab-nav-button tab-panel-style cstyle info" style="--VARIABLE-BOX-color: blue;"
|
||||||
onclick="switchTab('b10fb841ed1c1fde43d47ef60273fef2','severity-style-and-colorfa-fw-fas-fa-info-circle')"
|
onclick="switchTab('a52b8681286b752f9b424cb9c5a3ff65','severity-style-and-colorfa-fw-fas-fa-info-circle')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text"><i class="fa-fw fas fa-info-circle"></i> severity style and color</span>
|
<span class="tab-nav-text"><i class="fa-fw fas fa-info-circle"></i> severity style and color</span>
|
||||||
</button>
|
</button>
|
||||||
@ -8051,27 +8052,27 @@ Electricity grid,H2 conversion,27.14
|
|||||||
<p>This comes in handy eg. for providing code snippets for multiple languages.</p>
|
<p>This comes in handy eg. for providing code snippets for multiple languages.</p>
|
||||||
<p>If you just want a single tab you can instead call the <a href="./shortcodes/tab/"><code>tab</code> shortcode</a> standalone.</p>
|
<p>If you just want a single tab you can instead call the <a href="./shortcodes/tab/"><code>tab</code> shortcode</a> standalone.</p>
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="60b2d5d43fd11e71d903c110a1c0032c">
|
<div class="tab-panel" data-tab-group="6ef3e9e2daeb9bef6d8ffa6d5552e9ed">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">hello.</div>
|
<div class="tab-nav-title">hello.</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="py"
|
data-tab-item="py"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('60b2d5d43fd11e71d903c110a1c0032c','py')"
|
onclick="switchTab('6ef3e9e2daeb9bef6d8ffa6d5552e9ed','py')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">py</span>
|
<span class="tab-nav-text">py</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
data-tab-item="sh"
|
data-tab-item="sh"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial"
|
class="tab-nav-button tab-panel-style cstyle initial"
|
||||||
onclick="switchTab('60b2d5d43fd11e71d903c110a1c0032c','sh')"
|
onclick="switchTab('6ef3e9e2daeb9bef6d8ffa6d5552e9ed','sh')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">sh</span>
|
<span class="tab-nav-text">sh</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
data-tab-item="c"
|
data-tab-item="c"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial"
|
class="tab-nav-button tab-panel-style cstyle initial"
|
||||||
onclick="switchTab('60b2d5d43fd11e71d903c110a1c0032c','c')"
|
onclick="switchTab('6ef3e9e2daeb9bef6d8ffa6d5552e9ed','c')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">c</span>
|
<span class="tab-nav-text">c</span>
|
||||||
</button>
|
</button>
|
||||||
@ -8219,27 +8220,27 @@ Electricity grid,H2 conversion,27.14
|
|||||||
<p>See what happens to the tab views while you select different tabs.</p>
|
<p>See what happens to the tab views while you select different tabs.</p>
|
||||||
<p>While pressing a tab of Group A switches all tab views of Group A in sync (if the tab is available), the tabs of Group B are left untouched.</p>
|
<p>While pressing a tab of Group A switches all tab views of Group A in sync (if the tab is available), the tabs of Group B are left untouched.</p>
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="dd2aae359d4642a3c7ea349655d994c2">
|
<div class="tab-panel" data-tab-group="922be124ae79ca64554304f6408cd756">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="group-a-tab-view-1"
|
data-tab-item="group-a-tab-view-1"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('dd2aae359d4642a3c7ea349655d994c2','group-a-tab-view-1')"
|
onclick="switchTab('922be124ae79ca64554304f6408cd756','group-a-tab-view-1')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Group A, Tab View 1</span>
|
<span class="tab-nav-text">Group A, Tab View 1</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
data-tab-item="group-a-tab-view-2"
|
data-tab-item="group-a-tab-view-2"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial"
|
class="tab-nav-button tab-panel-style cstyle initial"
|
||||||
onclick="switchTab('dd2aae359d4642a3c7ea349655d994c2','group-a-tab-view-2')"
|
onclick="switchTab('922be124ae79ca64554304f6408cd756','group-a-tab-view-2')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Group A, Tab View 2</span>
|
<span class="tab-nav-text">Group A, Tab View 2</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
data-tab-item="group-b"
|
data-tab-item="group-b"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial"
|
class="tab-nav-button tab-panel-style cstyle initial"
|
||||||
onclick="switchTab('dd2aae359d4642a3c7ea349655d994c2','group-b')"
|
onclick="switchTab('922be124ae79ca64554304f6408cd756','group-b')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Group B</span>
|
<span class="tab-nav-text">Group B</span>
|
||||||
</button>
|
</button>
|
||||||
@ -8596,8 +8597,8 @@ Electricity grid,H2 conversion,27.14
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="./js/clipboard.min.js?1697023055" defer></script>
|
<script src="./js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="./js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="./js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script>
|
<script>
|
||||||
function useMathJax( config ){
|
function useMathJax( config ){
|
||||||
if( !Object.assign ){
|
if( !Object.assign ){
|
||||||
@ -8626,27 +8627,27 @@ Electricity grid,H2 conversion,27.14
|
|||||||
}
|
}
|
||||||
useMathJax( JSON.parse( null ) );
|
useMathJax( JSON.parse( null ) );
|
||||||
</script>
|
</script>
|
||||||
<script id="MathJax-script" async src="./js/mathjax/tex-mml-chtml.js?1697023055"></script>
|
<script id="MathJax-script" async src="./js/mathjax/tex-mml-chtml.js?1697038354"></script>
|
||||||
<script src="./js/d3/d3-color.min.js?1697023055" defer></script>
|
<script src="./js/d3/d3-color.min.js?1697038354" defer></script>
|
||||||
<script src="./js/d3/d3-dispatch.min.js?1697023055" defer></script>
|
<script src="./js/d3/d3-dispatch.min.js?1697038354" defer></script>
|
||||||
<script src="./js/d3/d3-drag.min.js?1697023055" defer></script>
|
<script src="./js/d3/d3-drag.min.js?1697038354" defer></script>
|
||||||
<script src="./js/d3/d3-ease.min.js?1697023055" defer></script>
|
<script src="./js/d3/d3-ease.min.js?1697038354" defer></script>
|
||||||
<script src="./js/d3/d3-interpolate.min.js?1697023055" defer></script>
|
<script src="./js/d3/d3-interpolate.min.js?1697038354" defer></script>
|
||||||
<script src="./js/d3/d3-selection.min.js?1697023055" defer></script>
|
<script src="./js/d3/d3-selection.min.js?1697038354" defer></script>
|
||||||
<script src="./js/d3/d3-timer.min.js?1697023055" defer></script>
|
<script src="./js/d3/d3-timer.min.js?1697038354" defer></script>
|
||||||
<script src="./js/d3/d3-transition.min.js?1697023055" defer></script>
|
<script src="./js/d3/d3-transition.min.js?1697038354" defer></script>
|
||||||
<script src="./js/d3/d3-zoom.min.js?1697023055" defer></script>
|
<script src="./js/d3/d3-zoom.min.js?1697038354" defer></script>
|
||||||
<script src="./js/js-yaml.min.js?1697023055" defer></script>
|
<script src="./js/js-yaml.min.js?1697038354" defer></script>
|
||||||
<script src="./js/mermaid.min.js?1697023055" defer></script>
|
<script src="./js/mermaid.min.js?1697038354" defer></script>
|
||||||
<script>
|
<script>
|
||||||
window.themeUseMermaid = JSON.parse( null );
|
window.themeUseMermaid = JSON.parse( null );
|
||||||
</script>
|
</script>
|
||||||
<script>window.noZensmooth = true;</script>
|
<script>window.noZensmooth = true;</script>
|
||||||
<script src="./js/swagger-ui/swagger-ui-bundle.js?1697023055" defer></script>
|
<script src="./js/swagger-ui/swagger-ui-bundle.js?1697038354" defer></script>
|
||||||
<script src="./js/swagger-ui/swagger-ui-standalone-preset.js?1697023055" defer></script>
|
<script src="./js/swagger-ui/swagger-ui-standalone-preset.js?1697038354" defer></script>
|
||||||
<script>
|
<script>
|
||||||
window.themeUseOpenapi = { css: "/js/swagger-ui/swagger-ui.css?1697023055", assetsBuster: 1697023055 };
|
window.themeUseOpenapi = { css: "/js/swagger-ui/swagger-ui.css?1697038354", assetsBuster: 1697038354 };
|
||||||
</script>
|
</script>
|
||||||
<script src="./js/theme.js?1697023055" defer></script>
|
<script src="./js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Credits" />
|
<meta property="og:title" content="Credits :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/more/credits/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/more/credits/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Credits"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Credits :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Credits :: Hugo Relearn Theme</title>
|
<title>Credits :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/more/credits/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/more/credits/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/more/credits/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/more/credits/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/more/credits/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/more/credits/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../more/credits/index.xml" rel="alternate" type="application/rss+xml" title="Credits :: Hugo Relearn Theme">
|
<link href="../../more/credits/index.xml" rel="alternate" type="application/rss+xml" title="Credits :: Hugo Relearn Theme">
|
||||||
<link href="../../more/credits/index.print.html" rel="alternate" type="text/html" title="Credits :: Hugo Relearn Theme">
|
<link href="../../more/credits/index.print.html" rel="alternate" type="text/html" title="Credits :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023054" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023054" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023054" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023054" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038352" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038352" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023054" rel="stylesheet">
|
<link href="../../css/theme.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023054" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038352" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023054" rel="stylesheet">
|
<link href="../../css/variant.css?1697038352" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023054" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038352" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023054" rel="stylesheet">
|
<link href="../../css/ie.css?1697038352" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023054"></script>
|
<script src="../../js/url.js?1697038352"></script>
|
||||||
<script src="../../js/variant.js?1697023054"></script>
|
<script src="../../js/variant.js?1697038352"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -281,12 +282,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023054" defer></script>
|
<script src="../../js/auto-complete.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023054" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/search.js?1697023054" defer></script>
|
<script src="../../js/search.js?1697038353" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -443,13 +444,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023054"></script>
|
<script async src="../../js/github-buttons.js?1697038353"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023054" defer></script>
|
<script src="../../js/clipboard.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023054" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038353" defer></script>
|
||||||
<script src="../../js/theme.js?1697023054" defer></script>
|
<script src="../../js/theme.js?1697038353" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Credits" />
|
<meta property="og:title" content="Credits :: Hugo Relearn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/more/credits/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/more/credits/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Credits"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Credits :: Hugo Relearn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Credits :: Hugo Relearn Theme</title>
|
<title>Credits :: Hugo Relearn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/more/credits/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/more/credits/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/more/credits/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/more/credits/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/more/credits/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/more/credits/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/more/credits/index.html" rel="canonical" type="text/html" title="Credits :: Hugo Relearn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/more/credits/index.html" rel="canonical" type="text/html" title="Credits :: Hugo Relearn Theme">
|
||||||
<link href="../../more/credits/index.xml" rel="alternate" type="application/rss+xml" title="Credits :: Hugo Relearn Theme">
|
<link href="../../more/credits/index.xml" rel="alternate" type="application/rss+xml" title="Credits :: Hugo Relearn Theme">
|
||||||
<link href="../../images/logo.svg?1697023054" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038352" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038353" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038353" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038353" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038353" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023055" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038353" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038353" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038353"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038353"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -153,8 +154,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../js/theme.js?1697023055" defer></script>
|
<script src="../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
45
pir/404.html
45
pir/404.html
@ -7,31 +7,32 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="404 Page not found" />
|
<meta property="og:title" content="404 Page not found :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/404.html" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/404.html">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="404 Page not found"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="404 Page not found :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>404 Page not found :: Cap'n Hugo Relearrrn Theme</title>
|
<title>404 Page not found :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<base href="https://McShelby.github.io/hugo-theme-relearn/">
|
<base href="https://McShelby.github.io/hugo-theme-relearn/">
|
||||||
<link href="../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../js/url.js?1697023055"></script>
|
<script src="../js/url.js?1697038354"></script>
|
||||||
<script src="../js/variant.js?1697023055"></script>
|
<script src="../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Configurrrat'n" />
|
<meta property="og:title" content="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Configurrrat'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Configurrrat'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Configurrrat'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/configuration/index.print.html" rel="alternate" type="text/html" title="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/configuration/index.print.html" rel="alternate" type="text/html" title="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -275,8 +276,8 @@
|
|||||||
<p>Ye can add a dedicated search plank fer yer plank by add'n th' <code>SEARCHPAGE</code> outputformat t' yer home plank by add'n th' follow'n lines 'n yer <code>config.toml</code> file. This will cause Cap'n Hugo t' generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
<p>Ye can add a dedicated search plank fer yer plank by add'n th' <code>SEARCHPAGE</code> outputformat t' yer home plank by add'n th' follow'n lines 'n yer <code>config.toml</code> file. This will cause Cap'n Hugo t' generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
||||||
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>Ye can access this plank by either click'n on th' magnifier glass or by typ'n some search term an' press'n <code>ENTER</code> inside o' th' menu’s search box .</p>
|
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>Ye can access this plank by either click'n on th' magnifier glass or by typ'n some search term an' press'n <code>ENTER</code> inside o' th' menu’s search box .</p>
|
||||||
<p><a href="#R-image-92cde602835a412c9a597b0c147e5e99" class="lightbox-link"><img src="../../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-4ffe1d7299fc1102c5064d16c0089cae" class="lightbox-link"><img src="../../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-92cde602835a412c9a597b0c147e5e99"><img src="../../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4ffe1d7299fc1102c5064d16c0089cae"><img src="../../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<div class="box notices cstyle note">
|
<div class="box notices cstyle note">
|
||||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Avast</div>
|
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Avast</div>
|
||||||
@ -330,8 +331,8 @@ appearance, ye will have t' configure two parameters fer th' defined languages:<
|
|||||||
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params be not configured fer a specific language, they will get their
|
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params be not configured fer a specific language, they will get their
|
||||||
default values:</p>
|
default values:</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>Th' home button be go'n t' look like this:</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>Th' home button be go'n t' look like this:</p>
|
||||||
<p><a href="#R-image-6a86752ad0f33c9becb75d3a693c3f8a" class="lightbox-link"><img src="../../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-b4007f209b5942aa462d107469884905" class="lightbox-link"><img src="../../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6a86752ad0f33c9becb75d3a693c3f8a"><img src="../../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b4007f209b5942aa462d107469884905"><img src="../../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
||||||
<p>Ye can add social media meta tags fer th' <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> an' <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> t' yer ship. These be configured as mentioned 'n th' Cap'n Hugo docs.</p>
|
<p>Ye can add social media meta tags fer th' <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> an' <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> t' yer ship. These be configured as mentioned 'n th' Cap'n Hugo docs.</p>
|
||||||
|
|
||||||
@ -424,12 +425,12 @@ default values:</p>
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023056" defer></script>
|
<script src="../../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/search.js?1697023056" defer></script>
|
<script src="../../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -586,13 +587,13 @@ default values:</p>
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023056"></script>
|
<script async src="../../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023056" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023056" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023056" defer></script>
|
<script src="../../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Configurrrat'n" />
|
<meta property="og:title" content="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Configurrrat'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Configurrrat'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Configurrrat'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/configuration/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="canonical" type="text/html" title="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/configuration/index.html" rel="canonical" type="text/html" title="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configurrrat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -211,8 +212,8 @@
|
|||||||
<p>Ye can add a dedicated search plank fer yer plank by add'n th' <code>SEARCHPAGE</code> outputformat t' yer home plank by add'n th' follow'n lines 'n yer <code>config.toml</code> file. This will cause Cap'n Hugo t' generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
<p>Ye can add a dedicated search plank fer yer plank by add'n th' <code>SEARCHPAGE</code> outputformat t' yer home plank by add'n th' follow'n lines 'n yer <code>config.toml</code> file. This will cause Cap'n Hugo t' generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
||||||
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>Ye can access this plank by either click'n on th' magnifier glass or by typ'n some search term an' press'n <code>ENTER</code> inside o' th' menu’s search box .</p>
|
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>Ye can access this plank by either click'n on th' magnifier glass or by typ'n some search term an' press'n <code>ENTER</code> inside o' th' menu’s search box .</p>
|
||||||
<p><a href="#R-image-92cde602835a412c9a597b0c147e5e99" class="lightbox-link"><img src="../../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-4ffe1d7299fc1102c5064d16c0089cae" class="lightbox-link"><img src="../../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-92cde602835a412c9a597b0c147e5e99"><img src="../../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4ffe1d7299fc1102c5064d16c0089cae"><img src="../../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<div class="box notices cstyle note">
|
<div class="box notices cstyle note">
|
||||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Avast</div>
|
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Avast</div>
|
||||||
@ -266,8 +267,8 @@ appearance, ye will have t' configure two parameters fer th' defined languages:<
|
|||||||
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params be not configured fer a specific language, they will get their
|
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params be not configured fer a specific language, they will get their
|
||||||
default values:</p>
|
default values:</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>Th' home button be go'n t' look like this:</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>Th' home button be go'n t' look like this:</p>
|
||||||
<p><a href="#R-image-6a86752ad0f33c9becb75d3a693c3f8a" class="lightbox-link"><img src="../../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-b4007f209b5942aa462d107469884905" class="lightbox-link"><img src="../../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6a86752ad0f33c9becb75d3a693c3f8a"><img src="../../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b4007f209b5942aa462d107469884905"><img src="../../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
||||||
<p>Ye can add social media meta tags fer th' <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> an' <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> t' yer ship. These be configured as mentioned 'n th' Cap'n Hugo docs.</p>
|
<p>Ye can add social media meta tags fer th' <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> an' <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> t' yer ship. These be configured as mentioned 'n th' Cap'n Hugo docs.</p>
|
||||||
|
|
||||||
@ -279,8 +280,8 @@ default values:</p>
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Customizat'n" />
|
<meta property="og:title" content="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Customizat'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Customizat'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Customizat'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/customization/index.print.html" rel="alternate" type="text/html" title="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/customization/index.print.html" rel="alternate" type="text/html" title="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -394,12 +395,12 @@ If ye have requirements t' support IE and/or older browser versions, use one o'
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023056" defer></script>
|
<script src="../../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/search.js?1697023056" defer></script>
|
<script src="../../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -556,13 +557,13 @@ If ye have requirements t' support IE and/or older browser versions, use one o'
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023056"></script>
|
<script async src="../../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023056" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023056" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023056" defer></script>
|
<script src="../../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Customizat'n" />
|
<meta property="og:title" content="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Customizat'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Customizat'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Customizat'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/customization/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="canonical" type="text/html" title="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/customization/index.html" rel="canonical" type="text/html" title="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -256,8 +257,8 @@ If ye have requirements t' support IE and/or older browser versions, use one o'
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Stylesheet generrrat'r" />
|
<meta property="og:title" content="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Stylesheet generrrat'r"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/generator/index.print.html" rel="alternate" type="text/html" title="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/generator/index.print.html" rel="alternate" type="text/html" title="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -134,13 +135,13 @@
|
|||||||
<p>This interactive tool may help ye t' generate yer own color variant stylesheet.</p>
|
<p>This interactive tool may help ye t' generate yer own color variant stylesheet.</p>
|
||||||
|
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-dfd6054f8c5727d9709b3f9de9557305" aria-controls="R-expandcontent-dfd6054f8c5727d9709b3f9de9557305" >
|
<input type="checkbox" id="R-expand-47d2df3f85f820f50dbdd8a7f2e35aee" aria-controls="R-expandcontent-47d2df3f85f820f50dbdd8a7f2e35aee" >
|
||||||
<label class="expand-label" for="R-expand-dfd6054f8c5727d9709b3f9de9557305" >
|
<label class="expand-label" for="R-expand-47d2df3f85f820f50dbdd8a7f2e35aee" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Show usage instruct'ns
|
Show usage instruct'ns
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-dfd6054f8c5727d9709b3f9de9557305" class="expand-content">
|
<div id="R-expandcontent-47d2df3f85f820f50dbdd8a7f2e35aee" class="expand-content">
|
||||||
|
|
||||||
<p>T' get started, first select a color variant from th' variant switch 'n th' lower left sidebar that fits ye best as a start'n point.</p>
|
<p>T' get started, first select a color variant from th' variant switch 'n th' lower left sidebar that fits ye best as a start'n point.</p>
|
||||||
<p>Th' graph be interactive an' reflect th' current colors. Ye can click on any o' th' colored boxes t' adjust th' respective color. Th' graph <strong>an' th' plank</strong> will update accordingly.</p>
|
<p>Th' graph be interactive an' reflect th' current colors. Ye can click on any o' th' colored boxes t' adjust th' respective color. Th' graph <strong>an' th' plank</strong> will update accordingly.</p>
|
||||||
@ -279,12 +280,12 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023056" defer></script>
|
<script src="../../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/search.js?1697023056" defer></script>
|
<script src="../../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -441,27 +442,27 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023056"></script>
|
<script async src="../../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023056" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023056" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/d3/d3-color.min.js?1697023056" defer></script>
|
<script src="../../../js/d3/d3-color.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/d3/d3-dispatch.min.js?1697023056" defer></script>
|
<script src="../../../js/d3/d3-dispatch.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/d3/d3-drag.min.js?1697023056" defer></script>
|
<script src="../../../js/d3/d3-drag.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/d3/d3-ease.min.js?1697023056" defer></script>
|
<script src="../../../js/d3/d3-ease.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/d3/d3-interpolate.min.js?1697023056" defer></script>
|
<script src="../../../js/d3/d3-interpolate.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/d3/d3-selection.min.js?1697023056" defer></script>
|
<script src="../../../js/d3/d3-selection.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/d3/d3-timer.min.js?1697023056" defer></script>
|
<script src="../../../js/d3/d3-timer.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/d3/d3-transition.min.js?1697023056" defer></script>
|
<script src="../../../js/d3/d3-transition.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/d3/d3-zoom.min.js?1697023056" defer></script>
|
<script src="../../../js/d3/d3-zoom.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/js-yaml.min.js?1697023056" defer></script>
|
<script src="../../../js/js-yaml.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/mermaid.min.js?1697023056" defer></script>
|
<script src="../../../js/mermaid.min.js?1697038355" defer></script>
|
||||||
<script>
|
<script>
|
||||||
window.themeUseMermaid = JSON.parse( null );
|
window.themeUseMermaid = JSON.parse( null );
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/theme.js?1697023056" defer></script>
|
<script src="../../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Stylesheet generrrat'r" />
|
<meta property="og:title" content="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Stylesheet generrrat'r"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/generator/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="canonical" type="text/html" title="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/generator/index.html" rel="canonical" type="text/html" title="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generrrat'r :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -95,13 +96,13 @@
|
|||||||
<p>This interactive tool may help ye t' generate yer own color variant stylesheet.</p>
|
<p>This interactive tool may help ye t' generate yer own color variant stylesheet.</p>
|
||||||
|
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-dfd6054f8c5727d9709b3f9de9557305" aria-controls="R-expandcontent-dfd6054f8c5727d9709b3f9de9557305" >
|
<input type="checkbox" id="R-expand-47d2df3f85f820f50dbdd8a7f2e35aee" aria-controls="R-expandcontent-47d2df3f85f820f50dbdd8a7f2e35aee" >
|
||||||
<label class="expand-label" for="R-expand-dfd6054f8c5727d9709b3f9de9557305" >
|
<label class="expand-label" for="R-expand-47d2df3f85f820f50dbdd8a7f2e35aee" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Show usage instruct'ns
|
Show usage instruct'ns
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-dfd6054f8c5727d9709b3f9de9557305" class="expand-content">
|
<div id="R-expandcontent-47d2df3f85f820f50dbdd8a7f2e35aee" class="expand-content">
|
||||||
|
|
||||||
<p>T' get started, first select a color variant from th' variant switch 'n th' lower left sidebar that fits ye best as a start'n point.</p>
|
<p>T' get started, first select a color variant from th' variant switch 'n th' lower left sidebar that fits ye best as a start'n point.</p>
|
||||||
<p>Th' graph be interactive an' reflect th' current colors. Ye can click on any o' th' colored boxes t' adjust th' respective color. Th' graph <strong>an' th' plank</strong> will update accordingly.</p>
|
<p>Th' graph be interactive an' reflect th' current colors. Ye can click on any o' th' colored boxes t' adjust th' respective color. Th' graph <strong>an' th' plank</strong> will update accordingly.</p>
|
||||||
@ -159,22 +160,22 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/d3/d3-color.min.js?1697023057" defer></script>
|
<script src="../../../js/d3/d3-color.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/d3/d3-dispatch.min.js?1697023057" defer></script>
|
<script src="../../../js/d3/d3-dispatch.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/d3/d3-drag.min.js?1697023057" defer></script>
|
<script src="../../../js/d3/d3-drag.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/d3/d3-ease.min.js?1697023057" defer></script>
|
<script src="../../../js/d3/d3-ease.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/d3/d3-interpolate.min.js?1697023057" defer></script>
|
<script src="../../../js/d3/d3-interpolate.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/d3/d3-selection.min.js?1697023057" defer></script>
|
<script src="../../../js/d3/d3-selection.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/d3/d3-timer.min.js?1697023057" defer></script>
|
<script src="../../../js/d3/d3-timer.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/d3/d3-transition.min.js?1697023057" defer></script>
|
<script src="../../../js/d3/d3-transition.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/d3/d3-zoom.min.js?1697023057" defer></script>
|
<script src="../../../js/d3/d3-zoom.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/js-yaml.min.js?1697023057" defer></script>
|
<script src="../../../js/js-yaml.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/mermaid.min.js?1697023057" defer></script>
|
<script src="../../../js/mermaid.min.js?1697038356" defer></script>
|
||||||
<script>
|
<script>
|
||||||
window.themeUseMermaid = JSON.parse( null );
|
window.themeUseMermaid = JSON.parse( null );
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Historrry" />
|
<meta property="og:title" content="Historrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Historrry"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Historrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Historrry :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Historrry :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/basics/history/index.xml" rel="alternate" type="application/rss+xml" title="Historrry :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/history/index.xml" rel="alternate" type="application/rss+xml" title="Historrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/history/index.print.html" rel="alternate" type="text/html" title="Historrry :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/history/index.print.html" rel="alternate" type="text/html" title="Historrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -2181,12 +2182,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -2343,13 +2344,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Historrry" />
|
<meta property="og:title" content="Historrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Historrry"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Historrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Historrry :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Historrry :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="canonical" type="text/html" title="Historrry :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/history/index.html" rel="canonical" type="text/html" title="Historrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/history/index.xml" rel="alternate" type="application/rss+xml" title="Historrry :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/history/index.xml" rel="alternate" type="application/rss+xml" title="Historrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -1371,8 +1372,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Basics" />
|
<meta property="og:title" content="Basics :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Basics"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Basics :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Basics :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Basics :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../pir/basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../pir/basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../pir/basics/index.print.html" rel="alternate" type="text/html" title="Basics :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../pir/basics/index.print.html" rel="alternate" type="text/html" title="Basics :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038354"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -222,12 +223,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023056" defer></script>
|
<script src="../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023056" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023056" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023056" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023056" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/search.js?1697023056" defer></script>
|
<script src="../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -384,13 +385,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023056"></script>
|
<script async src="../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023056" defer></script>
|
<script src="../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023056" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/theme.js?1697023056" defer></script>
|
<script src="../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Basics" />
|
<meta property="og:title" content="Basics :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Basics"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Basics :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Basics :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Basics :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="canonical" type="text/html" title="Basics :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/index.html" rel="canonical" type="text/html" title="Basics :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../pir/basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../pir/basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023057"></script>
|
<script src="../../js/url.js?1697038356"></script>
|
||||||
<script src="../../js/variant.js?1697023057"></script>
|
<script src="../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -915,8 +916,8 @@
|
|||||||
|
|
||||||
<p>Thanks t' th' simplicity o' Cap'n Hugo, this plank be as empty as this theme needs requirements.</p>
|
<p>Thanks t' th' simplicity o' Cap'n Hugo, this plank be as empty as this theme needs requirements.</p>
|
||||||
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> o' th' <a href="https://gohugo.io/getting-started/installing/" target="_blank">Cap'n Hugo binary</a> fer yer OS (Windows, Linux, Mac).</p>
|
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> o' th' <a href="https://gohugo.io/getting-started/installing/" target="_blank">Cap'n Hugo binary</a> fer yer OS (Windows, Linux, Mac).</p>
|
||||||
<p><a href="#R-image-c85f82c38ea2a7311814945ae8200829" class="lightbox-link"><img src="../../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-d893eae94984cd518aafb7dd4ecd159c" class="lightbox-link"><img src="../../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c85f82c38ea2a7311814945ae8200829"><img src="../../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d893eae94984cd518aafb7dd4ecd159c"><img src="../../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
@ -966,8 +967,8 @@
|
|||||||
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
||||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
||||||
</span></span><span class="line"><span class="cl">Discover what this Cap'n Hugo theme be all about an' th' core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
</span></span><span class="line"><span class="cl">Discover what this Cap'n Hugo theme be all about an' th' core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
||||||
<p><a href="#R-image-56445b785c7cc131f1110e24874c320a" class="lightbox-link"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-f326d645aefe361b95210ad5f0321553" class="lightbox-link"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-56445b785c7cc131f1110e24874c320a"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-f326d645aefe361b95210ad5f0321553"><img src="../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>Th' Relearrrn theme provides archetypes t' create skeletons fer yer website. Begin by creat'n yer first chapter plank wit' th' follow'n command</p>
|
<p>Th' Relearrrn theme provides archetypes t' create skeletons fer yer website. Begin by creat'n yer first chapter plank wit' th' follow'n command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By open'n th' given file, ye should see th' property <code>chapter=true</code> on top, mean'n this plank be a <em>chapter</em>.</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By open'n th' given file, ye should see th' property <code>chapter=true</code> on top, mean'n this plank be a <em>chapter</em>.</p>
|
||||||
<p>By default all chapters an' planks be created as a draft. If ye want t' render these planks, remove th' property <code>draft: true</code> from th' metadata.</p>
|
<p>By default all chapters an' planks be created as a draft. If ye want t' render these planks, remove th' property <code>draft: true</code> from th' metadata.</p>
|
||||||
@ -1126,8 +1127,8 @@
|
|||||||
<p>Ye can add a dedicated search plank fer yer plank by add'n th' <code>SEARCHPAGE</code> outputformat t' yer home plank by add'n th' follow'n lines 'n yer <code>config.toml</code> file. This will cause Cap'n Hugo t' generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
<p>Ye can add a dedicated search plank fer yer plank by add'n th' <code>SEARCHPAGE</code> outputformat t' yer home plank by add'n th' follow'n lines 'n yer <code>config.toml</code> file. This will cause Cap'n Hugo t' generate a new file <code>http://example.com/mysite/search.html</code>.</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="p">[</span><span class="nx">outputs</span><span class="p">]</span>
|
||||||
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>Ye can access this plank by either click'n on th' magnifier glass or by typ'n some search term an' press'n <code>ENTER</code> inside o' th' menu’s search box .</p>
|
</span></span><span class="line"><span class="cl"> <span class="nx">home</span> <span class="p">=</span> <span class="p">[</span><span class="s2">"HTML"</span><span class="p">,</span> <span class="s2">"RSS"</span><span class="p">,</span> <span class="s2">"SEARCH"</span><span class="p">,</span> <span class="s2">"SEARCHPAGE"</span><span class="p">]</span></span></span></code></pre></div><p>Ye can access this plank by either click'n on th' magnifier glass or by typ'n some search term an' press'n <code>ENTER</code> inside o' th' menu’s search box .</p>
|
||||||
<p><a href="#R-image-92cde602835a412c9a597b0c147e5e99" class="lightbox-link"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-4ffe1d7299fc1102c5064d16c0089cae" class="lightbox-link"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-92cde602835a412c9a597b0c147e5e99"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4ffe1d7299fc1102c5064d16c0089cae"><img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot o' th' dedicated search page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
<div class="box notices cstyle note">
|
<div class="box notices cstyle note">
|
||||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Avast</div>
|
<div class="box-label"><i class="fa-fw fas fa-exclamation-circle"></i> Avast</div>
|
||||||
@ -1181,8 +1182,8 @@ appearance, ye will have t' configure two parameters fer th' defined languages:<
|
|||||||
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params be not configured fer a specific language, they will get their
|
</span></span><span class="line"><span class="cl"><span class="p">...</span></span></span></code></pre></div><p>If those params be not configured fer a specific language, they will get their
|
||||||
default values:</p>
|
default values:</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>Th' home button be go'n t' look like this:</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="nx">landingPageName</span> <span class="p">=</span> <span class="s2">"<i class='fas fa-home'></i> Home"</span></span></span></code></pre></div><p>Th' home button be go'n t' look like this:</p>
|
||||||
<p><a href="#R-image-6a86752ad0f33c9becb75d3a693c3f8a" class="lightbox-link"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-b4007f209b5942aa462d107469884905" class="lightbox-link"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6a86752ad0f33c9becb75d3a693c3f8a"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b4007f209b5942aa462d107469884905"><img src="../../basics/configuration/home_button_defaults.png?width=18.75rem" alt="Default Home Button" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
<h2 id="social-media-meta-tags">Social Media Meta Tags</h2>
|
||||||
<p>Ye can add social media meta tags fer th' <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> an' <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> t' yer ship. These be configured as mentioned 'n th' Cap'n Hugo docs.</p>
|
<p>Ye can add social media meta tags fer th' <a href="https://gohugo.io/templates/internal/#open-graph" target="_blank">Open Graph</a> an' <a href="https://gohugo.io/templates/internal/#twitter-cards" target="_blank">Twitter Cards</a> t' yer ship. These be configured as mentioned 'n th' Cap'n Hugo docs.</p>
|
||||||
|
|
||||||
@ -1367,13 +1368,13 @@ If ye have requirements t' support IE and/or older browser versions, use one o'
|
|||||||
<p>This interactive tool may help ye t' generate yer own color variant stylesheet.</p>
|
<p>This interactive tool may help ye t' generate yer own color variant stylesheet.</p>
|
||||||
|
|
||||||
<div class="expand">
|
<div class="expand">
|
||||||
<input type="checkbox" id="R-expand-dfd6054f8c5727d9709b3f9de9557305" aria-controls="R-expandcontent-dfd6054f8c5727d9709b3f9de9557305" >
|
<input type="checkbox" id="R-expand-47d2df3f85f820f50dbdd8a7f2e35aee" aria-controls="R-expandcontent-47d2df3f85f820f50dbdd8a7f2e35aee" >
|
||||||
<label class="expand-label" for="R-expand-dfd6054f8c5727d9709b3f9de9557305" >
|
<label class="expand-label" for="R-expand-47d2df3f85f820f50dbdd8a7f2e35aee" >
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
<i class="fas fa-chevron-right"></i>
|
<i class="fas fa-chevron-right"></i>
|
||||||
Show usage instruct'ns
|
Show usage instruct'ns
|
||||||
</label>
|
</label>
|
||||||
<div id="R-expandcontent-dfd6054f8c5727d9709b3f9de9557305" class="expand-content">
|
<div id="R-expandcontent-47d2df3f85f820f50dbdd8a7f2e35aee" class="expand-content">
|
||||||
|
|
||||||
<p>T' get started, first select a color variant from th' variant switch 'n th' lower left sidebar that fits ye best as a start'n point.</p>
|
<p>T' get started, first select a color variant from th' variant switch 'n th' lower left sidebar that fits ye best as a start'n point.</p>
|
||||||
<p>Th' graph be interactive an' reflect th' current colors. Ye can click on any o' th' colored boxes t' adjust th' respective color. Th' graph <strong>an' th' plank</strong> will update accordingly.</p>
|
<p>Th' graph be interactive an' reflect th' current colors. Ye can click on any o' th' colored boxes t' adjust th' respective color. Th' graph <strong>an' th' plank</strong> will update accordingly.</p>
|
||||||
@ -1435,8 +1436,8 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
|
|
||||||
|
|
||||||
<p>Th' theme comes wit' a reasonably configured topbar.</p>
|
<p>Th' theme comes wit' a reasonably configured topbar.</p>
|
||||||
<p><a href="#R-image-25c8c063d9608067df659325954d6802" class="lightbox-link"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-36b470531c9652b5cf23d47f68709821" class="lightbox-link"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-25c8c063d9608067df659325954d6802"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-36b470531c9652b5cf23d47f68709821"><img src="../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>Nevertheless, yer requirements may differ from this configurat'n. Luckily th' theme got ye covered as th' themebar, its buttons an' th' functionality behind these buttons be fully configur'ble by ye.</p>
|
<p>Nevertheless, yer requirements may differ from this configurat'n. Luckily th' theme got ye covered as th' themebar, its buttons an' th' functionality behind these buttons be fully configur'ble by ye.</p>
|
||||||
|
|
||||||
<div class="box notices cstyle tip">
|
<div class="box notices cstyle tip">
|
||||||
@ -1448,8 +1449,8 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
</div>
|
</div>
|
||||||
<h2 id="areas">Areas</h2>
|
<h2 id="areas">Areas</h2>
|
||||||
<p>Th' default configurat'n comes wit' three predefined areas that may contain an arbitrary set o' buttons.</p>
|
<p>Th' default configurat'n comes wit' three predefined areas that may contain an arbitrary set o' buttons.</p>
|
||||||
<p><a href="#R-image-61d4b8b7fdf31c468271b03a16ba35ae" class="lightbox-link"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-7b7424fd49a4fa9d7237955056a34027" class="lightbox-link"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-61d4b8b7fdf31c468271b03a16ba35ae"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7b7424fd49a4fa9d7237955056a34027"><img src="../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu an' breadcrumb</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu an' breadcrumb</li>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on th' opposite breadcrumb side 'n comparison t' th' <em>start</em> area</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on th' opposite breadcrumb side 'n comparison t' th' <em>start</em> area</li>
|
||||||
@ -3051,22 +3052,22 @@ window.variants && variants.generator( '#R-vargenerator' );
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/d3/d3-color.min.js?1697023057" defer></script>
|
<script src="../../js/d3/d3-color.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/d3/d3-dispatch.min.js?1697023057" defer></script>
|
<script src="../../js/d3/d3-dispatch.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/d3/d3-drag.min.js?1697023057" defer></script>
|
<script src="../../js/d3/d3-drag.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/d3/d3-ease.min.js?1697023057" defer></script>
|
<script src="../../js/d3/d3-ease.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/d3/d3-interpolate.min.js?1697023057" defer></script>
|
<script src="../../js/d3/d3-interpolate.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/d3/d3-selection.min.js?1697023057" defer></script>
|
<script src="../../js/d3/d3-selection.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/d3/d3-timer.min.js?1697023057" defer></script>
|
<script src="../../js/d3/d3-timer.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/d3/d3-transition.min.js?1697023057" defer></script>
|
<script src="../../js/d3/d3-transition.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/d3/d3-zoom.min.js?1697023057" defer></script>
|
<script src="../../js/d3/d3-zoom.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/js-yaml.min.js?1697023057" defer></script>
|
<script src="../../js/js-yaml.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/mermaid.min.js?1697023057" defer></script>
|
<script src="../../js/mermaid.min.js?1697038356" defer></script>
|
||||||
<script>
|
<script>
|
||||||
window.themeUseMermaid = JSON.parse( null );
|
window.themeUseMermaid = JSON.parse( null );
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/theme.js?1697023057" defer></script>
|
<script src="../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Installat'n" />
|
<meta property="og:title" content="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Installat'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Installat'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Installat'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/installation/index.print.html" rel="alternate" type="text/html" title="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/installation/index.print.html" rel="alternate" type="text/html" title="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -177,8 +178,8 @@
|
|||||||
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
||||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
||||||
</span></span><span class="line"><span class="cl">Discover what this Cap'n Hugo theme be all about an' th' core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
</span></span><span class="line"><span class="cl">Discover what this Cap'n Hugo theme be all about an' th' core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
||||||
<p><a href="#R-image-56445b785c7cc131f1110e24874c320a" class="lightbox-link"><img src="../../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-f326d645aefe361b95210ad5f0321553" class="lightbox-link"><img src="../../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-56445b785c7cc131f1110e24874c320a"><img src="../../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-f326d645aefe361b95210ad5f0321553"><img src="../../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>Th' Relearrrn theme provides archetypes t' create skeletons fer yer website. Begin by creat'n yer first chapter plank wit' th' follow'n command</p>
|
<p>Th' Relearrrn theme provides archetypes t' create skeletons fer yer website. Begin by creat'n yer first chapter plank wit' th' follow'n command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By open'n th' given file, ye should see th' property <code>chapter=true</code> on top, mean'n this plank be a <em>chapter</em>.</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By open'n th' given file, ye should see th' property <code>chapter=true</code> on top, mean'n this plank be a <em>chapter</em>.</p>
|
||||||
<p>By default all chapters an' planks be created as a draft. If ye want t' render these planks, remove th' property <code>draft: true</code> from th' metadata.</p>
|
<p>By default all chapters an' planks be created as a draft. If ye want t' render these planks, remove th' property <code>draft: true</code> from th' metadata.</p>
|
||||||
@ -296,12 +297,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023056" defer></script>
|
<script src="../../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023056" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/search.js?1697023056" defer></script>
|
<script src="../../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -458,13 +459,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023056"></script>
|
<script async src="../../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023056" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023056" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023056" defer></script>
|
<script src="../../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Installat'n" />
|
<meta property="og:title" content="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Installat'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Installat'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Installat'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/installation/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="canonical" type="text/html" title="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/installation/index.html" rel="canonical" type="text/html" title="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -123,8 +124,8 @@
|
|||||||
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
</span></span><span class="line"><span class="cl"><span class="gh"># Basics
|
||||||
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
</span></span></span><span class="line"><span class="cl"><span class="gh"></span>
|
||||||
</span></span><span class="line"><span class="cl">Discover what this Cap'n Hugo theme be all about an' th' core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
</span></span><span class="line"><span class="cl">Discover what this Cap'n Hugo theme be all about an' th' core concepts behind it.</span></span></code></pre></div><p>renders as</p>
|
||||||
<p><a href="#R-image-56445b785c7cc131f1110e24874c320a" class="lightbox-link"><img src="../../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-f326d645aefe361b95210ad5f0321553" class="lightbox-link"><img src="../../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-56445b785c7cc131f1110e24874c320a"><img src="../../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-f326d645aefe361b95210ad5f0321553"><img src="../../../basics/installation/chapter.png?width=60pc" alt="A Chapter" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>Th' Relearrrn theme provides archetypes t' create skeletons fer yer website. Begin by creat'n yer first chapter plank wit' th' follow'n command</p>
|
<p>Th' Relearrrn theme provides archetypes t' create skeletons fer yer website. Begin by creat'n yer first chapter plank wit' th' follow'n command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By open'n th' given file, ye should see th' property <code>chapter=true</code> on top, mean'n this plank be a <em>chapter</em>.</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter basics/_index.md</span></span></code></pre></div><p>By open'n th' given file, ye should see th' property <code>chapter=true</code> on top, mean'n this plank be a <em>chapter</em>.</p>
|
||||||
<p>By default all chapters an' planks be created as a draft. If ye want t' render these planks, remove th' property <code>draft: true</code> from th' metadata.</p>
|
<p>By default all chapters an' planks be created as a draft. If ye want t' render these planks, remove th' property <code>draft: true</code> from th' metadata.</p>
|
||||||
@ -161,8 +162,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="What's New" />
|
<meta property="og:title" content="What's New :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="What's New"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="What's New :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>What's New :: Cap'n Hugo Relearrrn Theme</title>
|
<title>What's New :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/migration/index.print.html" rel="alternate" type="text/html" title="What's New :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/migration/index.print.html" rel="alternate" type="text/html" title="What's New :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -1064,12 +1065,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -1226,13 +1227,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="What's New" />
|
<meta property="og:title" content="What's New :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="What's New"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="What's New :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>What's New :: Cap'n Hugo Relearrrn Theme</title>
|
<title>What's New :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/migration/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="canonical" type="text/html" title="What's New :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/migration/index.html" rel="canonical" type="text/html" title="What's New :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -895,8 +896,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Requirrrements" />
|
<meta property="og:title" content="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Requirrrements"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Requirrrements :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Requirrrements :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/requirements/index.print.html" rel="alternate" type="text/html" title="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/requirements/index.print.html" rel="alternate" type="text/html" title="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -124,8 +125,8 @@
|
|||||||
|
|
||||||
<p>Thanks t' th' simplicity o' Cap'n Hugo, this plank be as empty as this theme needs requirements.</p>
|
<p>Thanks t' th' simplicity o' Cap'n Hugo, this plank be as empty as this theme needs requirements.</p>
|
||||||
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> o' th' <a href="https://gohugo.io/getting-started/installing/" target="_blank">Cap'n Hugo binary</a> fer yer OS (Windows, Linux, Mac).</p>
|
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> o' th' <a href="https://gohugo.io/getting-started/installing/" target="_blank">Cap'n Hugo binary</a> fer yer OS (Windows, Linux, Mac).</p>
|
||||||
<p><a href="#R-image-c85f82c38ea2a7311814945ae8200829" class="lightbox-link"><img src="../../../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-d893eae94984cd518aafb7dd4ecd159c" class="lightbox-link"><img src="../../../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c85f82c38ea2a7311814945ae8200829"><img src="../../../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d893eae94984cd518aafb7dd4ecd159c"><img src="../../../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
@ -222,12 +223,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -384,13 +385,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Requirrrements" />
|
<meta property="og:title" content="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Requirrrements"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Requirrrements :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Requirrrements :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/requirements/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="canonical" type="text/html" title="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/requirements/index.html" rel="canonical" type="text/html" title="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirrrements :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -94,8 +95,8 @@
|
|||||||
|
|
||||||
<p>Thanks t' th' simplicity o' Cap'n Hugo, this plank be as empty as this theme needs requirements.</p>
|
<p>Thanks t' th' simplicity o' Cap'n Hugo, this plank be as empty as this theme needs requirements.</p>
|
||||||
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> o' th' <a href="https://gohugo.io/getting-started/installing/" target="_blank">Cap'n Hugo binary</a> fer yer OS (Windows, Linux, Mac).</p>
|
<p>Just download at least version <span class="badge cstyle default badge-with-title"><span class="badge-title"><i class="fab fa-hackerrank"></i></span><span class="badge-content" style="background-color: fuchsia;">0.95.0</span></span> o' th' <a href="https://gohugo.io/getting-started/installing/" target="_blank">Cap'n Hugo binary</a> fer yer OS (Windows, Linux, Mac).</p>
|
||||||
<p><a href="#R-image-c85f82c38ea2a7311814945ae8200829" class="lightbox-link"><img src="../../../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-d893eae94984cd518aafb7dd4ecd159c" class="lightbox-link"><img src="../../../basics/requirements/magic.gif" alt="Magic" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c85f82c38ea2a7311814945ae8200829"><img src="../../../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d893eae94984cd518aafb7dd4ecd159c"><img src="../../../basics/requirements/magic.gif" alt="Magic" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
@ -111,8 +112,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Topbarrr Modificat'n" />
|
<meta property="og:title" content="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Topbarrr Modificat'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/basics/topbar/index.xml" rel="alternate" type="application/rss+xml" title="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/topbar/index.xml" rel="alternate" type="application/rss+xml" title="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/topbar/index.print.html" rel="alternate" type="text/html" title="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/topbar/index.print.html" rel="alternate" type="text/html" title="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -153,8 +154,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<p>Th' theme comes wit' a reasonably configured topbar.</p>
|
<p>Th' theme comes wit' a reasonably configured topbar.</p>
|
||||||
<p><a href="#R-image-25c8c063d9608067df659325954d6802" class="lightbox-link"><img src="../../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-36b470531c9652b5cf23d47f68709821" class="lightbox-link"><img src="../../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-25c8c063d9608067df659325954d6802"><img src="../../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-36b470531c9652b5cf23d47f68709821"><img src="../../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>Nevertheless, yer requirements may differ from this configurat'n. Luckily th' theme got ye covered as th' themebar, its buttons an' th' functionality behind these buttons be fully configur'ble by ye.</p>
|
<p>Nevertheless, yer requirements may differ from this configurat'n. Luckily th' theme got ye covered as th' themebar, its buttons an' th' functionality behind these buttons be fully configur'ble by ye.</p>
|
||||||
|
|
||||||
<div class="box notices cstyle tip">
|
<div class="box notices cstyle tip">
|
||||||
@ -166,8 +167,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2 id="areas">Areas</h2>
|
<h2 id="areas">Areas</h2>
|
||||||
<p>Th' default configurat'n comes wit' three predefined areas that may contain an arbitrary set o' buttons.</p>
|
<p>Th' default configurat'n comes wit' three predefined areas that may contain an arbitrary set o' buttons.</p>
|
||||||
<p><a href="#R-image-61d4b8b7fdf31c468271b03a16ba35ae" class="lightbox-link"><img src="../../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-7b7424fd49a4fa9d7237955056a34027" class="lightbox-link"><img src="../../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-61d4b8b7fdf31c468271b03a16ba35ae"><img src="../../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7b7424fd49a4fa9d7237955056a34027"><img src="../../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu an' breadcrumb</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu an' breadcrumb</li>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on th' opposite breadcrumb side 'n comparison t' th' <em>start</em> area</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on th' opposite breadcrumb side 'n comparison t' th' <em>start</em> area</li>
|
||||||
@ -567,12 +568,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -729,13 +730,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Topbarrr Modificat'n" />
|
<meta property="og:title" content="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Topbarrr Modificat'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/basics/topbar/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="canonical" type="text/html" title="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/basics/topbar/index.html" rel="canonical" type="text/html" title="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/basics/topbar/index.xml" rel="alternate" type="application/rss+xml" title="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/basics/topbar/index.xml" rel="alternate" type="application/rss+xml" title="Topbarrr Modificat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -93,8 +94,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<p>Th' theme comes wit' a reasonably configured topbar.</p>
|
<p>Th' theme comes wit' a reasonably configured topbar.</p>
|
||||||
<p><a href="#R-image-25c8c063d9608067df659325954d6802" class="lightbox-link"><img src="../../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-36b470531c9652b5cf23d47f68709821" class="lightbox-link"><img src="../../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-25c8c063d9608067df659325954d6802"><img src="../../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-36b470531c9652b5cf23d47f68709821"><img src="../../../basics/topbar/topbar-closed.png" alt="Topbar on mobile devices" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>Nevertheless, yer requirements may differ from this configurat'n. Luckily th' theme got ye covered as th' themebar, its buttons an' th' functionality behind these buttons be fully configur'ble by ye.</p>
|
<p>Nevertheless, yer requirements may differ from this configurat'n. Luckily th' theme got ye covered as th' themebar, its buttons an' th' functionality behind these buttons be fully configur'ble by ye.</p>
|
||||||
|
|
||||||
<div class="box notices cstyle tip">
|
<div class="box notices cstyle tip">
|
||||||
@ -106,8 +107,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2 id="areas">Areas</h2>
|
<h2 id="areas">Areas</h2>
|
||||||
<p>Th' default configurat'n comes wit' three predefined areas that may contain an arbitrary set o' buttons.</p>
|
<p>Th' default configurat'n comes wit' three predefined areas that may contain an arbitrary set o' buttons.</p>
|
||||||
<p><a href="#R-image-61d4b8b7fdf31c468271b03a16ba35ae" class="lightbox-link"><img src="../../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-7b7424fd49a4fa9d7237955056a34027" class="lightbox-link"><img src="../../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-61d4b8b7fdf31c468271b03a16ba35ae"><img src="../../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-7b7424fd49a4fa9d7237955056a34027"><img src="../../../basics/topbar/topbar-areas.png" alt="Topbar wit' default areas marked" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu an' breadcrumb</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/start.html" target="_blank"><strong>start</strong></a>: shown between menu an' breadcrumb</li>
|
||||||
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on th' opposite breadcrumb side 'n comparison t' th' <em>start</em> area</li>
|
<li><a href="https://github.com/McShelby/hugo-theme-relearn/blob/main/layouts/partials/topbar/area/end.html" target="_blank"><strong>end</strong></a>: shown on th' opposite breadcrumb side 'n comparison t' th' <em>start</em> area</li>
|
||||||
@ -426,8 +427,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="basic" />
|
<meta property="og:title" content="basic :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/basic/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/basic/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="basic"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="basic :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>basic :: Categorrry :: Cap'n Hugo Relearrrn Theme</title>
|
<title>basic :: Categorrry :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/basic/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/basic/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/basic/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/basic/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/basic/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/basic/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/categories/basic/index.xml" rel="alternate" type="application/rss+xml" title="basic :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/categories/basic/index.xml" rel="alternate" type="application/rss+xml" title="basic :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -209,12 +210,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038356" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -371,13 +372,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038356"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="content" />
|
<meta property="og:title" content="content :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/content/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/content/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="content"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="content :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>content :: Categorrry :: Cap'n Hugo Relearrrn Theme</title>
|
<title>content :: Categorrry :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/content/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/content/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/content/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/content/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/content/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/content/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/categories/content/index.xml" rel="alternate" type="application/rss+xml" title="content :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/categories/content/index.xml" rel="alternate" type="application/rss+xml" title="content :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -209,12 +210,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038356" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -371,13 +372,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038356"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="custom" />
|
<meta property="og:title" content="custom :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/custom/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/custom/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="custom"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="custom :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>custom :: Categorrry :: Cap'n Hugo Relearrrn Theme</title>
|
<title>custom :: Categorrry :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/custom/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/custom/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/custom/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/custom/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/custom/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/custom/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/categories/custom/index.xml" rel="alternate" type="application/rss+xml" title="custom :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/categories/custom/index.xml" rel="alternate" type="application/rss+xml" title="custom :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -209,12 +210,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038356" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -371,13 +372,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038356"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Categories" />
|
<meta property="og:title" content="Categorrries :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Categories"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Categorrries :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Categorrries :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Categorrries :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../pir/categories/index.xml" rel="alternate" type="application/rss+xml" title="Categorrries :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../pir/categories/index.xml" rel="alternate" type="application/rss+xml" title="Categorrries :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038354"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -226,12 +227,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../js/auto-complete.js?1697038356" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/search.js?1697023057" defer></script>
|
<script src="../../js/search.js?1697038356" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -388,13 +389,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../js/github-buttons.js?1697038356"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/theme.js?1697023057" defer></script>
|
<script src="../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="taxonomy" />
|
<meta property="og:title" content="taxonomy :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/taxonomy/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/taxonomy/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="taxonomy"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="taxonomy :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>taxonomy :: Categorrry :: Cap'n Hugo Relearrrn Theme</title>
|
<title>taxonomy :: Categorrry :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/taxonomy/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/taxonomy/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/taxonomy/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/taxonomy/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/categories/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="taxonomy :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/categories/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="taxonomy :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -209,12 +210,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038356" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -371,13 +372,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038356"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,34 +7,35 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="theming" />
|
<meta property="og:title" content="theming :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/theming/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/categories/theming/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="theming"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="theming :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>theming :: Categorrry :: Cap'n Hugo Relearrrn Theme</title>
|
<title>theming :: Categorrry :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/theming/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/theming/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/theming/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/categories/theming/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/theming/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/categories/theming/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/categories/theming/index.xml" rel="alternate" type="application/rss+xml" title="theming :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/categories/theming/index.xml" rel="alternate" type="application/rss+xml" title="theming :: Categorrry :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -210,12 +211,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038356" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -372,13 +373,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038356"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Arrrchetypes" />
|
<meta property="og:title" content="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Arrrchetypes"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Arrrchetypes :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Arrrchetypes :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/cont/archetypes/index.xml" rel="alternate" type="application/rss+xml" title="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/archetypes/index.xml" rel="alternate" type="application/rss+xml" title="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/archetypes/index.print.html" rel="alternate" type="text/html" title="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/archetypes/index.print.html" rel="alternate" type="text/html" title="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -153,8 +154,8 @@
|
|||||||
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
||||||
<h3 id="archetypes-home">Home</h3>
|
<h3 id="archetypes-home">Home</h3>
|
||||||
<p>A <strong>Home</strong> plank be th' start'n plank o' yer project. It’s best t' have only one plank o' this kind 'n yer project.</p>
|
<p>A <strong>Home</strong> plank be th' start'n plank o' yer project. It’s best t' have only one plank o' this kind 'n yer project.</p>
|
||||||
<p><a href="#R-image-b88b12f6771893d16a6d592bc95164e2" class="lightbox-link"><img src="../../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-9a1e29ea7dbc02a13fa2cc67ddeed2ec" class="lightbox-link"><img src="../../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b88b12f6771893d16a6d592bc95164e2"><img src="../../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9a1e29ea7dbc02a13fa2cc67ddeed2ec"><img src="../../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>T' create a home plank, run th' follow'n command</p>
|
<p>T' create a home plank, run th' follow'n command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -164,8 +165,8 @@
|
|||||||
</span></span><span class="line"><span class="cl">
|
</span></span><span class="line"><span class="cl">
|
||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
||||||
<p>A <strong>Chapter</strong> displays a plank meant t' be used as introduct'n fer a set o' child planks. Commonly, it contains a simple title an' a catch line t' define rrrambl'n that can be found below it.</p>
|
<p>A <strong>Chapter</strong> displays a plank meant t' be used as introduct'n fer a set o' child planks. Commonly, it contains a simple title an' a catch line t' define rrrambl'n that can be found below it.</p>
|
||||||
<p><a href="#R-image-ec1716faa25a11290a23dd2e591c9599" class="lightbox-link"><img src="../../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-afae7f8cb9f6752e68fc285590e27612" class="lightbox-link"><img src="../../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ec1716faa25a11290a23dd2e591c9599"><img src="../../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-afae7f8cb9f6752e68fc285590e27612"><img src="../../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>T' create a chapter plank, run th' follow'n command</p>
|
<p>T' create a chapter plank, run th' follow'n command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -177,8 +178,8 @@
|
|||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace th' <code>X</code> wit' a number. Because this number will be used t' generate th' subtitle o' th' chapter plank, set th' number t' a consecutive value start'n at 1 fer each new chapter level.</p>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace th' <code>X</code> wit' a number. Because this number will be used t' generate th' subtitle o' th' chapter plank, set th' number t' a consecutive value start'n at 1 fer each new chapter level.</p>
|
||||||
<h3 id="archetypes-default">Default</h3>
|
<h3 id="archetypes-default">Default</h3>
|
||||||
<p>A <strong>Default</strong> plank be any other rrrambl'n plank. If ye set an unknown archetype 'n yer frontmatter, this archetype will be used t' generate th' plank.</p>
|
<p>A <strong>Default</strong> plank be any other rrrambl'n plank. If ye set an unknown archetype 'n yer frontmatter, this archetype will be used t' generate th' plank.</p>
|
||||||
<p><a href="#R-image-4e77379e73badeadd0369036772ad345" class="lightbox-link"><img src="../../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-b7a7a901026ff8d8bd35e7bdcc05d8eb" class="lightbox-link"><img src="../../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4e77379e73badeadd0369036772ad345"><img src="../../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b7a7a901026ff8d8bd35e7bdcc05d8eb"><img src="../../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>T' create a default plank, run either one o' th' follow'n commands</p>
|
<p>T' create a default plank, run either one o' th' follow'n commands</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
||||||
@ -311,12 +312,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -473,13 +474,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Arrrchetypes" />
|
<meta property="og:title" content="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Arrrchetypes"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Arrrchetypes :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Arrrchetypes :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/archetypes/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html" rel="canonical" type="text/html" title="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html" rel="canonical" type="text/html" title="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/archetypes/index.xml" rel="alternate" type="application/rss+xml" title="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/archetypes/index.xml" rel="alternate" type="application/rss+xml" title="Arrrchetypes :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -97,8 +98,8 @@
|
|||||||
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
||||||
<h3 id="archetypes-home">Home</h3>
|
<h3 id="archetypes-home">Home</h3>
|
||||||
<p>A <strong>Home</strong> plank be th' start'n plank o' yer project. It’s best t' have only one plank o' this kind 'n yer project.</p>
|
<p>A <strong>Home</strong> plank be th' start'n plank o' yer project. It’s best t' have only one plank o' this kind 'n yer project.</p>
|
||||||
<p><a href="#R-image-b88b12f6771893d16a6d592bc95164e2" class="lightbox-link"><img src="../../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-9a1e29ea7dbc02a13fa2cc67ddeed2ec" class="lightbox-link"><img src="../../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b88b12f6771893d16a6d592bc95164e2"><img src="../../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9a1e29ea7dbc02a13fa2cc67ddeed2ec"><img src="../../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>T' create a home plank, run th' follow'n command</p>
|
<p>T' create a home plank, run th' follow'n command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -108,8 +109,8 @@
|
|||||||
</span></span><span class="line"><span class="cl">
|
</span></span><span class="line"><span class="cl">
|
||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
||||||
<p>A <strong>Chapter</strong> displays a plank meant t' be used as introduct'n fer a set o' child planks. Commonly, it contains a simple title an' a catch line t' define rrrambl'n that can be found below it.</p>
|
<p>A <strong>Chapter</strong> displays a plank meant t' be used as introduct'n fer a set o' child planks. Commonly, it contains a simple title an' a catch line t' define rrrambl'n that can be found below it.</p>
|
||||||
<p><a href="#R-image-ec1716faa25a11290a23dd2e591c9599" class="lightbox-link"><img src="../../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-afae7f8cb9f6752e68fc285590e27612" class="lightbox-link"><img src="../../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ec1716faa25a11290a23dd2e591c9599"><img src="../../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-afae7f8cb9f6752e68fc285590e27612"><img src="../../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>T' create a chapter plank, run th' follow'n command</p>
|
<p>T' create a chapter plank, run th' follow'n command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -121,8 +122,8 @@
|
|||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace th' <code>X</code> wit' a number. Because this number will be used t' generate th' subtitle o' th' chapter plank, set th' number t' a consecutive value start'n at 1 fer each new chapter level.</p>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace th' <code>X</code> wit' a number. Because this number will be used t' generate th' subtitle o' th' chapter plank, set th' number t' a consecutive value start'n at 1 fer each new chapter level.</p>
|
||||||
<h3 id="archetypes-default">Default</h3>
|
<h3 id="archetypes-default">Default</h3>
|
||||||
<p>A <strong>Default</strong> plank be any other rrrambl'n plank. If ye set an unknown archetype 'n yer frontmatter, this archetype will be used t' generate th' plank.</p>
|
<p>A <strong>Default</strong> plank be any other rrrambl'n plank. If ye set an unknown archetype 'n yer frontmatter, this archetype will be used t' generate th' plank.</p>
|
||||||
<p><a href="#R-image-4e77379e73badeadd0369036772ad345" class="lightbox-link"><img src="../../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-b7a7a901026ff8d8bd35e7bdcc05d8eb" class="lightbox-link"><img src="../../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4e77379e73badeadd0369036772ad345"><img src="../../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b7a7a901026ff8d8bd35e7bdcc05d8eb"><img src="../../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>T' create a default plank, run either one o' th' follow'n commands</p>
|
<p>T' create a default plank, run either one o' th' follow'n commands</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
||||||
@ -174,8 +175,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Multilingual an' i18n" />
|
<meta property="og:title" content="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Multilingual an' i18n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/cont/i18n/index.xml" rel="alternate" type="application/rss+xml" title="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/i18n/index.xml" rel="alternate" type="application/rss+xml" title="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/i18n/index.print.html" rel="alternate" type="text/html" title="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/i18n/index.print.html" rel="alternate" type="text/html" title="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -150,8 +151,8 @@
|
|||||||
<li>Automatic menu generat'n from multilingual rrrambl'n</li>
|
<li>Automatic menu generat'n from multilingual rrrambl'n</li>
|
||||||
<li>In-browser language switch'n</li>
|
<li>In-browser language switch'n</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="#R-image-c4b4b8e726778aa4658e21640d3cf53b" class="lightbox-link"><img src="../../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-6120d5bd254703df232335b20d6fcafd" class="lightbox-link"><img src="../../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c4b4b8e726778aa4658e21640d3cf53b"><img src="../../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6120d5bd254703df232335b20d6fcafd"><img src="../../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="basic-configuration">Basic configurat'n</h2>
|
<h2 id="basic-configuration">Basic configurat'n</h2>
|
||||||
<p>Aft learn'n <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Cap'n Hugo handle multilingual websites</a>, define yer languages 'n yer <code>config.toml</code> file.</p>
|
<p>Aft learn'n <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Cap'n Hugo handle multilingual websites</a>, define yer languages 'n yer <code>config.toml</code> file.</p>
|
||||||
<p>For example wit' current English an' Piratized English website.</p>
|
<p>For example wit' current English an' Piratized English website.</p>
|
||||||
@ -333,12 +334,12 @@ You’ll see error reports 'n yer browsers console log fer each unsupported
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038356" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -495,13 +496,13 @@ You’ll see error reports 'n yer browsers console log fer each unsupported
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038356"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Multilingual an' i18n" />
|
<meta property="og:title" content="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Multilingual an' i18n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/i18n/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html" rel="canonical" type="text/html" title="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html" rel="canonical" type="text/html" title="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/i18n/index.xml" rel="alternate" type="application/rss+xml" title="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/i18n/index.xml" rel="alternate" type="application/rss+xml" title="Multilingual an' i18n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -99,8 +100,8 @@
|
|||||||
<li>Automatic menu generat'n from multilingual rrrambl'n</li>
|
<li>Automatic menu generat'n from multilingual rrrambl'n</li>
|
||||||
<li>In-browser language switch'n</li>
|
<li>In-browser language switch'n</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="#R-image-c4b4b8e726778aa4658e21640d3cf53b" class="lightbox-link"><img src="../../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-6120d5bd254703df232335b20d6fcafd" class="lightbox-link"><img src="../../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c4b4b8e726778aa4658e21640d3cf53b"><img src="../../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6120d5bd254703df232335b20d6fcafd"><img src="../../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="basic-configuration">Basic configurat'n</h2>
|
<h2 id="basic-configuration">Basic configurat'n</h2>
|
||||||
<p>Aft learn'n <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Cap'n Hugo handle multilingual websites</a>, define yer languages 'n yer <code>config.toml</code> file.</p>
|
<p>Aft learn'n <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Cap'n Hugo handle multilingual websites</a>, define yer languages 'n yer <code>config.toml</code> file.</p>
|
||||||
<p>For example wit' current English an' Piratized English website.</p>
|
<p>For example wit' current English an' Piratized English website.</p>
|
||||||
@ -201,8 +202,8 @@ You’ll see error reports 'n yer browsers console log fer each unsupported
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,45 +7,45 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Image Effects" />
|
<meta property="og:title" content="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Th' theme supports non-standard image effects.
|
<meta property="og:description" content="Th' theme supports non-standard image effects.
|
||||||
As described, ye can add this t' th' URL query parameter, but this may be cumbersome t' do it consistently fer th' whole plank.
|
As described, ye can add this t' th' URL query parameter, but this may be cumbersome t' do it consistently fer th' whole plank.
|
||||||
Instead, ye can configure th' defaults 'n yer config.toml aswell as overrid'n these default 'n th' planks frontmatter.
|
Instead, ye can configure th' defaults 'n yer config.toml aswell as overrid'n these default 'n th' planks frontmatter.
|
||||||
Explicitly set URL query parameter will override th' defaults 'n effect fer a plank.
|
Explicitly set URL query parameter will override th' defaults 'n effect fer a plank.
|
||||||
Without any sett'ns 'n yer config.toml this defaults t'" />
|
Without any sett'ns 'n yer config.toml this defaults t'">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Image Effects"/>
|
<meta name="twitter:title" content="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:description" content="Th' theme supports non-standard image effects.
|
<meta name="twitter:description" content="Th' theme supports non-standard image effects.
|
||||||
As described, ye can add this t' th' URL query parameter, but this may be cumbersome t' do it consistently fer th' whole plank.
|
As described, ye can add this t' th' URL query parameter, but this may be cumbersome t' do it consistently fer th' whole plank.
|
||||||
Instead, ye can configure th' defaults 'n yer config.toml aswell as overrid'n these default 'n th' planks frontmatter.
|
Instead, ye can configure th' defaults 'n yer config.toml aswell as overrid'n these default 'n th' planks frontmatter.
|
||||||
Explicitly set URL query parameter will override th' defaults 'n effect fer a plank.
|
Explicitly set URL query parameter will override th' defaults 'n effect fer a plank.
|
||||||
Without any sett'ns 'n yer config.toml this defaults t'"/>
|
Without any sett'ns 'n yer config.toml this defaults t'">
|
||||||
<title>Image Effects :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Image Effects :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/cont/imageeffects/index.xml" rel="alternate" type="application/rss+xml" title="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/imageeffects/index.xml" rel="alternate" type="application/rss+xml" title="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/imageeffects/index.print.html" rel="alternate" type="text/html" title="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/imageeffects/index.print.html" rel="alternate" type="text/html" title="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -153,13 +153,13 @@
|
|||||||
<p>Without any sett'ns 'n yer <code>config.toml</code> this defaults t'</p>
|
<p>Without any sett'ns 'n yer <code>config.toml</code> this defaults t'</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="95d28244ffd2bfe2d8511319712bb6ec">
|
<div class="tab-panel" data-tab-group="40ab57ac4039fbcfd49fd5737f9909d8">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="configtoml"
|
data-tab-item="configtoml"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('95d28244ffd2bfe2d8511319712bb6ec','configtoml')"
|
onclick="switchTab('40ab57ac4039fbcfd49fd5737f9909d8','configtoml')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">config.toml</span>
|
<span class="tab-nav-text">config.toml</span>
|
||||||
</button>
|
</button>
|
||||||
@ -180,13 +180,13 @@
|
|||||||
</div><p>This can be overridden 'n a planks frontmatter by eg.</p>
|
</div><p>This can be overridden 'n a planks frontmatter by eg.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="95fc4b1bcacea4c22b82dde0bc793c2a">
|
<div class="tab-panel" data-tab-group="ed70cee2ad91214c53d4ffde58a91088">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="frontmatter"
|
data-tab-item="frontmatter"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('95fc4b1bcacea4c22b82dde0bc793c2a','frontmatter')"
|
onclick="switchTab('ed70cee2ad91214c53d4ffde58a91088','frontmatter')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">frontmatter</span>
|
<span class="tab-nav-text">frontmatter</span>
|
||||||
</button>
|
</button>
|
||||||
@ -206,13 +206,13 @@
|
|||||||
</div><p>Or by explicitly override sett'ns by URL query parameter</p>
|
</div><p>Or by explicitly override sett'ns by URL query parameter</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="cc473f611c778431d505d2093c82200a">
|
<div class="tab-panel" data-tab-group="c4c6253052a2223a9c41233692ac1ba3">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="url"
|
data-tab-item="url"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('cc473f611c778431d505d2093c82200a','url')"
|
onclick="switchTab('c4c6253052a2223a9c41233692ac1ba3','url')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">URL</span>
|
<span class="tab-nav-text">URL</span>
|
||||||
</button>
|
</button>
|
||||||
@ -229,13 +229,13 @@
|
|||||||
</div><p>Th' sett'ns applied t' th' above image would be</p>
|
</div><p>Th' sett'ns applied t' th' above image would be</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="96a7ba7ee7108c61749238f949b71deb">
|
<div class="tab-panel" data-tab-group="fafa953654d500bbb541755350df3a08">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="result"
|
data-tab-item="result"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('96a7ba7ee7108c61749238f949b71deb','result')"
|
onclick="switchTab('fafa953654d500bbb541755350df3a08','result')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Result</span>
|
<span class="tab-nav-text">Result</span>
|
||||||
</button>
|
</button>
|
||||||
@ -255,13 +255,13 @@
|
|||||||
</div><p>This ends up 'n th' follow'n HTML whar' th' parameter be converted t' CSS classes.</p>
|
</div><p>This ends up 'n th' follow'n HTML whar' th' parameter be converted t' CSS classes.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="af12dcfe726e213a90a52517ac09a1b1">
|
<div class="tab-panel" data-tab-group="6c749dfd3109f6b892c914faa71204f1">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="html"
|
data-tab-item="html"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('af12dcfe726e213a90a52517ac09a1b1','html')"
|
onclick="switchTab('6c749dfd3109f6b892c914faa71204f1','html')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">HTML</span>
|
<span class="tab-nav-text">HTML</span>
|
||||||
</button>
|
</button>
|
||||||
@ -375,12 +375,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023055" defer></script>
|
<script src="../../../js/auto-complete.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/search.js?1697023055" defer></script>
|
<script src="../../../js/search.js?1697038354" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -537,13 +537,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023055"></script>
|
<script async src="../../../js/github-buttons.js?1697038354"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023055" defer></script>
|
<script src="../../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,46 +7,46 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Image Effects" />
|
<meta property="og:title" content="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Th' theme supports non-standard image effects.
|
<meta property="og:description" content="Th' theme supports non-standard image effects.
|
||||||
As described, ye can add this t' th' URL query parameter, but this may be cumbersome t' do it consistently fer th' whole plank.
|
As described, ye can add this t' th' URL query parameter, but this may be cumbersome t' do it consistently fer th' whole plank.
|
||||||
Instead, ye can configure th' defaults 'n yer config.toml aswell as overrid'n these default 'n th' planks frontmatter.
|
Instead, ye can configure th' defaults 'n yer config.toml aswell as overrid'n these default 'n th' planks frontmatter.
|
||||||
Explicitly set URL query parameter will override th' defaults 'n effect fer a plank.
|
Explicitly set URL query parameter will override th' defaults 'n effect fer a plank.
|
||||||
Without any sett'ns 'n yer config.toml this defaults t'" />
|
Without any sett'ns 'n yer config.toml this defaults t'">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Image Effects"/>
|
<meta name="twitter:title" content="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:description" content="Th' theme supports non-standard image effects.
|
<meta name="twitter:description" content="Th' theme supports non-standard image effects.
|
||||||
As described, ye can add this t' th' URL query parameter, but this may be cumbersome t' do it consistently fer th' whole plank.
|
As described, ye can add this t' th' URL query parameter, but this may be cumbersome t' do it consistently fer th' whole plank.
|
||||||
Instead, ye can configure th' defaults 'n yer config.toml aswell as overrid'n these default 'n th' planks frontmatter.
|
Instead, ye can configure th' defaults 'n yer config.toml aswell as overrid'n these default 'n th' planks frontmatter.
|
||||||
Explicitly set URL query parameter will override th' defaults 'n effect fer a plank.
|
Explicitly set URL query parameter will override th' defaults 'n effect fer a plank.
|
||||||
Without any sett'ns 'n yer config.toml this defaults t'"/>
|
Without any sett'ns 'n yer config.toml this defaults t'">
|
||||||
<title>Image Effects :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Image Effects :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html" rel="canonical" type="text/html" title="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html" rel="canonical" type="text/html" title="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/imageeffects/index.xml" rel="alternate" type="application/rss+xml" title="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/imageeffects/index.xml" rel="alternate" type="application/rss+xml" title="Image Effects :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -109,13 +109,13 @@
|
|||||||
<p>Without any sett'ns 'n yer <code>config.toml</code> this defaults t'</p>
|
<p>Without any sett'ns 'n yer <code>config.toml</code> this defaults t'</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="95d28244ffd2bfe2d8511319712bb6ec">
|
<div class="tab-panel" data-tab-group="40ab57ac4039fbcfd49fd5737f9909d8">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="configtoml"
|
data-tab-item="configtoml"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('95d28244ffd2bfe2d8511319712bb6ec','configtoml')"
|
onclick="switchTab('40ab57ac4039fbcfd49fd5737f9909d8','configtoml')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">config.toml</span>
|
<span class="tab-nav-text">config.toml</span>
|
||||||
</button>
|
</button>
|
||||||
@ -136,13 +136,13 @@
|
|||||||
</div><p>This can be overridden 'n a planks frontmatter by eg.</p>
|
</div><p>This can be overridden 'n a planks frontmatter by eg.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="95fc4b1bcacea4c22b82dde0bc793c2a">
|
<div class="tab-panel" data-tab-group="ed70cee2ad91214c53d4ffde58a91088">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="frontmatter"
|
data-tab-item="frontmatter"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('95fc4b1bcacea4c22b82dde0bc793c2a','frontmatter')"
|
onclick="switchTab('ed70cee2ad91214c53d4ffde58a91088','frontmatter')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">frontmatter</span>
|
<span class="tab-nav-text">frontmatter</span>
|
||||||
</button>
|
</button>
|
||||||
@ -162,13 +162,13 @@
|
|||||||
</div><p>Or by explicitly override sett'ns by URL query parameter</p>
|
</div><p>Or by explicitly override sett'ns by URL query parameter</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="cc473f611c778431d505d2093c82200a">
|
<div class="tab-panel" data-tab-group="c4c6253052a2223a9c41233692ac1ba3">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="url"
|
data-tab-item="url"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('cc473f611c778431d505d2093c82200a','url')"
|
onclick="switchTab('c4c6253052a2223a9c41233692ac1ba3','url')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">URL</span>
|
<span class="tab-nav-text">URL</span>
|
||||||
</button>
|
</button>
|
||||||
@ -185,13 +185,13 @@
|
|||||||
</div><p>Th' sett'ns applied t' th' above image would be</p>
|
</div><p>Th' sett'ns applied t' th' above image would be</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="96a7ba7ee7108c61749238f949b71deb">
|
<div class="tab-panel" data-tab-group="fafa953654d500bbb541755350df3a08">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="result"
|
data-tab-item="result"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('96a7ba7ee7108c61749238f949b71deb','result')"
|
onclick="switchTab('fafa953654d500bbb541755350df3a08','result')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Result</span>
|
<span class="tab-nav-text">Result</span>
|
||||||
</button>
|
</button>
|
||||||
@ -211,13 +211,13 @@
|
|||||||
</div><p>This ends up 'n th' follow'n HTML whar' th' parameter be converted t' CSS classes.</p>
|
</div><p>This ends up 'n th' follow'n HTML whar' th' parameter be converted t' CSS classes.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="af12dcfe726e213a90a52517ac09a1b1">
|
<div class="tab-panel" data-tab-group="6c749dfd3109f6b892c914faa71204f1">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="html"
|
data-tab-item="html"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('af12dcfe726e213a90a52517ac09a1b1','html')"
|
onclick="switchTab('6c749dfd3109f6b892c914faa71204f1','html')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">HTML</span>
|
<span class="tab-nav-text">HTML</span>
|
||||||
</button>
|
</button>
|
||||||
@ -250,8 +250,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Rambl'n" />
|
<meta property="og:title" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Rambl'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Rambl'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Rambl'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../pir/cont/index.xml" rel="alternate" type="application/rss+xml" title="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../pir/cont/index.xml" rel="alternate" type="application/rss+xml" title="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../pir/cont/index.print.html" rel="alternate" type="text/html" title="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../pir/cont/index.print.html" rel="alternate" type="text/html" title="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038354"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -222,12 +223,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../js/auto-complete.js?1697038355" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/search.js?1697023057" defer></script>
|
<script src="../../js/search.js?1697038355" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -384,13 +385,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../js/github-buttons.js?1697038355"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../js/clipboard.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038355" defer></script>
|
||||||
<script src="../../js/theme.js?1697023057" defer></script>
|
<script src="../../js/theme.js?1697038355" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Rambl'n" />
|
<meta property="og:title" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Rambl'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Rambl'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Rambl'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html" rel="canonical" type="text/html" title="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html" rel="canonical" type="text/html" title="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../pir/cont/index.xml" rel="alternate" type="application/rss+xml" title="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../pir/cont/index.xml" rel="alternate" type="application/rss+xml" title="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023057"></script>
|
<script src="../../js/url.js?1697038356"></script>
|
||||||
<script src="../../js/variant.js?1697023057"></script>
|
<script src="../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -183,8 +184,8 @@
|
|||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-ae5dfe5e4425c4d5cd98b1499accc44d" class="lightbox-link"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-99773a071bf311e09e301de822c8929d" class="lightbox-link"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ae5dfe5e4425c4d5cd98b1499accc44d"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-99773a071bf311e09e301de822c8929d"><img src="../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h3 id="ordering-sibling-menupage-entries">Order'n sibl'n menu/page entries</h3>
|
<h3 id="ordering-sibling-menupage-entries">Order'n sibl'n menu/page entries</h3>
|
||||||
<p>Cap'n Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flex'ble way</a> t' handle order fer yer planks.</p>
|
<p>Cap'n Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flex'ble way</a> t' handle order fer yer planks.</p>
|
||||||
<p>Th' simplest way be t' set <code>weight</code> parameter t' a number.</p>
|
<p>Th' simplest way be t' set <code>weight</code> parameter t' a number.</p>
|
||||||
@ -234,8 +235,8 @@ We’ve added th' <code>menuTitle</code> parameter fer that purpose:</p>
|
|||||||
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
<h2 id="predefined-archetypes">Predefined Archetypes</h2>
|
||||||
<h3 id="archetypes-home">Home</h3>
|
<h3 id="archetypes-home">Home</h3>
|
||||||
<p>A <strong>Home</strong> plank be th' start'n plank o' yer project. It’s best t' have only one plank o' this kind 'n yer project.</p>
|
<p>A <strong>Home</strong> plank be th' start'n plank o' yer project. It’s best t' have only one plank o' this kind 'n yer project.</p>
|
||||||
<p><a href="#R-image-b88b12f6771893d16a6d592bc95164e2" class="lightbox-link"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-9a1e29ea7dbc02a13fa2cc67ddeed2ec" class="lightbox-link"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b88b12f6771893d16a6d592bc95164e2"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9a1e29ea7dbc02a13fa2cc67ddeed2ec"><img src="../../cont/archetypes/pages-home.png?width=60pc" alt="Home page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>T' create a home plank, run th' follow'n command</p>
|
<p>T' create a home plank, run th' follow'n command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind home _index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -245,8 +246,8 @@ We’ve added th' <code>menuTitle</code> parameter fer that purpose:</p>
|
|||||||
</span></span><span class="line"><span class="cl">
|
</span></span><span class="line"><span class="cl">
|
||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><h3 id="archetypes-chapter">Chapter</h3>
|
||||||
<p>A <strong>Chapter</strong> displays a plank meant t' be used as introduct'n fer a set o' child planks. Commonly, it contains a simple title an' a catch line t' define rrrambl'n that can be found below it.</p>
|
<p>A <strong>Chapter</strong> displays a plank meant t' be used as introduct'n fer a set o' child planks. Commonly, it contains a simple title an' a catch line t' define rrrambl'n that can be found below it.</p>
|
||||||
<p><a href="#R-image-ec1716faa25a11290a23dd2e591c9599" class="lightbox-link"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-afae7f8cb9f6752e68fc285590e27612" class="lightbox-link"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ec1716faa25a11290a23dd2e591c9599"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-afae7f8cb9f6752e68fc285590e27612"><img src="../../cont/archetypes/pages-chapter.png?width=60pc" alt="Chapter page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>T' create a chapter plank, run th' follow'n command</p>
|
<p>T' create a chapter plank, run th' follow'n command</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new --kind chapter <name>/_index.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl">+++
|
||||||
@ -258,8 +259,8 @@ We’ve added th' <code>menuTitle</code> parameter fer that purpose:</p>
|
|||||||
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace th' <code>X</code> wit' a number. Because this number will be used t' generate th' subtitle o' th' chapter plank, set th' number t' a consecutive value start'n at 1 fer each new chapter level.</p>
|
</span></span><span class="line"><span class="cl">Lorem Ipsum.</span></span></code></pre></div><p>Replace th' <code>X</code> wit' a number. Because this number will be used t' generate th' subtitle o' th' chapter plank, set th' number t' a consecutive value start'n at 1 fer each new chapter level.</p>
|
||||||
<h3 id="archetypes-default">Default</h3>
|
<h3 id="archetypes-default">Default</h3>
|
||||||
<p>A <strong>Default</strong> plank be any other rrrambl'n plank. If ye set an unknown archetype 'n yer frontmatter, this archetype will be used t' generate th' plank.</p>
|
<p>A <strong>Default</strong> plank be any other rrrambl'n plank. If ye set an unknown archetype 'n yer frontmatter, this archetype will be used t' generate th' plank.</p>
|
||||||
<p><a href="#R-image-4e77379e73badeadd0369036772ad345" class="lightbox-link"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
<p><a href="#R-image-b7a7a901026ff8d8bd35e7bdcc05d8eb" class="lightbox-link"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 60pc;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4e77379e73badeadd0369036772ad345"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b7a7a901026ff8d8bd35e7bdcc05d8eb"><img src="../../cont/archetypes/pages-default.png?width=60pc" alt="Default page" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p>T' create a default plank, run either one o' th' follow'n commands</p>
|
<p>T' create a default plank, run either one o' th' follow'n commands</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>/_index.md</span></span></code></pre></div><p>or</p>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">hugo new <chapter>/<name>.md</span></span></code></pre></div><p>This leads t' a file wit' th' follow'n rrrambl'n</p>
|
||||||
@ -833,8 +834,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b1684e8d63a48408740dbfa3bbb23089" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-dff15563f91f883714e5aa5b1d3a979b" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b1684e8d63a48408740dbfa3bbb23089"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-dff15563f91f883714e5aa5b1d3a979b"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-with-tooltip">Image wit' Tooltip</h3>
|
<h3 id="image-with-tooltip">Image wit' Tooltip</h3>
|
||||||
@ -844,8 +845,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-a0676dbf2c5f001508dca9c1654f9858" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-17e05f3e3d763c8200e57e764783ebc4" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a0676dbf2c5f001508dca9c1654f9858"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-17e05f3e3d763c8200e57e764783ebc4"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-references">Image References</h3>
|
<h3 id="image-references">Image References</h3>
|
||||||
@ -857,8 +858,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-2698ae8845a09033a5d8f95df2be829d" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-229e972cf948c00cee996333cb7497c2" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2698ae8845a09033a5d8f95df2be829d"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-229e972cf948c00cee996333cb7497c2"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-effects">Image Effects</h3>
|
<h3 id="image-effects">Image Effects</h3>
|
||||||
@ -870,8 +871,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-84aa0ca4930dabe06d81b9a696141370" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-f169c0b423dbbdc44917aceaaf5f13c6" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-84aa0ca4930dabe06d81b9a696141370"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-f169c0b423dbbdc44917aceaaf5f13c6"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -879,8 +880,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-a9b83549bccaad7b9e2e0f7ab6422174" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-9ba8f0ed10f64ec197047b12dd9a4c83" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a9b83549bccaad7b9e2e0f7ab6422174"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9ba8f0ed10f64ec197047b12dd9a4c83"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -888,8 +889,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b7844750fe75d3fd75be39acf1821488" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
<p><a href="#R-image-060615b51f26dbcd6c57de4653348438" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b7844750fe75d3fd75be39acf1821488"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-060615b51f26dbcd6c57de4653348438"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="css-classes">CSS Classes</h4>
|
<h4 id="css-classes">CSS Classes</h4>
|
||||||
@ -900,8 +901,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-6fcbfbef82b870c298fb7303ef7c53d8" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-e8aec6207e619a91b8076c8cb07221b2" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6fcbfbef82b870c298fb7303ef7c53d8"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e8aec6207e619a91b8076c8cb07221b2"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="border">Border</h5>
|
<h5 id="border">Border</h5>
|
||||||
@ -910,8 +911,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-fa718acbff614ffa3fb479ce82ed2164" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-90eb8ff681842bcb92078ae0ef5a0de4" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-fa718acbff614ffa3fb479ce82ed2164"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-90eb8ff681842bcb92078ae0ef5a0de4"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="left">Left</h5>
|
<h5 id="left">Left</h5>
|
||||||
@ -920,8 +921,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-24bc13b18d2dd83449d05b224b540632" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-ad63c6880f9394aa47a15d718fef78a6" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-24bc13b18d2dd83449d05b224b540632"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ad63c6880f9394aa47a15d718fef78a6"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="right">Right</h5>
|
<h5 id="right">Right</h5>
|
||||||
@ -930,8 +931,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-4bae3449671970875dde40ec7f5353cf" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-643c2b9243b205d482f383ec77a0a8b6" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4bae3449671970875dde40ec7f5353cf"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-643c2b9243b205d482f383ec77a0a8b6"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="inline">Inline</h5>
|
<h5 id="inline">Inline</h5>
|
||||||
@ -943,14 +944,14 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-c32c37fe49782fdb2bda619c2057f8f7" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<p><a href="#R-image-b6bbf58727f5141a2a6bdce545ad7f6a" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c32c37fe49782fdb2bda619c2057f8f7"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6bbf58727f5141a2a6bdce545ad7f6a"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-83a31964f7aa5a37f1b2538e28bb9f81" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-821a62302b679a445807c8a3c85c4dca" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-83a31964f7aa5a37f1b2538e28bb9f81"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-821a62302b679a445807c8a3c85c4dca"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-57270c3992bb23b50a27f0d280756604" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-472b6f773cb7c685c4daf438d397be85" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-57270c3992bb23b50a27f0d280756604"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-472b6f773cb7c685c4daf438d397be85"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-eecad5b6efc86032fdea97cd934772e6" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-0212334efccd8773f60e1d381e764107" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-eecad5b6efc86032fdea97cd934772e6"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-0212334efccd8773f60e1d381e764107"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="combination">Combinat'n</h5>
|
<h5 id="combination">Combinat'n</h5>
|
||||||
@ -959,8 +960,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-fe231f81b07dd45597409f0c15998f23" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-e0a260f9c3e6a0673b8a60dbef5e7d49" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-fe231f81b07dd45597409f0c15998f23"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e0a260f9c3e6a0673b8a60dbef5e7d49"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="lightbox">Lightbox</h4>
|
<h4 id="lightbox">Lightbox</h4>
|
||||||
@ -1001,13 +1002,13 @@ line 3 o' code
|
|||||||
<p>Without any sett'ns 'n yer <code>config.toml</code> this defaults t'</p>
|
<p>Without any sett'ns 'n yer <code>config.toml</code> this defaults t'</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="95d28244ffd2bfe2d8511319712bb6ec">
|
<div class="tab-panel" data-tab-group="40ab57ac4039fbcfd49fd5737f9909d8">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="configtoml"
|
data-tab-item="configtoml"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('95d28244ffd2bfe2d8511319712bb6ec','configtoml')"
|
onclick="switchTab('40ab57ac4039fbcfd49fd5737f9909d8','configtoml')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">config.toml</span>
|
<span class="tab-nav-text">config.toml</span>
|
||||||
</button>
|
</button>
|
||||||
@ -1028,13 +1029,13 @@ line 3 o' code
|
|||||||
</div><p>This can be overridden 'n a planks frontmatter by eg.</p>
|
</div><p>This can be overridden 'n a planks frontmatter by eg.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="95fc4b1bcacea4c22b82dde0bc793c2a">
|
<div class="tab-panel" data-tab-group="ed70cee2ad91214c53d4ffde58a91088">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="frontmatter"
|
data-tab-item="frontmatter"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('95fc4b1bcacea4c22b82dde0bc793c2a','frontmatter')"
|
onclick="switchTab('ed70cee2ad91214c53d4ffde58a91088','frontmatter')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">frontmatter</span>
|
<span class="tab-nav-text">frontmatter</span>
|
||||||
</button>
|
</button>
|
||||||
@ -1054,13 +1055,13 @@ line 3 o' code
|
|||||||
</div><p>Or by explicitly override sett'ns by URL query parameter</p>
|
</div><p>Or by explicitly override sett'ns by URL query parameter</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="cc473f611c778431d505d2093c82200a">
|
<div class="tab-panel" data-tab-group="c4c6253052a2223a9c41233692ac1ba3">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="url"
|
data-tab-item="url"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('cc473f611c778431d505d2093c82200a','url')"
|
onclick="switchTab('c4c6253052a2223a9c41233692ac1ba3','url')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">URL</span>
|
<span class="tab-nav-text">URL</span>
|
||||||
</button>
|
</button>
|
||||||
@ -1077,13 +1078,13 @@ line 3 o' code
|
|||||||
</div><p>Th' sett'ns applied t' th' above image would be</p>
|
</div><p>Th' sett'ns applied t' th' above image would be</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="96a7ba7ee7108c61749238f949b71deb">
|
<div class="tab-panel" data-tab-group="fafa953654d500bbb541755350df3a08">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="result"
|
data-tab-item="result"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('96a7ba7ee7108c61749238f949b71deb','result')"
|
onclick="switchTab('fafa953654d500bbb541755350df3a08','result')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">Result</span>
|
<span class="tab-nav-text">Result</span>
|
||||||
</button>
|
</button>
|
||||||
@ -1103,13 +1104,13 @@ line 3 o' code
|
|||||||
</div><p>This ends up 'n th' follow'n HTML whar' th' parameter be converted t' CSS classes.</p>
|
</div><p>This ends up 'n th' follow'n HTML whar' th' parameter be converted t' CSS classes.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-panel" data-tab-group="af12dcfe726e213a90a52517ac09a1b1">
|
<div class="tab-panel" data-tab-group="6c749dfd3109f6b892c914faa71204f1">
|
||||||
<div class="tab-nav">
|
<div class="tab-nav">
|
||||||
<div class="tab-nav-title">​</div>
|
<div class="tab-nav-title">​</div>
|
||||||
<button
|
<button
|
||||||
data-tab-item="html"
|
data-tab-item="html"
|
||||||
class="tab-nav-button tab-panel-style cstyle initial active"
|
class="tab-nav-button tab-panel-style cstyle initial active"
|
||||||
onclick="switchTab('af12dcfe726e213a90a52517ac09a1b1','html')"
|
onclick="switchTab('6c749dfd3109f6b892c914faa71204f1','html')"
|
||||||
>
|
>
|
||||||
<span class="tab-nav-text">HTML</span>
|
<span class="tab-nav-text">HTML</span>
|
||||||
</button>
|
</button>
|
||||||
@ -1288,8 +1289,8 @@ However, if ye want t' keep th' title but change its value, it can be overridden
|
|||||||
<li>Automatic menu generat'n from multilingual rrrambl'n</li>
|
<li>Automatic menu generat'n from multilingual rrrambl'n</li>
|
||||||
<li>In-browser language switch'n</li>
|
<li>In-browser language switch'n</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="#R-image-c4b4b8e726778aa4658e21640d3cf53b" class="lightbox-link"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
<p><a href="#R-image-6120d5bd254703df232335b20d6fcafd" class="lightbox-link"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c4b4b8e726778aa4658e21640d3cf53b"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6120d5bd254703df232335b20d6fcafd"><img src="../../cont/i18n/i18n-menu.gif?width=18.75rem" alt="I18n menu" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="basic-configuration">Basic configurat'n</h2>
|
<h2 id="basic-configuration">Basic configurat'n</h2>
|
||||||
<p>Aft learn'n <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Cap'n Hugo handle multilingual websites</a>, define yer languages 'n yer <code>config.toml</code> file.</p>
|
<p>Aft learn'n <a href="https://gohugo.io/content-management/multilingual" target="_blank">how Cap'n Hugo handle multilingual websites</a>, define yer languages 'n yer <code>config.toml</code> file.</p>
|
||||||
<p>For example wit' current English an' Piratized English website.</p>
|
<p>For example wit' current English an' Piratized English website.</p>
|
||||||
@ -1482,8 +1483,8 @@ You’ll see error reports 'n yer browsers console log fer each unsupported
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/theme.js?1697023057" defer></script>
|
<script src="../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,43 +7,43 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Marrrkdown rules" />
|
<meta property="og:title" content="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Let’s face it: Writ'n rrrambl'n fer th' web be tiresome. WYSIWYG editors help alleviate this task, but they generally result 'n horr'ble code, or worse yet, ugly web planks.
|
<meta property="og:description" content="Let’s face it: Writ'n rrrambl'n fer th' web be tiresome. WYSIWYG editors help alleviate this task, but they generally result 'n horr'ble code, or worse yet, ugly web planks.
|
||||||
Marrrkdown be a better way t' write HTML, without all th' complexities an' ugliness that usually accompanies it.
|
Marrrkdown be a better way t' write HTML, without all th' complexities an' ugliness that usually accompanies it.
|
||||||
Some o' th' key benefits be:
|
Some o' th' key benefits be:
|
||||||
Marrrkdown be simple t' learn, wit' minimal extra characters so it’s also quicker t' write rrrambl'n. Less chance o' errors when writ'n 'n Marrrkdown." />
|
Marrrkdown be simple t' learn, wit' minimal extra characters so it’s also quicker t' write rrrambl'n. Less chance o' errors when writ'n 'n Marrrkdown.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Marrrkdown rules"/>
|
<meta name="twitter:title" content="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:description" content="Let’s face it: Writ'n rrrambl'n fer th' web be tiresome. WYSIWYG editors help alleviate this task, but they generally result 'n horr'ble code, or worse yet, ugly web planks.
|
<meta name="twitter:description" content="Let’s face it: Writ'n rrrambl'n fer th' web be tiresome. WYSIWYG editors help alleviate this task, but they generally result 'n horr'ble code, or worse yet, ugly web planks.
|
||||||
Marrrkdown be a better way t' write HTML, without all th' complexities an' ugliness that usually accompanies it.
|
Marrrkdown be a better way t' write HTML, without all th' complexities an' ugliness that usually accompanies it.
|
||||||
Some o' th' key benefits be:
|
Some o' th' key benefits be:
|
||||||
Marrrkdown be simple t' learn, wit' minimal extra characters so it’s also quicker t' write rrrambl'n. Less chance o' errors when writ'n 'n Marrrkdown."/>
|
Marrrkdown be simple t' learn, wit' minimal extra characters so it’s also quicker t' write rrrambl'n. Less chance o' errors when writ'n 'n Marrrkdown.">
|
||||||
<title>Marrrkdown rules :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Marrrkdown rules :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/cont/markdown/index.xml" rel="alternate" type="application/rss+xml" title="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/markdown/index.xml" rel="alternate" type="application/rss+xml" title="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/markdown/index.print.html" rel="alternate" type="text/html" title="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/markdown/index.print.html" rel="alternate" type="text/html" title="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -711,8 +711,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b1684e8d63a48408740dbfa3bbb23089" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-dff15563f91f883714e5aa5b1d3a979b" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b1684e8d63a48408740dbfa3bbb23089"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-dff15563f91f883714e5aa5b1d3a979b"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-with-tooltip">Image wit' Tooltip</h3>
|
<h3 id="image-with-tooltip">Image wit' Tooltip</h3>
|
||||||
@ -722,8 +722,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-a0676dbf2c5f001508dca9c1654f9858" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-17e05f3e3d763c8200e57e764783ebc4" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a0676dbf2c5f001508dca9c1654f9858"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-17e05f3e3d763c8200e57e764783ebc4"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-references">Image References</h3>
|
<h3 id="image-references">Image References</h3>
|
||||||
@ -735,8 +735,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-2698ae8845a09033a5d8f95df2be829d" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-229e972cf948c00cee996333cb7497c2" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2698ae8845a09033a5d8f95df2be829d"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-229e972cf948c00cee996333cb7497c2"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-effects">Image Effects</h3>
|
<h3 id="image-effects">Image Effects</h3>
|
||||||
@ -748,8 +748,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-84aa0ca4930dabe06d81b9a696141370" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-f169c0b423dbbdc44917aceaaf5f13c6" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-84aa0ca4930dabe06d81b9a696141370"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-f169c0b423dbbdc44917aceaaf5f13c6"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -757,8 +757,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-a9b83549bccaad7b9e2e0f7ab6422174" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-9ba8f0ed10f64ec197047b12dd9a4c83" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a9b83549bccaad7b9e2e0f7ab6422174"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9ba8f0ed10f64ec197047b12dd9a4c83"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -766,8 +766,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b7844750fe75d3fd75be39acf1821488" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
<p><a href="#R-image-060615b51f26dbcd6c57de4653348438" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b7844750fe75d3fd75be39acf1821488"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-060615b51f26dbcd6c57de4653348438"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="css-classes">CSS Classes</h4>
|
<h4 id="css-classes">CSS Classes</h4>
|
||||||
@ -778,8 +778,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-6fcbfbef82b870c298fb7303ef7c53d8" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-e8aec6207e619a91b8076c8cb07221b2" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6fcbfbef82b870c298fb7303ef7c53d8"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e8aec6207e619a91b8076c8cb07221b2"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="border">Border</h5>
|
<h5 id="border">Border</h5>
|
||||||
@ -788,8 +788,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-fa718acbff614ffa3fb479ce82ed2164" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-90eb8ff681842bcb92078ae0ef5a0de4" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-fa718acbff614ffa3fb479ce82ed2164"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-90eb8ff681842bcb92078ae0ef5a0de4"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="left">Left</h5>
|
<h5 id="left">Left</h5>
|
||||||
@ -798,8 +798,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-24bc13b18d2dd83449d05b224b540632" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-ad63c6880f9394aa47a15d718fef78a6" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-24bc13b18d2dd83449d05b224b540632"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ad63c6880f9394aa47a15d718fef78a6"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="right">Right</h5>
|
<h5 id="right">Right</h5>
|
||||||
@ -808,8 +808,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-4bae3449671970875dde40ec7f5353cf" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-643c2b9243b205d482f383ec77a0a8b6" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4bae3449671970875dde40ec7f5353cf"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-643c2b9243b205d482f383ec77a0a8b6"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="inline">Inline</h5>
|
<h5 id="inline">Inline</h5>
|
||||||
@ -821,14 +821,14 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-c32c37fe49782fdb2bda619c2057f8f7" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<p><a href="#R-image-b6bbf58727f5141a2a6bdce545ad7f6a" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c32c37fe49782fdb2bda619c2057f8f7"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6bbf58727f5141a2a6bdce545ad7f6a"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-83a31964f7aa5a37f1b2538e28bb9f81" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-821a62302b679a445807c8a3c85c4dca" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-83a31964f7aa5a37f1b2538e28bb9f81"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-821a62302b679a445807c8a3c85c4dca"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-57270c3992bb23b50a27f0d280756604" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-472b6f773cb7c685c4daf438d397be85" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-57270c3992bb23b50a27f0d280756604"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-472b6f773cb7c685c4daf438d397be85"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-eecad5b6efc86032fdea97cd934772e6" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-0212334efccd8773f60e1d381e764107" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-eecad5b6efc86032fdea97cd934772e6"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-0212334efccd8773f60e1d381e764107"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="combination">Combinat'n</h5>
|
<h5 id="combination">Combinat'n</h5>
|
||||||
@ -837,8 +837,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-fe231f81b07dd45597409f0c15998f23" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-e0a260f9c3e6a0673b8a60dbef5e7d49" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-fe231f81b07dd45597409f0c15998f23"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e0a260f9c3e6a0673b8a60dbef5e7d49"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="lightbox">Lightbox</h4>
|
<h4 id="lightbox">Lightbox</h4>
|
||||||
@ -950,12 +950,12 @@ line 3 o' code
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023055" defer></script>
|
<script src="../../../js/auto-complete.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/search.js?1697023055" defer></script>
|
<script src="../../../js/search.js?1697038354" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -1112,13 +1112,13 @@ line 3 o' code
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023055"></script>
|
<script async src="../../../js/github-buttons.js?1697038354"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023055" defer></script>
|
<script src="../../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,44 +7,44 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Marrrkdown rules" />
|
<meta property="og:title" content="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Let’s face it: Writ'n rrrambl'n fer th' web be tiresome. WYSIWYG editors help alleviate this task, but they generally result 'n horr'ble code, or worse yet, ugly web planks.
|
<meta property="og:description" content="Let’s face it: Writ'n rrrambl'n fer th' web be tiresome. WYSIWYG editors help alleviate this task, but they generally result 'n horr'ble code, or worse yet, ugly web planks.
|
||||||
Marrrkdown be a better way t' write HTML, without all th' complexities an' ugliness that usually accompanies it.
|
Marrrkdown be a better way t' write HTML, without all th' complexities an' ugliness that usually accompanies it.
|
||||||
Some o' th' key benefits be:
|
Some o' th' key benefits be:
|
||||||
Marrrkdown be simple t' learn, wit' minimal extra characters so it’s also quicker t' write rrrambl'n. Less chance o' errors when writ'n 'n Marrrkdown." />
|
Marrrkdown be simple t' learn, wit' minimal extra characters so it’s also quicker t' write rrrambl'n. Less chance o' errors when writ'n 'n Marrrkdown.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Marrrkdown rules"/>
|
<meta name="twitter:title" content="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:description" content="Let’s face it: Writ'n rrrambl'n fer th' web be tiresome. WYSIWYG editors help alleviate this task, but they generally result 'n horr'ble code, or worse yet, ugly web planks.
|
<meta name="twitter:description" content="Let’s face it: Writ'n rrrambl'n fer th' web be tiresome. WYSIWYG editors help alleviate this task, but they generally result 'n horr'ble code, or worse yet, ugly web planks.
|
||||||
Marrrkdown be a better way t' write HTML, without all th' complexities an' ugliness that usually accompanies it.
|
Marrrkdown be a better way t' write HTML, without all th' complexities an' ugliness that usually accompanies it.
|
||||||
Some o' th' key benefits be:
|
Some o' th' key benefits be:
|
||||||
Marrrkdown be simple t' learn, wit' minimal extra characters so it’s also quicker t' write rrrambl'n. Less chance o' errors when writ'n 'n Marrrkdown."/>
|
Marrrkdown be simple t' learn, wit' minimal extra characters so it’s also quicker t' write rrrambl'n. Less chance o' errors when writ'n 'n Marrrkdown.">
|
||||||
<title>Marrrkdown rules :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Marrrkdown rules :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/markdown/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html" rel="canonical" type="text/html" title="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html" rel="canonical" type="text/html" title="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/markdown/index.xml" rel="alternate" type="application/rss+xml" title="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/markdown/index.xml" rel="alternate" type="application/rss+xml" title="Marrrkdown rules :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -619,8 +619,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b1684e8d63a48408740dbfa3bbb23089" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-dff15563f91f883714e5aa5b1d3a979b" class="lightbox-link"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b1684e8d63a48408740dbfa3bbb23089"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-dff15563f91f883714e5aa5b1d3a979b"><img src="https://octodex.github.com/images/spocktocat.png?width=20vw" alt="Spock" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-with-tooltip">Image wit' Tooltip</h3>
|
<h3 id="image-with-tooltip">Image wit' Tooltip</h3>
|
||||||
@ -630,8 +630,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-a0676dbf2c5f001508dca9c1654f9858" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-17e05f3e3d763c8200e57e764783ebc4" class="lightbox-link"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a0676dbf2c5f001508dca9c1654f9858"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-17e05f3e3d763c8200e57e764783ebc4"><img src="https://octodex.github.com/images/jean-luc-picat.jpg?width=20vw" alt="Picard" title="Jean Luc Picard" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-references">Image References</h3>
|
<h3 id="image-references">Image References</h3>
|
||||||
@ -643,8 +643,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-2698ae8845a09033a5d8f95df2be829d" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-229e972cf948c00cee996333cb7497c2" class="lightbox-link"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2698ae8845a09033a5d8f95df2be829d"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-229e972cf948c00cee996333cb7497c2"><img src="https://octodex.github.com/images/trekkie.jpg?width=20vw" alt="La Forge" title="Geordi La Forge" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 id="image-effects">Image Effects</h3>
|
<h3 id="image-effects">Image Effects</h3>
|
||||||
@ -656,8 +656,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-84aa0ca4930dabe06d81b9a696141370" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-f169c0b423dbbdc44917aceaaf5f13c6" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-84aa0ca4930dabe06d81b9a696141370"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-f169c0b423dbbdc44917aceaaf5f13c6"><img src="https://octodex.github.com/images/minion.png?width=20vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -665,8 +665,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-a9b83549bccaad7b9e2e0f7ab6422174" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
<p><a href="#R-image-9ba8f0ed10f64ec197047b12dd9a4c83" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: auto;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-a9b83549bccaad7b9e2e0f7ab6422174"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-9ba8f0ed10f64ec197047b12dd9a4c83"><img src="https://octodex.github.com/images/minion.png?height=50px" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-markdown" data-lang="markdown"><span class="line"><span class="cl"></span></span></code></pre></div>
|
||||||
@ -674,8 +674,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-b7844750fe75d3fd75be39acf1821488" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
<p><a href="#R-image-060615b51f26dbcd6c57de4653348438" class="lightbox-link"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="figure-image bg-white border lightbox noshadow" style="height: 50px; width: 40vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b7844750fe75d3fd75be39acf1821488"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-060615b51f26dbcd6c57de4653348438"><img src="https://octodex.github.com/images/minion.png?height=50px&width=40vw" alt="Minion" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="css-classes">CSS Classes</h4>
|
<h4 id="css-classes">CSS Classes</h4>
|
||||||
@ -686,8 +686,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-6fcbfbef82b870c298fb7303ef7c53d8" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-e8aec6207e619a91b8076c8cb07221b2" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="figure-image bg-white border lightbox noborder shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-6fcbfbef82b870c298fb7303ef7c53d8"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e8aec6207e619a91b8076c8cb07221b2"><img src="https://octodex.github.com/images/spidertocat.png?width=20vw&classes=shadow,noborder" alt="Spidertocat" class="lightbox-image bg-white border lightbox noborder shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="border">Border</h5>
|
<h5 id="border">Border</h5>
|
||||||
@ -696,8 +696,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-fa718acbff614ffa3fb479ce82ed2164" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-90eb8ff681842bcb92078ae0ef5a0de4" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="figure-image bg-white border lightbox noshadow noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-fa718acbff614ffa3fb479ce82ed2164"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-90eb8ff681842bcb92078ae0ef5a0de4"><img src="https://octodex.github.com/images/droctocat.png?width=20vw&classes=border,noshadow" alt="DrOctocat" class="lightbox-image bg-white border lightbox noshadow noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="left">Left</h5>
|
<h5 id="left">Left</h5>
|
||||||
@ -706,8 +706,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-24bc13b18d2dd83449d05b224b540632" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-ad63c6880f9394aa47a15d718fef78a6" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="figure-image bg-white border left lightbox noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-24bc13b18d2dd83449d05b224b540632"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ad63c6880f9394aa47a15d718fef78a6"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=20vw&classes=left" alt="Supertocat" class="lightbox-image bg-white border left lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="right">Right</h5>
|
<h5 id="right">Right</h5>
|
||||||
@ -716,8 +716,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-4bae3449671970875dde40ec7f5353cf" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-643c2b9243b205d482f383ec77a0a8b6" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="figure-image bg-white border lightbox right noshadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4bae3449671970875dde40ec7f5353cf"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-643c2b9243b205d482f383ec77a0a8b6"><img src="https://octodex.github.com/images/riddlocat.jpg?width=20vw&classes=right" alt="Riddlocat" class="lightbox-image bg-white border lightbox right noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="inline">Inline</h5>
|
<h5 id="inline">Inline</h5>
|
||||||
@ -729,14 +729,14 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-c32c37fe49782fdb2bda619c2057f8f7" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<p><a href="#R-image-b6bbf58727f5141a2a6bdce545ad7f6a" class="lightbox-link"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c32c37fe49782fdb2bda619c2057f8f7"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b6bbf58727f5141a2a6bdce545ad7f6a"><img src="https://octodex.github.com/images/spidertocat.png?width=10vw&classes=inline" alt="Spidertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-83a31964f7aa5a37f1b2538e28bb9f81" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-821a62302b679a445807c8a3c85c4dca" class="lightbox-link"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-83a31964f7aa5a37f1b2538e28bb9f81"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-821a62302b679a445807c8a3c85c4dca"><img src="https://octodex.github.com/images/droctocat.png?width=10vw&classes=inline" alt="DrOctocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-57270c3992bb23b50a27f0d280756604" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-472b6f773cb7c685c4daf438d397be85" class="lightbox-link"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-57270c3992bb23b50a27f0d280756604"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-472b6f773cb7c685c4daf438d397be85"><img src="https://octodex.github.com/images/okal-eltocat.jpg?width=10vw&classes=inline" alt="Supertocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a>
|
||||||
<a href="#R-image-eecad5b6efc86032fdea97cd934772e6" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
<a href="#R-image-0212334efccd8773f60e1d381e764107" class="lightbox-link"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="figure-image bg-white border inline lightbox noshadow" style="height: auto; width: 10vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-eecad5b6efc86032fdea97cd934772e6"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-0212334efccd8773f60e1d381e764107"><img src="https://octodex.github.com/images/riddlocat.jpg?width=10vw&classes=inline" alt="Riddlocat" class="lightbox-image bg-white border inline lightbox noshadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 id="combination">Combinat'n</h5>
|
<h5 id="combination">Combinat'n</h5>
|
||||||
@ -745,8 +745,8 @@ line 3 o' code
|
|||||||
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
<div class="box-label"><i class="fa-fw fas fa-eye"></i> Result</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|
||||||
<p><a href="#R-image-fe231f81b07dd45597409f0c15998f23" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
<p><a href="#R-image-e0a260f9c3e6a0673b8a60dbef5e7d49" class="lightbox-link"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="figure-image bg-white border left lightbox shadow" style="height: auto; width: 20vw;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-fe231f81b07dd45597409f0c15998f23"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e0a260f9c3e6a0673b8a60dbef5e7d49"><img src="https://octodex.github.com/images/xtocat.jpg?width=20vw&classes=shadow,border,left" alt="X-tocat" class="lightbox-image bg-white border left lightbox shadow" loading="lazy"></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="lightbox">Lightbox</h4>
|
<h4 id="lightbox">Lightbox</h4>
|
||||||
@ -777,8 +777,8 @@ line 3 o' code
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,43 +7,43 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Menu extrrra shorrrtcuts" />
|
<meta property="og:title" content="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Ye can define additional menu entries or shortcuts 'n th' navigat'n menu without any link t' rrrambl'n.
|
<meta property="og:description" content="Ye can define additional menu entries or shortcuts 'n th' navigat'n menu without any link t' rrrambl'n.
|
||||||
Basic configurat'n Edit th' website configurat'n config.toml an' add a [[menu.shortcuts]] entry fer each link yer want t' add.
|
Basic configurat'n Edit th' website configurat'n config.toml an' add a [[menu.shortcuts]] entry fer each link yer want t' add.
|
||||||
Example from th' current website:
|
Example from th' current website:
|
||||||
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu." />
|
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Menu extrrra shorrrtcuts"/>
|
<meta name="twitter:title" content="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:description" content="Ye can define additional menu entries or shortcuts 'n th' navigat'n menu without any link t' rrrambl'n.
|
<meta name="twitter:description" content="Ye can define additional menu entries or shortcuts 'n th' navigat'n menu without any link t' rrrambl'n.
|
||||||
Basic configurat'n Edit th' website configurat'n config.toml an' add a [[menu.shortcuts]] entry fer each link yer want t' add.
|
Basic configurat'n Edit th' website configurat'n config.toml an' add a [[menu.shortcuts]] entry fer each link yer want t' add.
|
||||||
Example from th' current website:
|
Example from th' current website:
|
||||||
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu."/>
|
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu.">
|
||||||
<title>Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/cont/menushortcuts/index.xml" rel="alternate" type="application/rss+xml" title="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/menushortcuts/index.xml" rel="alternate" type="application/rss+xml" title="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/menushortcuts/index.print.html" rel="alternate" type="text/html" title="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/menushortcuts/index.print.html" rel="alternate" type="text/html" title="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -360,12 +360,12 @@ However, if ye want t' keep th' title but change its value, it can be overridden
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023055" defer></script>
|
<script src="../../../js/auto-complete.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/search.js?1697023055" defer></script>
|
<script src="../../../js/search.js?1697038354" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -522,13 +522,13 @@ However, if ye want t' keep th' title but change its value, it can be overridden
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023055"></script>
|
<script async src="../../../js/github-buttons.js?1697038354"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023055" defer></script>
|
<script src="../../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,44 +7,44 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Menu extrrra shorrrtcuts" />
|
<meta property="og:title" content="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Ye can define additional menu entries or shortcuts 'n th' navigat'n menu without any link t' rrrambl'n.
|
<meta property="og:description" content="Ye can define additional menu entries or shortcuts 'n th' navigat'n menu without any link t' rrrambl'n.
|
||||||
Basic configurat'n Edit th' website configurat'n config.toml an' add a [[menu.shortcuts]] entry fer each link yer want t' add.
|
Basic configurat'n Edit th' website configurat'n config.toml an' add a [[menu.shortcuts]] entry fer each link yer want t' add.
|
||||||
Example from th' current website:
|
Example from th' current website:
|
||||||
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu." />
|
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Menu extrrra shorrrtcuts"/>
|
<meta name="twitter:title" content="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:description" content="Ye can define additional menu entries or shortcuts 'n th' navigat'n menu without any link t' rrrambl'n.
|
<meta name="twitter:description" content="Ye can define additional menu entries or shortcuts 'n th' navigat'n menu without any link t' rrrambl'n.
|
||||||
Basic configurat'n Edit th' website configurat'n config.toml an' add a [[menu.shortcuts]] entry fer each link yer want t' add.
|
Basic configurat'n Edit th' website configurat'n config.toml an' add a [[menu.shortcuts]] entry fer each link yer want t' add.
|
||||||
Example from th' current website:
|
Example from th' current website:
|
||||||
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu."/>
|
[[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "showcase/" weight = 11 [[menu.">
|
||||||
<title>Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html" rel="canonical" type="text/html" title="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html" rel="canonical" type="text/html" title="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/menushortcuts/index.xml" rel="alternate" type="application/rss+xml" title="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/menushortcuts/index.xml" rel="alternate" type="application/rss+xml" title="Menu extrrra shorrrtcuts :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -233,8 +233,8 @@ However, if ye want t' keep th' title but change its value, it can be overridden
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,35 +7,36 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="planks orrrganizat'n" />
|
<meta property="og:title" content="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="planks orrrganizat'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/cont/pages/index.xml" rel="alternate" type="application/rss+xml" title="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/pages/index.xml" rel="alternate" type="application/rss+xml" title="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/pages/index.print.html" rel="alternate" type="text/html" title="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/pages/index.print.html" rel="alternate" type="text/html" title="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -222,8 +223,8 @@
|
|||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-ae5dfe5e4425c4d5cd98b1499accc44d" class="lightbox-link"><img src="../../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-99773a071bf311e09e301de822c8929d" class="lightbox-link"><img src="../../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ae5dfe5e4425c4d5cd98b1499accc44d"><img src="../../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-99773a071bf311e09e301de822c8929d"><img src="../../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h3 id="ordering-sibling-menupage-entries">Order'n sibl'n menu/page entries</h3>
|
<h3 id="ordering-sibling-menupage-entries">Order'n sibl'n menu/page entries</h3>
|
||||||
<p>Cap'n Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flex'ble way</a> t' handle order fer yer planks.</p>
|
<p>Cap'n Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flex'ble way</a> t' handle order fer yer planks.</p>
|
||||||
<p>Th' simplest way be t' set <code>weight</code> parameter t' a number.</p>
|
<p>Th' simplest way be t' set <code>weight</code> parameter t' a number.</p>
|
||||||
@ -346,12 +347,12 @@ We’ve added th' <code>menuTitle</code> parameter fer that purpose:</p>
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038356" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -508,13 +509,13 @@ We’ve added th' <code>menuTitle</code> parameter fer that purpose:</p>
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038356"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,36 +7,37 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="planks orrrganizat'n" />
|
<meta property="og:title" content="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="planks orrrganizat'n"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme</title>
|
<title>planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/pages/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html" rel="canonical" type="text/html" title="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html" rel="canonical" type="text/html" title="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/pages/index.xml" rel="alternate" type="application/rss+xml" title="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/pages/index.xml" rel="alternate" type="application/rss+xml" title="planks orrrganizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -168,8 +169,8 @@
|
|||||||
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
<div class="wrap-code highlight"><pre tabindex="0" class="chroma"><code class="language-toml" data-lang="toml"><span class="line"><span class="cl"><span class="err">+++</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">title</span> <span class="p">=</span> <span class="s2">"GitHub repo"</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
</span></span><span class="line"><span class="cl"><span class="nx">menuPre</span> <span class="p">=</span> <span class="s2">"<i class='fab fa-github'></i> "</span>
|
||||||
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-ae5dfe5e4425c4d5cd98b1499accc44d" class="lightbox-link"><img src="../../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
</span></span><span class="line"><span class="cl"><span class="err">+++</span></span></span></code></pre></div><p><a href="#R-image-99773a071bf311e09e301de822c8929d" class="lightbox-link"><img src="../../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="figure-image bg-white border lightbox noshadow" style="height: auto; width: 18.75rem;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ae5dfe5e4425c4d5cd98b1499accc44d"><img src="../../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-99773a071bf311e09e301de822c8929d"><img src="../../../cont/pages/frontmatter-icon.png?width=18.75rem" alt="Title wit' icon" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h3 id="ordering-sibling-menupage-entries">Order'n sibl'n menu/page entries</h3>
|
<h3 id="ordering-sibling-menupage-entries">Order'n sibl'n menu/page entries</h3>
|
||||||
<p>Cap'n Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flex'ble way</a> t' handle order fer yer planks.</p>
|
<p>Cap'n Hugo provides a <a href="https://gohugo.io/content/ordering/" target="_blank">flex'ble way</a> t' handle order fer yer planks.</p>
|
||||||
<p>Th' simplest way be t' set <code>weight</code> parameter t' a number.</p>
|
<p>Th' simplest way be t' set <code>weight</code> parameter t' a number.</p>
|
||||||
@ -211,8 +212,8 @@ We’ve added th' <code>menuTitle</code> parameter fer that purpose:</p>
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,43 +7,43 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Taxonomy" />
|
<meta property="og:title" content="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Th' Relearrrn theme supports Hugo’s default taxonomies tag an' category out o' th' box.
|
<meta property="og:description" content="Th' Relearrrn theme supports Hugo’s default taxonomies tag an' category out o' th' box.
|
||||||
Configurat'n Just add tags and/or categories t' any plank. They can be given as a single str'n or an array o' str'ns.
|
Configurat'n Just add tags and/or categories t' any plank. They can be given as a single str'n or an array o' str'ns.
|
||||||
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior Th' tags be displayed at th' top o' th' plank 'n alphabetical order.
|
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior Th' tags be displayed at th' top o' th' plank 'n alphabetical order.
|
||||||
Th' categories be displayed at th' bottom o' th' plank 'n alphabetical order 'n th' default implementat'n o' th' theme but can be customized by provid'n yer own content-footer." />
|
Th' categories be displayed at th' bottom o' th' plank 'n alphabetical order 'n th' default implementat'n o' th' theme but can be customized by provid'n yer own content-footer.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Taxonomy"/>
|
<meta name="twitter:title" content="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:description" content="Th' Relearrrn theme supports Hugo’s default taxonomies tag an' category out o' th' box.
|
<meta name="twitter:description" content="Th' Relearrrn theme supports Hugo’s default taxonomies tag an' category out o' th' box.
|
||||||
Configurat'n Just add tags and/or categories t' any plank. They can be given as a single str'n or an array o' str'ns.
|
Configurat'n Just add tags and/or categories t' any plank. They can be given as a single str'n or an array o' str'ns.
|
||||||
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior Th' tags be displayed at th' top o' th' plank 'n alphabetical order.
|
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior Th' tags be displayed at th' top o' th' plank 'n alphabetical order.
|
||||||
Th' categories be displayed at th' bottom o' th' plank 'n alphabetical order 'n th' default implementat'n o' th' theme but can be customized by provid'n yer own content-footer."/>
|
Th' categories be displayed at th' bottom o' th' plank 'n alphabetical order 'n th' default implementat'n o' th' theme but can be customized by provid'n yer own content-footer.">
|
||||||
<title>Taxonomy :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Taxonomy :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../pir/cont/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/taxonomy/index.print.html" rel="alternate" type="text/html" title="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/taxonomy/index.print.html" rel="alternate" type="text/html" title="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -320,12 +320,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023055" defer></script>
|
<script src="../../../js/auto-complete.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023055" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/search.js?1697023055" defer></script>
|
<script src="../../../js/search.js?1697038354" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -482,13 +482,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023055"></script>
|
<script async src="../../../js/github-buttons.js?1697038354"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023055" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023055" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038354" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023055" defer></script>
|
<script src="../../../js/theme.js?1697038354" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -7,44 +7,44 @@
|
|||||||
<meta name="generator" content="Relearn 5.22.1+tip">
|
<meta name="generator" content="Relearn 5.22.1+tip">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Taxonomy" />
|
<meta property="og:title" content="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Th' Relearrrn theme supports Hugo’s default taxonomies tag an' category out o' th' box.
|
<meta property="og:description" content="Th' Relearrrn theme supports Hugo’s default taxonomies tag an' category out o' th' box.
|
||||||
Configurat'n Just add tags and/or categories t' any plank. They can be given as a single str'n or an array o' str'ns.
|
Configurat'n Just add tags and/or categories t' any plank. They can be given as a single str'n or an array o' str'ns.
|
||||||
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior Th' tags be displayed at th' top o' th' plank 'n alphabetical order.
|
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior Th' tags be displayed at th' top o' th' plank 'n alphabetical order.
|
||||||
Th' categories be displayed at th' bottom o' th' plank 'n alphabetical order 'n th' default implementat'n o' th' theme but can be customized by provid'n yer own content-footer." />
|
Th' categories be displayed at th' bottom o' th' plank 'n alphabetical order 'n th' default implementat'n o' th' theme but can be customized by provid'n yer own content-footer.">
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/><meta property="article:section" content="cont" />
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/">
|
||||||
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
|
<meta property="article:section" content="Rambl'n :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:title" content="Taxonomy"/>
|
<meta name="twitter:title" content="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta name="twitter:description" content="Th' Relearrrn theme supports Hugo’s default taxonomies tag an' category out o' th' box.
|
<meta name="twitter:description" content="Th' Relearrrn theme supports Hugo’s default taxonomies tag an' category out o' th' box.
|
||||||
Configurat'n Just add tags and/or categories t' any plank. They can be given as a single str'n or an array o' str'ns.
|
Configurat'n Just add tags and/or categories t' any plank. They can be given as a single str'n or an array o' str'ns.
|
||||||
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior Th' tags be displayed at th' top o' th' plank 'n alphabetical order.
|
+++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior Th' tags be displayed at th' top o' th' plank 'n alphabetical order.
|
||||||
Th' categories be displayed at th' bottom o' th' plank 'n alphabetical order 'n th' default implementat'n o' th' theme but can be customized by provid'n yer own content-footer."/>
|
Th' categories be displayed at th' bottom o' th' plank 'n alphabetical order 'n th' default implementat'n o' th' theme but can be customized by provid'n yer own content-footer.">
|
||||||
<title>Taxonomy :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Taxonomy :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html" rel="canonical" type="text/html" title="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html" rel="canonical" type="text/html" title="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../pir/cont/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
<link href="../../../pir/cont/taxonomy/index.xml" rel="alternate" type="application/rss+xml" title="Taxonomy :: Cap'n Hugo Relearrrn Theme">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -188,8 +188,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,33 +8,34 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="What to know if you want to contribute">
|
<meta name="description" content="What to know if you want to contribute">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Contributing" />
|
<meta property="og:title" content="Contributing :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="What to know if you want to contribute" />
|
<meta property="og:description" content="What to know if you want to contribute">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Contributing"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="What to know if you want to contribute"/>
|
<meta name="twitter:title" content="Contributing :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="What to know if you want to contribute">
|
||||||
<title>Contributing :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Contributing :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023055"></script>
|
<script src="../../../js/url.js?1697038354"></script>
|
||||||
<script src="../../../js/variant.js?1697023055"></script>
|
<script src="../../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -343,12 +344,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../../js/auto-complete.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.multi.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../../js/lunr/lunr.en.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/search.js?1697023057" defer></script>
|
<script src="../../../js/search.js?1697038356" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -509,13 +510,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../../js/github-buttons.js?1697038356"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,34 +8,35 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="What to know if you want to contribute">
|
<meta name="description" content="What to know if you want to contribute">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Contributing" />
|
<meta property="og:title" content="Contributing :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="What to know if you want to contribute" />
|
<meta property="og:description" content="What to know if you want to contribute">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Contributing"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="What to know if you want to contribute"/>
|
<meta name="twitter:title" content="Contributing :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="What to know if you want to contribute">
|
||||||
<title>Contributing :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Contributing :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/contributing/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/contributing/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../../js/url.js?1697023057"></script>
|
<script src="../../../js/url.js?1697038356"></script>
|
||||||
<script src="../../../js/variant.js?1697023057"></script>
|
<script src="../../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -217,8 +218,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../../js/theme.js?1697023057" defer></script>
|
<script src="../../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,33 +8,34 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Development" />
|
<meta property="og:title" content="Development :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/dev/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/dev/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Development"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Development :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Development :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Development :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023055" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023055" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023055" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023055" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038354" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038354" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023055" rel="stylesheet">
|
<link href="../../css/theme.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023055" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038354" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023055" rel="stylesheet">
|
<link href="../../css/variant.css?1697038354" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023055" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038354" rel="stylesheet" media="print">
|
||||||
<link href="../../css/ie.css?1697023055" rel="stylesheet">
|
<link href="../../css/ie.css?1697038354" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023055"></script>
|
<script src="../../js/url.js?1697038354"></script>
|
||||||
<script src="../../js/variant.js?1697023055"></script>
|
<script src="../../js/variant.js?1697038354"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -228,12 +229,12 @@
|
|||||||
<script>
|
<script>
|
||||||
var contentLangs=['en'];
|
var contentLangs=['en'];
|
||||||
</script>
|
</script>
|
||||||
<script src="../../js/auto-complete.js?1697023057" defer></script>
|
<script src="../../js/auto-complete.js?1697038356" defer></script>
|
||||||
<script src="../../js/lunr/lunr.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.stemmer.support.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/lunr/lunr.multi.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.multi.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/lunr/lunr.en.min.js?1697023057" defer></script>
|
<script src="../../js/lunr/lunr.en.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/search.js?1697023057" defer></script>
|
<script src="../../js/search.js?1697038356" defer></script>
|
||||||
</div>
|
</div>
|
||||||
<div id="R-homelinks" class="default-animation">
|
<div id="R-homelinks" class="default-animation">
|
||||||
<hr class="padding">
|
<hr class="padding">
|
||||||
@ -394,13 +395,13 @@
|
|||||||
setTimeout( githubButtonsInit, 400 );
|
setTimeout( githubButtonsInit, 400 );
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script async src="../../js/github-buttons.js?1697023057"></script>
|
<script async src="../../js/github-buttons.js?1697038356"></script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
<script src="../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/theme.js?1697023057" defer></script>
|
<script src="../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -8,34 +8,35 @@
|
|||||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta name="author" content="Sören Weber">
|
<meta name="author" content="Sören Weber">
|
||||||
<meta property="og:title" content="Development" />
|
<meta property="og:title" content="Development :: Cap'n Hugo Relearrrn Theme">
|
||||||
<meta property="og:description" content="Documentation for Hugo Relearn Theme" />
|
<meta property="og:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/dev/" /><meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:url" content="https://McShelby.github.io/hugo-theme-relearn/pir/dev/">
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta property="og:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png"/>
|
<meta property="og:site_name" content="Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="Development"/>
|
<meta name="twitter:image" content="https://McShelby.github.io/hugo-theme-relearn/images/hero.png">
|
||||||
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme"/>
|
<meta name="twitter:title" content="Development :: Cap'n Hugo Relearrrn Theme">
|
||||||
|
<meta name="twitter:description" content="Documentation for Hugo Relearn Theme">
|
||||||
<title>Development :: Cap'n Hugo Relearrrn Theme</title>
|
<title>Development :: Cap'n Hugo Relearrrn Theme</title>
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="x-default">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="x-default">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="en">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel="alternate" hreflang="en">
|
||||||
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/index.html" rel="alternate" hreflang="pir">
|
<link href="https://McShelby.github.io/hugo-theme-relearn/pir/dev/index.html" rel="alternate" hreflang="pir">
|
||||||
<link href="../../images/logo.svg?1697023055" rel="icon" type="image/svg+xml">
|
<link href="../../images/logo.svg?1697038354" rel="icon" type="image/svg+xml">
|
||||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||||
<link href="../../css/fontawesome-all.min.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../css/fontawesome-all.min.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/nucleus.css?1697023057" rel="stylesheet">
|
<link href="../../css/nucleus.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/auto-complete.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../css/auto-complete.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/perfect-scrollbar.min.css?1697023057" rel="stylesheet">
|
<link href="../../css/perfect-scrollbar.min.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/fonts.css?1697023057" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697023057" rel="stylesheet"></noscript>
|
<link href="../../css/fonts.css?1697038356" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1697038356" rel="stylesheet"></noscript>
|
||||||
<link href="../../css/theme.css?1697023057" rel="stylesheet">
|
<link href="../../css/theme.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/theme-auto.css?1697023057" rel="stylesheet" id="R-variant-style">
|
<link href="../../css/theme-auto.css?1697038356" rel="stylesheet" id="R-variant-style">
|
||||||
<link href="../../css/variant.css?1697023057" rel="stylesheet">
|
<link href="../../css/variant.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/print.css?1697023057" rel="stylesheet" media="print">
|
<link href="../../css/print.css?1697038356" rel="stylesheet" media="print">
|
||||||
<link href="../../css/format-print.css?1697023057" rel="stylesheet">
|
<link href="../../css/format-print.css?1697038356" rel="stylesheet">
|
||||||
<link href="../../css/ie.css?1697023057" rel="stylesheet">
|
<link href="../../css/ie.css?1697038356" rel="stylesheet">
|
||||||
<script src="../../js/url.js?1697023057"></script>
|
<script src="../../js/url.js?1697038356"></script>
|
||||||
<script src="../../js/variant.js?1697023057"></script>
|
<script src="../../js/variant.js?1697038356"></script>
|
||||||
<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:
|
// 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
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||||
@ -478,8 +479,8 @@
|
|||||||
<p><strong>Remarks</strong>:</p>
|
<p><strong>Remarks</strong>:</p>
|
||||||
<p>Th' locat'n be mandatory due t' Hugo’s theme ship builder.</p>
|
<p>Th' locat'n be mandatory due t' Hugo’s theme ship builder.</p>
|
||||||
<p><strong>Preview</strong> <code>images/screenshot.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/screenshot.png</code>:</p>
|
||||||
<p><a href="#R-image-23678b4c3de59490348ff430646eb3da" class="lightbox-link"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-3775c13b9f1d8739a9443a3fcbfa48bf" class="lightbox-link"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-23678b4c3de59490348ff430646eb3da"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-3775c13b9f1d8739a9443a3fcbfa48bf"><img src="../../images/screenshot.png?width=100%25&height=100%25" alt="Screenshot" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<h2 id="hero-image">Hero Image</h2>
|
<h2 id="hero-image">Hero Image</h2>
|
||||||
<p><strong>Rrrambl'n</strong>:</p>
|
<p><strong>Rrrambl'n</strong>:</p>
|
||||||
<p>Show th' <a href="#demo-screenshot">Demo Screenshot</a> plank on different devices an' different themes. Composit'n o' th' different device screenshots into a template.</p>
|
<p>Show th' <a href="#demo-screenshot">Demo Screenshot</a> plank on different devices an' different themes. Composit'n o' th' different device screenshots into a template.</p>
|
||||||
@ -508,11 +509,11 @@
|
|||||||
<p><strong>Remarks</strong>:</p>
|
<p><strong>Remarks</strong>:</p>
|
||||||
<p>Th' locat'n o' <code>images/tn.png</code> be mandatory due t' Hugo’s theme ship builder.</p>
|
<p>Th' locat'n o' <code>images/tn.png</code> be mandatory due t' Hugo’s theme ship builder.</p>
|
||||||
<p><strong>Preview</strong> <code>images/hero.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/hero.png</code>:</p>
|
||||||
<p><a href="#R-image-198ae5159c72dda356eb7849d37b37c9" class="lightbox-link"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-c339dc1c15074ea09901fcf0d35d74ee" class="lightbox-link"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-198ae5159c72dda356eb7849d37b37c9"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-c339dc1c15074ea09901fcf0d35d74ee"><img src="../../images/hero.png?width=100%25&height=100%25" alt="Hero" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
<p><strong>Preview</strong> <code>images/tn.png</code>:</p>
|
<p><strong>Preview</strong> <code>images/tn.png</code>:</p>
|
||||||
<p><a href="#R-image-ecab588b096b9907b48dc9343fa7fea7" class="lightbox-link"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
<p><a href="#R-image-82261e3122a9f61c7c86e25892ce660a" class="lightbox-link"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="figure-image bg-white border lightbox noshadow" style="height: 100%; width: 100%;" loading="lazy"></a>
|
||||||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ecab588b096b9907b48dc9343fa7fea7"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-82261e3122a9f61c7c86e25892ce660a"><img src="../../images/tn.png?width=100%25&height=100%25" alt="tn" class="lightbox-image bg-white border lightbox noshadow" loading="lazy"></a></p>
|
||||||
|
|
||||||
|
|
||||||
<footer class="footline">
|
<footer class="footline">
|
||||||
@ -523,8 +524,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script src="../../js/clipboard.min.js?1697023057" defer></script>
|
<script src="../../js/clipboard.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/perfect-scrollbar.min.js?1697023057" defer></script>
|
<script src="../../js/perfect-scrollbar.min.js?1697038356" defer></script>
|
||||||
<script src="../../js/theme.js?1697023057" defer></script>
|
<script src="../../js/theme.js?1697038356" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user