mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-28 19:50:30 +00:00
deploy: d39c0fb402
This commit is contained in:
parent
fa8990063c
commit
bbeb13d85c
380 changed files with 9160 additions and 9136 deletions
pir/basics/customization
|
@ -13,20 +13,20 @@
|
|||
<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.print.html" rel="alternate" type="text/html" title="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||
<link href="../../../images/logo.svg?1686004730" rel="icon" type="image/svg+xml">
|
||||
<link href="../../../images/logo.svg?1686008250" rel="icon" type="image/svg+xml">
|
||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||
<link href="../../../css/fontawesome-all.min.css?1686004730" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1686004730" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/nucleus.css?1686004730" rel="stylesheet">
|
||||
<link href="../../../css/auto-complete.css?1686004730" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1686004730" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/perfect-scrollbar.min.css?1686004730" rel="stylesheet">
|
||||
<link href="../../../css/fonts.css?1686004730" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1686004730" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/theme.css?1686004730" rel="stylesheet">
|
||||
<link href="../../../css/theme-auto.css?1686004730" rel="stylesheet" id="variant-style">
|
||||
<link href="../../../css/variant.css?1686004730" rel="stylesheet">
|
||||
<link href="../../../css/print.css?1686004730" rel="stylesheet" media="print">
|
||||
<link href="../../../css/ie.css?1686004730" rel="stylesheet">
|
||||
<script src="../../../js/url.js?1686004730"></script>
|
||||
<script src="../../../js/variant.js?1686004730"></script>
|
||||
<link href="../../../css/fontawesome-all.min.css?1686008250" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1686008250" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/nucleus.css?1686008250" rel="stylesheet">
|
||||
<link href="../../../css/auto-complete.css?1686008250" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1686008250" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/perfect-scrollbar.min.css?1686008250" rel="stylesheet">
|
||||
<link href="../../../css/fonts.css?1686008250" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1686008250" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/theme.css?1686008250" rel="stylesheet">
|
||||
<link href="../../../css/theme-auto.css?1686008250" rel="stylesheet" id="variant-style">
|
||||
<link href="../../../css/variant.css?1686008250" rel="stylesheet">
|
||||
<link href="../../../css/print.css?1686008250" rel="stylesheet" media="print">
|
||||
<link href="../../../css/ie.css?1686008250" rel="stylesheet">
|
||||
<script src="../../../js/url.js?1686008250"></script>
|
||||
<script src="../../../js/variant.js?1686008250"></script>
|
||||
<script>
|
||||
// hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic:
|
||||
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||
|
@ -150,7 +150,7 @@ Ye could use an <code>img</code> HTML tag an' reference an image created under t
|
|||
</div>
|
||||
<h2 id="change-the-favicon">Change th' favicon</h2>
|
||||
<p>If yer favicon be a SVG, PNG or ICO, just drop off yer image 'n yer local <code>static/images/</code> folder an' name it <code>favicon.svg</code>, <code>favicon.png</code> or <code>favicon.ico</code> respectively.</p>
|
||||
<p>Alternatively, if ye want yer ship t' use light & dark theme SVG favicons that follow th' OS’ (and 'n some cases, th' browser’s) color scheme, add th' image files t' yer local <code>static/images/</code> folder an' name them <code>favicon-light.svg</code> an' <code>favicon-dark.svg</code> respectively.</p>
|
||||
<p>Additionally, if ye want yer ship t' use light & dark theme favicons that follow th' OS’ (and 'n some cases, th' browser’s) color scheme, add th' image files t' yer local <code>static/images/</code> folder an' name them eg. <code>favicon-light.svg</code> and/or <code>favicon-dark.svg</code> respectively correspond'n t' yer file format. In case one o' th' files be miss'n, th' theme falls back t' eg. <code>favicon.svg</code> fer th' miss'n file. All supplied favicons must be o' th' same file format.</p>
|
||||
|
||||
<div class="box notices cstyle warning">
|
||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-triangle"></i> Arrr</div>
|
||||
|
@ -295,12 +295,12 @@ If ye have requirements t' support IE and/or older browser versions, use one o'
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../../js/auto-complete.js?1686004732" defer></script>
|
||||
<script src="../../../js/lunr/lunr.min.js?1686004732" defer></script>
|
||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1686004732" defer></script>
|
||||
<script src="../../../js/lunr/lunr.multi.min.js?1686004732" defer></script>
|
||||
<script src="../../../js/lunr/lunr.en.min.js?1686004732" defer></script>
|
||||
<script src="../../../js/search.js?1686004732" defer></script>
|
||||
<script src="../../../js/auto-complete.js?1686008251" defer></script>
|
||||
<script src="../../../js/lunr/lunr.min.js?1686008251" defer></script>
|
||||
<script src="../../../js/lunr/lunr.stemmer.support.min.js?1686008251" defer></script>
|
||||
<script src="../../../js/lunr/lunr.multi.min.js?1686008251" defer></script>
|
||||
<script src="../../../js/lunr/lunr.en.min.js?1686008251" defer></script>
|
||||
<script src="../../../js/search.js?1686008251" defer></script>
|
||||
</div>
|
||||
<div id="content-wrapper" class="highlightable">
|
||||
<ul class="topics enlarge morespace collapsible-menu">
|
||||
|
@ -419,12 +419,12 @@ If ye have requirements t' support IE and/or older browser versions, use one o'
|
|||
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
|
||||
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
|
||||
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn" title="love"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
|
||||
<script async src="../../../js/buttons.js?1686004732"></script>
|
||||
<script async src="../../../js/buttons.js?1686008251"></script>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../../js/clipboard.min.js?1686004732" defer></script>
|
||||
<script src="../../../js/perfect-scrollbar.min.js?1686004732" defer></script>
|
||||
<script src="../../../js/theme.js?1686004732" defer></script>
|
||||
<script src="../../../js/clipboard.min.js?1686008251" defer></script>
|
||||
<script src="../../../js/perfect-scrollbar.min.js?1686008251" defer></script>
|
||||
<script src="../../../js/theme.js?1686008251" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,21 +13,21 @@
|
|||
<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="../../../pir/basics/customization/index.xml" rel="alternate" type="application/rss+xml" title="Customizat'n :: Cap'n Hugo Relearrrn Theme">
|
||||
<link href="../../../images/logo.svg?1686004730" rel="icon" type="image/svg+xml">
|
||||
<link href="../../../images/logo.svg?1686008250" rel="icon" type="image/svg+xml">
|
||||
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
||||
<link href="../../../css/fontawesome-all.min.css?1686004733" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1686004733" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/nucleus.css?1686004733" rel="stylesheet">
|
||||
<link href="../../../css/auto-complete.css?1686004733" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1686004733" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/perfect-scrollbar.min.css?1686004733" rel="stylesheet">
|
||||
<link href="../../../css/fonts.css?1686004733" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1686004733" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/theme.css?1686004733" rel="stylesheet">
|
||||
<link href="../../../css/theme-auto.css?1686004733" rel="stylesheet" id="variant-style">
|
||||
<link href="../../../css/variant.css?1686004733" rel="stylesheet">
|
||||
<link href="../../../css/print.css?1686004733" rel="stylesheet" media="print">
|
||||
<link href="../../../css/format-print.css?1686004733" rel="stylesheet">
|
||||
<link href="../../../css/ie.css?1686004733" rel="stylesheet">
|
||||
<script src="../../../js/url.js?1686004733"></script>
|
||||
<script src="../../../js/variant.js?1686004733"></script>
|
||||
<link href="../../../css/fontawesome-all.min.css?1686008252" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fontawesome-all.min.css?1686008252" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/nucleus.css?1686008252" rel="stylesheet">
|
||||
<link href="../../../css/auto-complete.css?1686008252" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/auto-complete.css?1686008252" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/perfect-scrollbar.min.css?1686008252" rel="stylesheet">
|
||||
<link href="../../../css/fonts.css?1686008252" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../../css/fonts.css?1686008252" rel="stylesheet"></noscript>
|
||||
<link href="../../../css/theme.css?1686008252" rel="stylesheet">
|
||||
<link href="../../../css/theme-auto.css?1686008252" rel="stylesheet" id="variant-style">
|
||||
<link href="../../../css/variant.css?1686008252" rel="stylesheet">
|
||||
<link href="../../../css/print.css?1686008252" rel="stylesheet" media="print">
|
||||
<link href="../../../css/format-print.css?1686008252" rel="stylesheet">
|
||||
<link href="../../../css/ie.css?1686008252" rel="stylesheet">
|
||||
<script src="../../../js/url.js?1686008252"></script>
|
||||
<script src="../../../js/variant.js?1686008252"></script>
|
||||
<script>
|
||||
// hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic:
|
||||
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
||||
|
@ -115,7 +115,7 @@ Ye could use an <code>img</code> HTML tag an' reference an image created under t
|
|||
</div>
|
||||
<h2 id="change-the-favicon">Change th' favicon</h2>
|
||||
<p>If yer favicon be a SVG, PNG or ICO, just drop off yer image 'n yer local <code>static/images/</code> folder an' name it <code>favicon.svg</code>, <code>favicon.png</code> or <code>favicon.ico</code> respectively.</p>
|
||||
<p>Alternatively, if ye want yer ship t' use light & dark theme SVG favicons that follow th' OS’ (and 'n some cases, th' browser’s) color scheme, add th' image files t' yer local <code>static/images/</code> folder an' name them <code>favicon-light.svg</code> an' <code>favicon-dark.svg</code> respectively.</p>
|
||||
<p>Additionally, if ye want yer ship t' use light & dark theme favicons that follow th' OS’ (and 'n some cases, th' browser’s) color scheme, add th' image files t' yer local <code>static/images/</code> folder an' name them eg. <code>favicon-light.svg</code> and/or <code>favicon-dark.svg</code> respectively correspond'n t' yer file format. In case one o' th' files be miss'n, th' theme falls back t' eg. <code>favicon.svg</code> fer th' miss'n file. All supplied favicons must be o' th' same file format.</p>
|
||||
|
||||
<div class="box notices cstyle warning">
|
||||
<div class="box-label"><i class="fa-fw fas fa-exclamation-triangle"></i> Arrr</div>
|
||||
|
@ -183,8 +183,8 @@ If ye have requirements t' support IE and/or older browser versions, use one o'
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../../js/clipboard.min.js?1686004734" defer></script>
|
||||
<script src="../../../js/perfect-scrollbar.min.js?1686004734" defer></script>
|
||||
<script src="../../../js/theme.js?1686004734" defer></script>
|
||||
<script src="../../../js/clipboard.min.js?1686008252" defer></script>
|
||||
<script src="../../../js/perfect-scrollbar.min.js?1686008252" defer></script>
|
||||
<script src="../../../js/theme.js?1686008252" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue