mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-31 05:54:12 +00:00
deploy: 47f85b4eb1
This commit is contained in:
parent
305f71df5c
commit
aa6df385e9
378 changed files with 10328 additions and 10253 deletions
basics
changelog
configuration
customization
generator
history
index.htmlindex.print.htmlindex.xmlinstallation
migration
requirements
File diff suppressed because it is too large
Load diff
|
@ -4,26 +4,26 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title></title>
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022410" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022410" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022410" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022410"></script>
|
||||
<script src="../../js/variant.js?1685022410"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022770" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022770" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022770" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022770"></script>
|
||||
<script src="../../js/variant.js?1685022770"></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
|
||||
|
@ -73,6 +73,12 @@
|
|||
<h1 id=""></h1>
|
||||
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<h2 id="5151-2023-05-25">5.15.1 (2023-05-25)</h2>
|
||||
<h3 id="fixes">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] shortcodes: intermediately use random ids instead of .Ordinal <a href="https://github.com/McShelby/hugo-theme-relearn/issues/543" target="_blank">#543</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5150-2023-05-25">5.15.0 (2023-05-25)</h2>
|
||||
<h3 id="enhancements">Enhancements</h3>
|
||||
<ul>
|
||||
|
@ -81,7 +87,7 @@
|
|||
<li>[<strong>feature</strong>] expand: indent expanded content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/536" target="_blank">#536</a></li>
|
||||
<li>[<strong>feature</strong>] notice: make boxes more prominent <a href="https://github.com/McShelby/hugo-theme-relearn/issues/535" target="_blank">#535</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes">Fixes</h3>
|
||||
<h3 id="fixes-1">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] attachments: fix build error since Hugo 0.112 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/540" target="_blank">#540</a></li>
|
||||
</ul>
|
||||
|
@ -92,13 +98,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5143-2023-05-20">5.14.3 (2023-05-20)</h2>
|
||||
<h3 id="fixes-1">Fixes</h3>
|
||||
<h3 id="fixes-2">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: show taxonomy toc for standard installation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/533" target="_blank">#533</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5142-2023-05-20">5.14.2 (2023-05-20)</h2>
|
||||
<h3 id="fixes-2">Fixes</h3>
|
||||
<h3 id="fixes-3">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: translate breadcrumb and title for taxonomy <a href="https://github.com/McShelby/hugo-theme-relearn/issues/532" target="_blank">#532</a></li>
|
||||
</ul>
|
||||
|
@ -116,19 +122,19 @@
|
|||
<li>[<strong>feature</strong>] theme: set appropriate defaults for all theme specific params <a href="https://github.com/McShelby/hugo-theme-relearn/issues/516" target="_blank">#516</a></li>
|
||||
<li>[<strong>feature</strong>] theme: allow to display tags below article <a href="https://github.com/McShelby/hugo-theme-relearn/issues/513" target="_blank">#513</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-3">Fixes</h3>
|
||||
<h3 id="fixes-4">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] shortcode: make .context always a page <a href="https://github.com/McShelby/hugo-theme-relearn/issues/527" target="_blank">#527</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5132-2023-05-17">5.13.2 (2023-05-17)</h2>
|
||||
<h3 id="fixes-4">Fixes</h3>
|
||||
<h3 id="fixes-5">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: enable print for pages with _build options <a href="https://github.com/McShelby/hugo-theme-relearn/issues/522" target="_blank">#522</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5131-2023-05-16">5.13.1 (2023-05-16)</h2>
|
||||
<h3 id="fixes-5">Fixes</h3>
|
||||
<h3 id="fixes-6">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] openapi: allow toc to scroll page <a href="https://github.com/McShelby/hugo-theme-relearn/issues/526" target="_blank">#526</a></li>
|
||||
</ul>
|
||||
|
@ -138,7 +144,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] openapi: replace implementation with swagger-ui <a href="https://github.com/McShelby/hugo-theme-relearn/issues/523" target="_blank">#523</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-6">Fixes</h3>
|
||||
<h3 id="fixes-7">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: avoid leaking shadows in neon print style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/524" target="_blank">#524</a></li>
|
||||
</ul>
|
||||
|
@ -148,7 +154,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] theme: better HTML titles and breadcrumbs for search and tag pages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/521" target="_blank">#521</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-7">Fixes</h3>
|
||||
<h3 id="fixes-8">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: avoid hiding of expander on hover when active item has children <a href="https://github.com/McShelby/hugo-theme-relearn/issues/520" target="_blank">#520</a></li>
|
||||
<li>[<strong>bug</strong>] menu: showVisitedLinks not working for some theme variants <a href="https://github.com/McShelby/hugo-theme-relearn/issues/518" target="_blank">#518</a></li>
|
||||
|
@ -156,26 +162,26 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5125-2023-03-28">5.12.5 (2023-03-28)</h2>
|
||||
<h3 id="fixes-8">Fixes</h3>
|
||||
<h3 id="fixes-9">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] expand: not properly exanded when used in bullet point list <a href="https://github.com/McShelby/hugo-theme-relearn/issues/508" target="_blank">#508</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5124-2023-03-24">5.12.4 (2023-03-24)</h2>
|
||||
<h3 id="fixes-9">Fixes</h3>
|
||||
<h3 id="fixes-10">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: disableExplicitIndexURLs param is not working as expected <a href="https://github.com/McShelby/hugo-theme-relearn/issues/505" target="_blank">#505</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5123-2023-03-14">5.12.3 (2023-03-14)</h2>
|
||||
<h3 id="fixes-10">Fixes</h3>
|
||||
<h3 id="fixes-11">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] attachments: fix links if only one language is present <a href="https://github.com/McShelby/hugo-theme-relearn/issues/503" target="_blank">#503</a></li>
|
||||
<li>[<strong>bug</strong>] shortcodes: allow markdown for title and content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/502" target="_blank">#502</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5122-2023-03-03">5.12.2 (2023-03-03)</h2>
|
||||
<h3 id="fixes-11">Fixes</h3>
|
||||
<h3 id="fixes-12">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: fix state for alwaysopen=false + collapsibleMenu=false <a href="https://github.com/McShelby/hugo-theme-relearn/issues/498" target="_blank">#498</a></li>
|
||||
</ul>
|
||||
|
@ -185,7 +191,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] variant: add relearn bright theme <a href="https://github.com/McShelby/hugo-theme-relearn/issues/493" target="_blank">#493</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-12">Fixes</h3>
|
||||
<h3 id="fixes-13">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] generator: fix setting of colors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/494" target="_blank">#494</a></li>
|
||||
</ul>
|
||||
|
@ -200,7 +206,7 @@
|
|||
<li>[<strong>feature</strong>] piratify: fix some quirks, arrr <a href="https://github.com/McShelby/hugo-theme-relearn/issues/469" target="_blank">#469</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: optimization for huge screen sizes <a href="https://github.com/McShelby/hugo-theme-relearn/issues/466" target="_blank">#466</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-13">Fixes</h3>
|
||||
<h3 id="fixes-14">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] i18n: write code ltr even for rtl languages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/492" target="_blank">#492</a></li>
|
||||
<li>[<strong>bug</strong>] anchor: fix link in FF when served from filesystem <a href="https://github.com/McShelby/hugo-theme-relearn/issues/482" target="_blank">#482</a></li>
|
||||
|
@ -214,13 +220,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5112-2023-02-07">5.11.2 (2023-02-07)</h2>
|
||||
<h3 id="fixes-14">Fixes</h3>
|
||||
<h3 id="fixes-15">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tabs: nested tabs content is not displayed <a href="https://github.com/McShelby/hugo-theme-relearn/issues/468" target="_blank">#468</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5111-2023-02-06">5.11.1 (2023-02-06)</h2>
|
||||
<h3 id="fixes-15">Fixes</h3>
|
||||
<h3 id="fixes-16">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: include missing <code>theme-auto.css</code> in distribution <a href="https://github.com/McShelby/hugo-theme-relearn/issues/467" target="_blank">#467</a></li>
|
||||
</ul>
|
||||
|
@ -234,7 +240,7 @@
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] expand: refactor for a11y <a href="https://github.com/McShelby/hugo-theme-relearn/issues/339" target="_blank">#339</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] mermaid: make zoom configurable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/144" target="_blank">#144</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-16">Fixes</h3>
|
||||
<h3 id="fixes-17">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: avoid errors when using invalid rapi-doc fragment ids <a href="https://github.com/McShelby/hugo-theme-relearn/issues/465" target="_blank">#465</a></li>
|
||||
<li>[<strong>bug</strong>] search: fix oddities in keyboard handling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/463" target="_blank">#463</a></li>
|
||||
|
@ -251,13 +257,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5102-2023-01-25">5.10.2 (2023-01-25)</h2>
|
||||
<h3 id="fixes-17">Fixes</h3>
|
||||
<h3 id="fixes-18">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: fix breadcrumb for huge installations <a href="https://github.com/McShelby/hugo-theme-relearn/issues/446" target="_blank">#446</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5101-2023-01-25">5.10.1 (2023-01-25)</h2>
|
||||
<h3 id="fixes-18">Fixes</h3>
|
||||
<h3 id="fixes-19">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix image links with relative path <a href="https://github.com/McShelby/hugo-theme-relearn/issues/444" target="_blank">#444</a></li>
|
||||
</ul>
|
||||
|
@ -269,20 +275,20 @@
|
|||
<li>[<strong>feature</strong>] shortcodes: add color parameter where applicable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/438" target="_blank">#438</a></li>
|
||||
<li>[<strong>feature</strong>] theme: announce translations as alternate links <a href="https://github.com/McShelby/hugo-theme-relearn/issues/422" target="_blank">#422</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-19">Fixes</h3>
|
||||
<h3 id="fixes-20">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: fix breadcrumbs for deeply nested sections <a href="https://github.com/McShelby/hugo-theme-relearn/issues/442" target="_blank">#442</a></li>
|
||||
<li>[<strong>bug</strong>] theme: improve whitespacing in tables <a href="https://github.com/McShelby/hugo-theme-relearn/issues/441" target="_blank">#441</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="594-2023-01-23">5.9.4 (2023-01-23)</h2>
|
||||
<h3 id="fixes-20">Fixes</h3>
|
||||
<h3 id="fixes-21">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: fix search icon and text color <a href="https://github.com/McShelby/hugo-theme-relearn/issues/437" target="_blank">#437</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="593-2023-01-22">5.9.3 (2023-01-22)</h2>
|
||||
<h3 id="fixes-21">Fixes</h3>
|
||||
<h3 id="fixes-22">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: fix left/right navigation for horizontal scrolling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/435" target="_blank">#435</a></li>
|
||||
<li>[<strong>bug</strong>][<strong>breaking</strong>] theme: allow pages on top level <a href="https://github.com/McShelby/hugo-theme-relearn/issues/434" target="_blank">#434</a></li>
|
||||
|
@ -293,7 +299,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="592-2022-12-30">5.9.2 (2022-12-30)</h2>
|
||||
<h3 id="fixes-22">Fixes</h3>
|
||||
<h3 id="fixes-23">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: apply dependency scripts for Hindi and Japanese <a href="https://github.com/McShelby/hugo-theme-relearn/issues/427" target="_blank">#427</a></li>
|
||||
</ul>
|
||||
|
@ -310,13 +316,13 @@
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: open external links in separate tab <a href="https://github.com/McShelby/hugo-theme-relearn/issues/419" target="_blank">#419</a></li>
|
||||
<li>[<strong>feature</strong>] theme: make it a Hugo module <a href="https://github.com/McShelby/hugo-theme-relearn/issues/417" target="_blank">#417</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-23">Fixes</h3>
|
||||
<h3 id="fixes-24">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] attachments: fix incorrect links for defaultContentLanguageInSubdir=true <a href="https://github.com/McShelby/hugo-theme-relearn/issues/425" target="_blank">#425</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="581-2022-12-11">5.8.1 (2022-12-11)</h2>
|
||||
<h3 id="fixes-24">Fixes</h3>
|
||||
<h3 id="fixes-25">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix alias for home page if defaultContentLanguageInSubdir=true <a href="https://github.com/McShelby/hugo-theme-relearn/issues/414" target="_blank">#414</a></li>
|
||||
</ul>
|
||||
|
@ -329,7 +335,7 @@
|
|||
<li>[<strong>feature</strong>] badge: add new shortcode <a href="https://github.com/McShelby/hugo-theme-relearn/issues/410" target="_blank">#410</a></li>
|
||||
<li>[<strong>feature</strong>] theme: add accent color <a href="https://github.com/McShelby/hugo-theme-relearn/issues/409" target="_blank">#409</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-25">Fixes</h3>
|
||||
<h3 id="fixes-26">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix spacing for tag flyout in FF <a href="https://github.com/McShelby/hugo-theme-relearn/issues/413" target="_blank">#413</a></li>
|
||||
</ul>
|
||||
|
@ -339,7 +345,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] button: refactor for a11y <a href="https://github.com/McShelby/hugo-theme-relearn/issues/372" target="_blank">#372</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-26">Fixes</h3>
|
||||
<h3 id="fixes-27">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: don’t freeze browser on long search terms <a href="https://github.com/McShelby/hugo-theme-relearn/issues/408" target="_blank">#408</a></li>
|
||||
<li>[<strong>bug</strong>] search: fix searchbox placeholder color in FF and IE <a href="https://github.com/McShelby/hugo-theme-relearn/issues/405" target="_blank">#405</a></li>
|
||||
|
@ -355,38 +361,38 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] search: make build and js forgiving against config errors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/400" target="_blank">#400</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-27">Fixes</h3>
|
||||
<h3 id="fixes-28">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: minor color adjustments <a href="https://github.com/McShelby/hugo-theme-relearn/issues/402" target="_blank">#402</a></li>
|
||||
<li>[<strong>bug</strong>] variant: fix generator for use of neon <a href="https://github.com/McShelby/hugo-theme-relearn/issues/401" target="_blank">#401</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="565-2022-11-19">5.6.5 (2022-11-19)</h2>
|
||||
<h3 id="fixes-28">Fixes</h3>
|
||||
<h3 id="fixes-29">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: relax usage of background color <a href="https://github.com/McShelby/hugo-theme-relearn/issues/399" target="_blank">#399</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="564-2022-11-19">5.6.4 (2022-11-19)</h2>
|
||||
<h3 id="fixes-29">Fixes</h3>
|
||||
<h3 id="fixes-30">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: make alias pages usable by file:// protocol <a href="https://github.com/McShelby/hugo-theme-relearn/issues/398" target="_blank">#398</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="563-2022-11-19">5.6.3 (2022-11-19)</h2>
|
||||
<h3 id="fixes-30">Fixes</h3>
|
||||
<h3 id="fixes-31">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: be compatible with Hugo >= 0.95.0 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/397" target="_blank">#397</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="562-2022-11-19">5.6.2 (2022-11-19)</h2>
|
||||
<h3 id="fixes-31">Fixes</h3>
|
||||
<h3 id="fixes-32">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: build breaks sites without “output” section in config <a href="https://github.com/McShelby/hugo-theme-relearn/issues/396" target="_blank">#396</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="561-2022-11-19">5.6.1 (2022-11-19)</h2>
|
||||
<h3 id="fixes-32">Fixes</h3>
|
||||
<h3 id="fixes-33">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix image distortion <a href="https://github.com/McShelby/hugo-theme-relearn/issues/395" target="_blank">#395</a></li>
|
||||
</ul>
|
||||
|
@ -400,7 +406,7 @@
|
|||
<li>[<strong>feature</strong>] theme: make creation of generator meta tag configurable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/383" target="_blank">#383</a></li>
|
||||
<li>[<strong>feature</strong>] theme: increase build performance <a href="https://github.com/McShelby/hugo-theme-relearn/issues/380" target="_blank">#380</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-33">Fixes</h3>
|
||||
<h3 id="fixes-34">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: avoid leading whitespace <a href="https://github.com/McShelby/hugo-theme-relearn/issues/394" target="_blank">#394</a></li>
|
||||
<li>[<strong>bug</strong>] theme: fix build errors when referencing SVGs in markdown <a href="https://github.com/McShelby/hugo-theme-relearn/issues/393" target="_blank">#393</a></li>
|
||||
|
@ -416,20 +422,20 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="553-2022-11-10">5.5.3 (2022-11-10)</h2>
|
||||
<h3 id="fixes-34">Fixes</h3>
|
||||
<h3 id="fixes-35">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: fix non-latin tag display on pages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/378" target="_blank">#378</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="552-2022-11-08">5.5.2 (2022-11-08)</h2>
|
||||
<h3 id="fixes-35">Fixes</h3>
|
||||
<h3 id="fixes-36">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix typo in 404.html <a href="https://github.com/McShelby/hugo-theme-relearn/issues/376" target="_blank">#376</a></li>
|
||||
<li>[<strong>bug</strong>] theme: allow menu items and children to be served by file:// protocol <a href="https://github.com/McShelby/hugo-theme-relearn/issues/375" target="_blank">#375</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="551-2022-11-07">5.5.1 (2022-11-07)</h2>
|
||||
<h3 id="fixes-36">Fixes</h3>
|
||||
<h3 id="fixes-37">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix overflowing issue with anchors and tooltips <a href="https://github.com/McShelby/hugo-theme-relearn/issues/364" target="_blank">#364</a></li>
|
||||
</ul>
|
||||
|
@ -439,7 +445,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: optimize page load for images <a href="https://github.com/McShelby/hugo-theme-relearn/issues/304" target="_blank">#304</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-37">Fixes</h3>
|
||||
<h3 id="fixes-38">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix context in render hooks <a href="https://github.com/McShelby/hugo-theme-relearn/issues/373" target="_blank">#373</a></li>
|
||||
<li>[<strong>bug</strong>] print: make canonical URL absolute <a href="https://github.com/McShelby/hugo-theme-relearn/issues/371" target="_blank">#371</a></li>
|
||||
|
@ -450,7 +456,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] history: refactor for a11y <a href="https://github.com/McShelby/hugo-theme-relearn/issues/341" target="_blank">#341</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-38">Fixes</h3>
|
||||
<h3 id="fixes-39">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix multilang links when site served from subdirectory <a href="https://github.com/McShelby/hugo-theme-relearn/issues/370" target="_blank">#370</a></li>
|
||||
</ul>
|
||||
|
@ -462,7 +468,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="541-2022-11-05">5.4.1 (2022-11-05)</h2>
|
||||
<h3 id="fixes-39">Fixes</h3>
|
||||
<h3 id="fixes-40">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: fix Gantt chart width <a href="https://github.com/McShelby/hugo-theme-relearn/issues/365" target="_blank">#365</a></li>
|
||||
</ul>
|
||||
|
@ -479,13 +485,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="533-2022-10-09">5.3.3 (2022-10-09)</h2>
|
||||
<h3 id="fixes-40">Fixes</h3>
|
||||
<h3 id="fixes-41">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] archetypes: fix frontmatter on home.md template <a href="https://github.com/McShelby/hugo-theme-relearn/issues/346" target="_blank">#346</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="532-2022-10-08">5.3.2 (2022-10-08)</h2>
|
||||
<h3 id="fixes-41">Fixes</h3>
|
||||
<h3 id="fixes-42">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: change defunct keyboard shortcuts <a href="https://github.com/McShelby/hugo-theme-relearn/issues/344" target="_blank">#344</a></li>
|
||||
</ul>
|
||||
|
@ -503,7 +509,7 @@
|
|||
<li>[<strong>feature</strong>] expander: improve whitespace between label and content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/338" target="_blank">#338</a></li>
|
||||
<li>[<strong>feature</strong>] swagger: improve print version <a href="https://github.com/McShelby/hugo-theme-relearn/issues/333" target="_blank">#333</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-42">Fixes</h3>
|
||||
<h3 id="fixes-43">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix links of subsections <a href="https://github.com/McShelby/hugo-theme-relearn/issues/340" target="_blank">#340</a></li>
|
||||
<li>[<strong>bug</strong>] theme: remove W3C validator errors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/337" target="_blank">#337</a></li>
|
||||
|
@ -514,19 +520,19 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="524-2022-10-02">5.2.4 (2022-10-02)</h2>
|
||||
<h3 id="fixes-43">Fixes</h3>
|
||||
<h3 id="fixes-44">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: remove HTML5 validator errors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/329" target="_blank">#329</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="523-2022-09-12">5.2.3 (2022-09-12)</h2>
|
||||
<h3 id="fixes-44">Fixes</h3>
|
||||
<h3 id="fixes-45">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: chapter pages overwrite font-size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/328" target="_blank">#328</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="522-2022-08-23">5.2.2 (2022-08-23)</h2>
|
||||
<h3 id="fixes-45">Fixes</h3>
|
||||
<h3 id="fixes-46">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix urls for uglyURLs=true <a href="https://github.com/McShelby/hugo-theme-relearn/issues/322" target="_blank">#322</a></li>
|
||||
</ul>
|
||||
|
@ -536,7 +542,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] i18n: improve Japanese translation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/318" target="_blank">#318</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-46">Fixes</h3>
|
||||
<h3 id="fixes-47">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: prev/next ignores ordersectionby <a href="https://github.com/McShelby/hugo-theme-relearn/issues/320" target="_blank">#320</a></li>
|
||||
</ul>
|
||||
|
@ -550,21 +556,21 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] menu: expand collapsed menus if search term is found in submenus <a href="https://github.com/McShelby/hugo-theme-relearn/issues/312" target="_blank">#312</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-47">Fixes</h3>
|
||||
<h3 id="fixes-48">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: switch mermaid and swagger style before print <a href="https://github.com/McShelby/hugo-theme-relearn/issues/316" target="_blank">#316</a></li>
|
||||
<li>[<strong>bug</strong>] theme: fix chapter margins on big screens <a href="https://github.com/McShelby/hugo-theme-relearn/issues/315" target="_blank">#315</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="512-2022-07-18">5.1.2 (2022-07-18)</h2>
|
||||
<h3 id="fixes-48">Fixes</h3>
|
||||
<h3 id="fixes-49">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: reset mermaid theme to light <a href="https://github.com/McShelby/hugo-theme-relearn/issues/313" target="_blank">#313</a></li>
|
||||
<li>[<strong>bug</strong>] mermaid: header is showing up in FF <a href="https://github.com/McShelby/hugo-theme-relearn/issues/311" target="_blank">#311</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="511-2022-07-15">5.1.1 (2022-07-15)</h2>
|
||||
<h3 id="fixes-49">Fixes</h3>
|
||||
<h3 id="fixes-50">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: don’t count tags if page is hidden <a href="https://github.com/McShelby/hugo-theme-relearn/issues/310" target="_blank">#310</a></li>
|
||||
</ul>
|
||||
|
@ -577,13 +583,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="503-2022-07-07">5.0.3 (2022-07-07)</h2>
|
||||
<h3 id="fixes-50">Fixes</h3>
|
||||
<h3 id="fixes-51">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] ie11: no styles after rework of archetypes <a href="https://github.com/McShelby/hugo-theme-relearn/issues/306" target="_blank">#306</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="502-2022-07-07">5.0.2 (2022-07-07)</h2>
|
||||
<h3 id="fixes-51">Fixes</h3>
|
||||
<h3 id="fixes-52">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: load CSS if JS is disabled <a href="https://github.com/McShelby/hugo-theme-relearn/issues/305" target="_blank">#305</a></li>
|
||||
</ul>
|
||||
|
@ -607,7 +613,7 @@
|
|||
<li>[<strong>feature</strong>] math: add mathjax rendering <a href="https://github.com/McShelby/hugo-theme-relearn/issues/235" target="_blank">#235</a></li>
|
||||
<li>[<strong>feature</strong>] theme: allow for page heading modification <a href="https://github.com/McShelby/hugo-theme-relearn/issues/139" target="_blank">#139</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-52">Fixes</h3>
|
||||
<h3 id="fixes-53">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] favicon: fix URL if site resides in subfolder <a href="https://github.com/McShelby/hugo-theme-relearn/issues/302" target="_blank">#302</a></li>
|
||||
<li>[<strong>bug</strong>] code: show copy-to-clipboard marker for blocklevel code <a href="https://github.com/McShelby/hugo-theme-relearn/issues/298" target="_blank">#298</a></li>
|
||||
|
@ -624,7 +630,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="425-2022-06-23">4.2.5 (2022-06-23)</h2>
|
||||
<h3 id="fixes-53">Fixes</h3>
|
||||
<h3 id="fixes-54">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: javascript code does not load in documentation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/285" target="_blank">#285</a></li>
|
||||
<li>[<strong>bug</strong>] children: descriptions not working <a href="https://github.com/McShelby/hugo-theme-relearn/issues/284" target="_blank">#284</a></li>
|
||||
|
@ -632,13 +638,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="424-2022-06-23">4.2.4 (2022-06-23)</h2>
|
||||
<h3 id="fixes-54">Fixes</h3>
|
||||
<h3 id="fixes-55">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix url for logo and home button <a href="https://github.com/McShelby/hugo-theme-relearn/issues/282" target="_blank">#282</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="423-2022-06-23">4.2.3 (2022-06-23)</h2>
|
||||
<h3 id="fixes-55">Fixes</h3>
|
||||
<h3 id="fixes-56">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>breaking</strong>] include: second parameter is ignored <a href="https://github.com/McShelby/hugo-theme-relearn/issues/281" target="_blank">#281</a></li>
|
||||
</ul>
|
||||
|
@ -655,7 +661,7 @@
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] tabs: don’t change tab selection if panel does not contain item <a href="https://github.com/McShelby/hugo-theme-relearn/issues/279" target="_blank">#279</a></li>
|
||||
<li>[<strong>feature</strong>] shortcodes: convert to partials <a href="https://github.com/McShelby/hugo-theme-relearn/issues/277" target="_blank">#277</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-56">Fixes</h3>
|
||||
<h3 id="fixes-57">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: avoid builtin syntax-highlightning <a href="https://github.com/McShelby/hugo-theme-relearn/issues/280" target="_blank">#280</a></li>
|
||||
<li>[<strong>bug</strong>] search: fix console message for missing lunr translations <a href="https://github.com/McShelby/hugo-theme-relearn/issues/278" target="_blank">#278</a></li>
|
||||
|
@ -663,7 +669,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="411-2022-06-18">4.1.1 (2022-06-18)</h2>
|
||||
<h3 id="fixes-57">Fixes</h3>
|
||||
<h3 id="fixes-58">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] notice: fix layout when content starts with heading <a href="https://github.com/McShelby/hugo-theme-relearn/issues/275" target="_blank">#275</a></li>
|
||||
</ul>
|
||||
|
@ -675,7 +681,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="405-2022-06-12">4.0.5 (2022-06-12)</h2>
|
||||
<h3 id="fixes-58">Fixes</h3>
|
||||
<h3 id="fixes-59">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] i18n: Vietnamese language with wrong lang code <a href="https://github.com/McShelby/hugo-theme-relearn/issues/270" target="_blank">#270</a></li>
|
||||
<li>[<strong>bug</strong>] i18n: fix search for non western languages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/269" target="_blank">#269</a></li>
|
||||
|
@ -686,7 +692,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] theme: improve keyboard navigation for scrolling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/268" target="_blank">#268</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-59">Fixes</h3>
|
||||
<h3 id="fixes-60">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: adjust font-size for method buttons <a href="https://github.com/McShelby/hugo-theme-relearn/issues/267" target="_blank">#267</a></li>
|
||||
<li>[<strong>bug</strong>] menu: hide expander when only hidden subpages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/264" target="_blank">#264</a></li>
|
||||
|
@ -705,7 +711,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="402-2022-06-05">4.0.2 (2022-06-05)</h2>
|
||||
<h3 id="fixes-60">Fixes</h3>
|
||||
<h3 id="fixes-61">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: let browser scroll page on CTRL+f <a href="https://github.com/McShelby/hugo-theme-relearn/issues/242" target="_blank">#242</a></li>
|
||||
</ul>
|
||||
|
@ -726,7 +732,7 @@
|
|||
<li>[<strong>feature</strong>] variant: add support for brand color variables <a href="https://github.com/McShelby/hugo-theme-relearn/issues/239" target="_blank">#239</a></li>
|
||||
<li>[<strong>feature</strong>] i18n: add Polish translation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/237" target="_blank">#237</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-61">Fixes</h3>
|
||||
<h3 id="fixes-62">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] shortcodes: accept boolean parameters if given as string <a href="https://github.com/McShelby/hugo-theme-relearn/issues/261" target="_blank">#261</a></li>
|
||||
<li>[<strong>bug</strong>] print: adjust button and tab size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/259" target="_blank">#259</a></li>
|
||||
|
@ -737,7 +743,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="341-2022-04-03">3.4.1 (2022-04-03)</h2>
|
||||
<h3 id="fixes-62">Fixes</h3>
|
||||
<h3 id="fixes-63">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix IE11 incompatibilities <a href="https://github.com/McShelby/hugo-theme-relearn/issues/234" target="_blank">#234</a></li>
|
||||
</ul>
|
||||
|
@ -750,7 +756,7 @@
|
|||
<li>[<strong>feature</strong>] print: add option to print whole chapter <a href="https://github.com/McShelby/hugo-theme-relearn/issues/230" target="_blank">#230</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>breaking</strong>] theme: apply user supplied content footer below content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/229" target="_blank">#229</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-63">Fixes</h3>
|
||||
<h3 id="fixes-64">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: scroll to heading on initial load <a href="https://github.com/McShelby/hugo-theme-relearn/issues/232" target="_blank">#232</a></li>
|
||||
</ul>
|
||||
|
@ -761,13 +767,13 @@
|
|||
<li>[<strong>feature</strong>] theme: add CSS font variables <a href="https://github.com/McShelby/hugo-theme-relearn/issues/227" target="_blank">#227</a></li>
|
||||
<li>[<strong>feature</strong>] swagger: add support for oas/swagger documentation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/226" target="_blank">#226</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-64">Fixes</h3>
|
||||
<h3 id="fixes-65">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: make variant switch work on slow networks <a href="https://github.com/McShelby/hugo-theme-relearn/issues/228" target="_blank">#228</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="321-2022-03-25">3.2.1 (2022-03-25)</h2>
|
||||
<h3 id="fixes-65">Fixes</h3>
|
||||
<h3 id="fixes-66">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix minor inconsistencies <a href="https://github.com/McShelby/hugo-theme-relearn/issues/225" target="_blank">#225</a></li>
|
||||
<li>[<strong>bug</strong>] print: show more than just the title page <a href="https://github.com/McShelby/hugo-theme-relearn/issues/224" target="_blank">#224</a></li>
|
||||
|
@ -797,7 +803,7 @@
|
|||
<li>[<strong>feature</strong>] notice: add icon parameter <a href="https://github.com/McShelby/hugo-theme-relearn/issues/212" target="_blank">#212</a></li>
|
||||
<li>[<strong>feature</strong>] mobile: remove breadcrumb ellipsis <a href="https://github.com/McShelby/hugo-theme-relearn/issues/211" target="_blank">#211</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-66">Fixes</h3>
|
||||
<h3 id="fixes-67">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: make storage of multiple Hugo sites on same server distinct <a href="https://github.com/McShelby/hugo-theme-relearn/issues/214" target="_blank">#214</a></li>
|
||||
<li>[<strong>bug</strong>] variant: switch breadcrumb color in Chrome <a href="https://github.com/McShelby/hugo-theme-relearn/issues/213" target="_blank">#213</a></li>
|
||||
|
@ -810,7 +816,7 @@
|
|||
<li>[<strong>feature</strong>] theme: improve font loading <a href="https://github.com/McShelby/hugo-theme-relearn/issues/201" target="_blank">#201</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] variant: fix inconsistent color variable naming <a href="https://github.com/McShelby/hugo-theme-relearn/issues/200" target="_blank">#200</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-67">Fixes</h3>
|
||||
<h3 id="fixes-68">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: fix occasional fail when resetting generator <a href="https://github.com/McShelby/hugo-theme-relearn/issues/208" target="_blank">#208</a></li>
|
||||
<li>[<strong>bug</strong>] docs: don’t move header on logo hover in IE11 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/207" target="_blank">#207</a></li>
|
||||
|
@ -824,7 +830,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] tags: show tag count in taxonomy list <a href="https://github.com/McShelby/hugo-theme-relearn/issues/195" target="_blank">#195</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-68">Fixes</h3>
|
||||
<h3 id="fixes-69">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: remove Hugo build warning if page is not file based <a href="https://github.com/McShelby/hugo-theme-relearn/issues/197" target="_blank">#197</a></li>
|
||||
<li>[<strong>bug</strong>] tags: adhere to titleSeparator <a href="https://github.com/McShelby/hugo-theme-relearn/issues/196" target="_blank">#196</a></li>
|
||||
|
@ -842,7 +848,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] children: set containerstyle automatically according to style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/192" target="_blank">#192</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-69">Fixes</h3>
|
||||
<h3 id="fixes-70">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: revert fontawsome to version 5 for IE11 compat <a href="https://github.com/McShelby/hugo-theme-relearn/issues/191" target="_blank">#191</a></li>
|
||||
</ul>
|
||||
|
@ -860,7 +866,7 @@
|
|||
<li>[<strong>feature</strong>] notice: tweak dull colors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/173" target="_blank">#173</a></li>
|
||||
<li>[<strong>feature</strong>] theme: rework header UX <a href="https://github.com/McShelby/hugo-theme-relearn/issues/151" target="_blank">#151</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-70">Fixes</h3>
|
||||
<h3 id="fixes-71">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: remove additional X in filled out search box in IE11 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/190" target="_blank">#190</a></li>
|
||||
<li>[<strong>bug</strong>] clipboard: localize tooltips <a href="https://github.com/McShelby/hugo-theme-relearn/issues/186" target="_blank">#186</a></li>
|
||||
|
@ -870,25 +876,25 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="296-2022-02-07">2.9.6 (2022-02-07)</h2>
|
||||
<h3 id="fixes-71">Fixes</h3>
|
||||
<h3 id="fixes-72">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: remove debug output <a href="https://github.com/McShelby/hugo-theme-relearn/issues/171" target="_blank">#171</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="295-2022-02-07">2.9.5 (2022-02-07)</h2>
|
||||
<h3 id="fixes-72">Fixes</h3>
|
||||
<h3 id="fixes-73">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: let arrow navigation respect ordersectionsby configuration <a href="https://github.com/McShelby/hugo-theme-relearn/issues/170" target="_blank">#170</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="294-2022-02-06">2.9.4 (2022-02-06)</h2>
|
||||
<h3 id="fixes-73">Fixes</h3>
|
||||
<h3 id="fixes-74">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] exampleSite: fix links in official documentation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/168" target="_blank">#168</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="293-2022-02-06">2.9.3 (2022-02-06)</h2>
|
||||
<h3 id="fixes-74">Fixes</h3>
|
||||
<h3 id="fixes-75">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: invalid URL when the shortcut is an internal link <a href="https://github.com/McShelby/hugo-theme-relearn/issues/163" target="_blank">#163</a></li>
|
||||
</ul>
|
||||
|
@ -898,19 +904,19 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] theme: add theme version info to head <a href="https://github.com/McShelby/hugo-theme-relearn/issues/158" target="_blank">#158</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-75">Fixes</h3>
|
||||
<h3 id="fixes-76">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix selection of *.ico files as favicons <a href="https://github.com/McShelby/hugo-theme-relearn/issues/160" target="_blank">#160</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="291-2021-11-22">2.9.1 (2021-11-22)</h2>
|
||||
<h3 id="fixes-76">Fixes</h3>
|
||||
<h3 id="fixes-77">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: fix significantly low performance for collecting of meta info <a href="https://github.com/McShelby/hugo-theme-relearn/issues/157" target="_blank">#157</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="290-2021-11-19">2.9.0 (2021-11-19)</h2>
|
||||
<h3 id="fixes-77">Fixes</h3>
|
||||
<h3 id="fixes-78">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>breaking</strong>] relref: fix inconsistent behavior <a href="https://github.com/McShelby/hugo-theme-relearn/issues/156" target="_blank">#156</a></li>
|
||||
<li>[<strong>bug</strong>] search: make dropdown stick to search field when scrolling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/155" target="_blank">#155</a></li>
|
||||
|
@ -921,20 +927,20 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="283-2021-11-09">2.8.3 (2021-11-09)</h2>
|
||||
<h3 id="fixes-78">Fixes</h3>
|
||||
<h3 id="fixes-79">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: let zoom reset to initial size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/145" target="_blank">#145</a></li>
|
||||
<li>[<strong>bug</strong>] mermaid: remove whitespace from big graphs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/143" target="_blank">#143</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="282-2021-11-08">2.8.2 (2021-11-08)</h2>
|
||||
<h3 id="fixes-79">Fixes</h3>
|
||||
<h3 id="fixes-80">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: always load javascript to avoid break if code fences are used <a href="https://github.com/McShelby/hugo-theme-relearn/issues/142" target="_blank">#142</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="281-2021-11-04">2.8.1 (2021-11-04)</h2>
|
||||
<h3 id="fixes-80">Fixes</h3>
|
||||
<h3 id="fixes-81">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: don’t break JS in multilang setup if search is disabled <a href="https://github.com/McShelby/hugo-theme-relearn/issues/140" target="_blank">#140</a></li>
|
||||
</ul>
|
||||
|
@ -947,7 +953,7 @@
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: switch font <a href="https://github.com/McShelby/hugo-theme-relearn/issues/83" target="_blank">#83</a></li>
|
||||
<li>[<strong>feature</strong>] theme: make favicon configurable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/2" target="_blank">#2</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-81">Fixes</h3>
|
||||
<h3 id="fixes-82">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: assert that window.mermaid is actually mermaid <a href="https://github.com/McShelby/hugo-theme-relearn/issues/136" target="_blank">#136</a></li>
|
||||
<li>[<strong>bug</strong>] menu: remove usage of Hugos UniqueID <a href="https://github.com/McShelby/hugo-theme-relearn/issues/131" target="_blank">#131</a></li>
|
||||
|
@ -963,13 +969,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="260-2021-10-21">2.6.0 (2021-10-21)</h2>
|
||||
<h3 id="fixes-82">Fixes</h3>
|
||||
<h3 id="fixes-83">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: generate correct links if theme served from subdirectory <a href="https://github.com/McShelby/hugo-theme-relearn/issues/120" target="_blank">#120</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="251-2021-10-12">2.5.1 (2021-10-12)</h2>
|
||||
<h3 id="fixes-83">Fixes</h3>
|
||||
<h3 id="fixes-84">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] security: fix XSS for malicioius image URLs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/117" target="_blank">#117</a></li>
|
||||
</ul>
|
||||
|
@ -979,14 +985,14 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] syntax highlight: provide default colors for unknown languages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/113" target="_blank">#113</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-84">Fixes</h3>
|
||||
<h3 id="fixes-85">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] security: fix XSS for malicioius URLs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/114" target="_blank">#114</a></li>
|
||||
<li>[<strong>bug</strong>] menu: write correct local shortcut links <a href="https://github.com/McShelby/hugo-theme-relearn/issues/112" target="_blank">#112</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="241-2021-10-07">2.4.1 (2021-10-07)</h2>
|
||||
<h3 id="fixes-85">Fixes</h3>
|
||||
<h3 id="fixes-86">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: remove runtime styles from print <a href="https://github.com/McShelby/hugo-theme-relearn/issues/111" target="_blank">#111</a></li>
|
||||
</ul>
|
||||
|
@ -1003,7 +1009,7 @@
|
|||
<li>[<strong>feature</strong>] theme: improve print style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/93" target="_blank">#93</a></li>
|
||||
<li>[<strong>feature</strong>] theme: improve style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/92" target="_blank">#92</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-86">Fixes</h3>
|
||||
<h3 id="fixes-87">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] include: don’t generate additional HTML if file should be displayed “as is” <a href="https://github.com/McShelby/hugo-theme-relearn/issues/110" target="_blank">#110</a></li>
|
||||
<li>[<strong>bug</strong>] attachments: fix broken links if multilang config is used <a href="https://github.com/McShelby/hugo-theme-relearn/issues/105" target="_blank">#105</a></li>
|
||||
|
@ -1015,19 +1021,19 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="232-2021-09-20">2.3.2 (2021-09-20)</h2>
|
||||
<h3 id="fixes-87">Fixes</h3>
|
||||
<h3 id="fixes-88">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] docs: rename history pirate translation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/91" target="_blank">#91</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="231-2021-09-20">2.3.1 (2021-09-20)</h2>
|
||||
<h3 id="fixes-88">Fixes</h3>
|
||||
<h3 id="fixes-89">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] docs: rename english pirate translation to avoid crash on rendering <a href="https://github.com/McShelby/hugo-theme-relearn/issues/90" target="_blank">#90</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="230-2021-09-13">2.3.0 (2021-09-13)</h2>
|
||||
<h3 id="fixes-89">Fixes</h3>
|
||||
<h3 id="fixes-90">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix usage of section element <a href="https://github.com/McShelby/hugo-theme-relearn/issues/88" target="_blank">#88</a></li>
|
||||
</ul>
|
||||
|
@ -1042,7 +1048,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] sitemap: hide hidden pages from sitemap and SEO indexing <a href="https://github.com/McShelby/hugo-theme-relearn/issues/85" target="_blank">#85</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-90">Fixes</h3>
|
||||
<h3 id="fixes-91">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix showVisitedLinks in case Hugo is configured to modify relative URLs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/86" target="_blank">#86</a></li>
|
||||
</ul>
|
||||
|
@ -1061,7 +1067,7 @@
|
|||
<li>[<strong>feature</strong>] search: increase performance <a href="https://github.com/McShelby/hugo-theme-relearn/issues/74" target="_blank">#74</a></li>
|
||||
<li>[<strong>feature</strong>] search: improve search context preview <a href="https://github.com/McShelby/hugo-theme-relearn/issues/73" target="_blank">#73</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-91">Fixes</h3>
|
||||
<h3 id="fixes-92">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] search: hide non-site content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/81" target="_blank">#81</a></li>
|
||||
<li>[<strong>bug</strong>] menu: always hide hidden sub pages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/77" target="_blank">#77</a></li>
|
||||
|
@ -1084,7 +1090,7 @@
|
|||
<li>[<strong>feature</strong>] theme: adjust print styles <a href="https://github.com/McShelby/hugo-theme-relearn/issues/35" target="_blank">#35</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] code highlighter: switch to standard hugo highlighter <a href="https://github.com/McShelby/hugo-theme-relearn/issues/32" target="_blank">#32</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-92">Fixes</h3>
|
||||
<h3 id="fixes-93">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] arrow-nav: default sorting ignores ordersectionsby <a href="https://github.com/McShelby/hugo-theme-relearn/issues/63" target="_blank">#63</a></li>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] children: default sorting ignores ordersectionsby <a href="https://github.com/McShelby/hugo-theme-relearn/issues/62" target="_blank">#62</a></li>
|
||||
|
@ -1112,7 +1118,7 @@
|
|||
<li>[<strong>feature</strong>] notice: align box colors to common standards <a href="https://github.com/McShelby/hugo-theme-relearn/issues/18" target="_blank">#18</a></li>
|
||||
<li>[<strong>feature</strong>] notice: use distinct icons for notice box type <a href="https://github.com/McShelby/hugo-theme-relearn/issues/17" target="_blank">#17</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-93">Fixes</h3>
|
||||
<h3 id="fixes-94">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] attachments: support i18n for attachment size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/21" target="_blank">#21</a></li>
|
||||
<li>[<strong>bug</strong>] notice: support i18n for box labels <a href="https://github.com/McShelby/hugo-theme-relearn/issues/16" target="_blank">#16</a></li>
|
||||
|
@ -1134,7 +1140,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] mermaid: expose options in config.toml <a href="https://github.com/McShelby/hugo-theme-relearn/issues/4" target="_blank">#4</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-94">Fixes</h3>
|
||||
<h3 id="fixes-95">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: config option for CDN url not used <a href="https://github.com/McShelby/hugo-theme-relearn/issues/12" target="_blank">#12</a></li>
|
||||
<li>[<strong>bug</strong>] mermaid: only highlight text in HTML elements <a href="https://github.com/McShelby/hugo-theme-relearn/issues/10" target="_blank">#10</a></li>
|
||||
|
@ -1166,8 +1172,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1685022410" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022410" defer></script>
|
||||
<script src="../../js/theme.js?1685022410" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022770" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022770" defer></script>
|
||||
<script src="../../js/theme.js?1685022770" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Configuration :: Hugo Relearn Theme</title>
|
||||
|
@ -13,20 +13,20 @@
|
|||
<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.print.html" rel="alternate" type="text/html" title="Configuration :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022408" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022408" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022408" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022408"></script>
|
||||
<script src="../../js/variant.js?1685022408"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022769" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022769" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022769" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022769"></script>
|
||||
<script src="../../js/variant.js?1685022769"></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
|
||||
|
@ -232,10 +232,10 @@
|
|||
</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="#image-ef2928b170f9e66b446048504e2eaa76" class="lightbox-link">
|
||||
<a href="#image-ba5f8d47ebe9b80192d5774241cf8b97" class="lightbox-link">
|
||||
<img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" style="height: auto; width: 60pc;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-ef2928b170f9e66b446048504e2eaa76">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-ba5f8d47ebe9b80192d5774241cf8b97">
|
||||
<img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image" loading="lazy">
|
||||
</a></p>
|
||||
<h2 id="activate-print-support">Activate print support</h2>
|
||||
|
@ -286,10 +286,10 @@ default values:</p>
|
|||
</span></span></code></pre></div><p>The home button is going to look like this:</p>
|
||||
<p>
|
||||
|
||||
<a href="#image-832168ab469afef1d2ade682d9ad1afb" class="lightbox-link">
|
||||
<a href="#image-1760b087c139546f67dea8f0196d5cfe" class="lightbox-link">
|
||||
<img src="../../basics/configuration/home_button_defaults.png?classes=shadow&width=18.75rem" alt="Default Home Button" class="shadow" style="height: auto; width: 18.75rem;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-832168ab469afef1d2ade682d9ad1afb">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-1760b087c139546f67dea8f0196d5cfe">
|
||||
<img src="../../basics/configuration/home_button_defaults.png?classes=shadow&width=18.75rem" alt="Default Home Button" class="lightbox-image" loading="lazy">
|
||||
</a></p>
|
||||
|
||||
|
@ -377,12 +377,12 @@ default values:</p>
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022409" defer></script>
|
||||
<script src="../../js/search.js?1685022409" defer></script>
|
||||
<script src="../../js/auto-complete.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022770" defer></script>
|
||||
<script src="../../js/search.js?1685022770" defer></script>
|
||||
</div>
|
||||
<div id="content-wrapper" class="highlightable">
|
||||
<ul class="topics enlarge morespace collapsible-menu">
|
||||
|
@ -501,12 +501,12 @@ default values:</p>
|
|||
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
|
||||
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
|
||||
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn" title="love"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
|
||||
<script async src="../../js/buttons.js?1685022409"></script>
|
||||
<script async src="../../js/buttons.js?1685022770"></script>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1685022409" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022409" defer></script>
|
||||
<script src="../../js/theme.js?1685022409" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022770" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022770" defer></script>
|
||||
<script src="../../js/theme.js?1685022770" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Configuration :: Hugo Relearn Theme</title>
|
||||
|
@ -13,21 +13,21 @@
|
|||
<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="../../basics/configuration/index.xml" rel="alternate" type="application/rss+xml" title="Configuration :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022410" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022410" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022410" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022410"></script>
|
||||
<script src="../../js/variant.js?1685022410"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022770" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022770" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022770" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022770"></script>
|
||||
<script src="../../js/variant.js?1685022770"></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
|
||||
|
@ -188,10 +188,10 @@
|
|||
</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="#image-ef2928b170f9e66b446048504e2eaa76" class="lightbox-link">
|
||||
<a href="#image-ba5f8d47ebe9b80192d5774241cf8b97" class="lightbox-link">
|
||||
<img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" style="height: auto; width: 60pc;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-ef2928b170f9e66b446048504e2eaa76">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-ba5f8d47ebe9b80192d5774241cf8b97">
|
||||
<img src="../../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image" loading="lazy">
|
||||
</a></p>
|
||||
<h2 id="activate-print-support">Activate print support</h2>
|
||||
|
@ -242,10 +242,10 @@ default values:</p>
|
|||
</span></span></code></pre></div><p>The home button is going to look like this:</p>
|
||||
<p>
|
||||
|
||||
<a href="#image-832168ab469afef1d2ade682d9ad1afb" class="lightbox-link">
|
||||
<a href="#image-1760b087c139546f67dea8f0196d5cfe" class="lightbox-link">
|
||||
<img src="../../basics/configuration/home_button_defaults.png?classes=shadow&width=18.75rem" alt="Default Home Button" class="shadow" style="height: auto; width: 18.75rem;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-832168ab469afef1d2ade682d9ad1afb">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-1760b087c139546f67dea8f0196d5cfe">
|
||||
<img src="../../basics/configuration/home_button_defaults.png?classes=shadow&width=18.75rem" alt="Default Home Button" class="lightbox-image" loading="lazy">
|
||||
</a></p>
|
||||
|
||||
|
@ -256,8 +256,8 @@ default values:</p>
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1685022410" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022410" defer></script>
|
||||
<script src="../../js/theme.js?1685022410" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022771" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022771" defer></script>
|
||||
<script src="../../js/theme.js?1685022771" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Customization :: Hugo Relearn Theme</title>
|
||||
|
@ -13,20 +13,20 @@
|
|||
<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.print.html" rel="alternate" type="text/html" title="Customization :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022408" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022408" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022408" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022408"></script>
|
||||
<script src="../../js/variant.js?1685022408"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022769" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022769" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022769" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022769"></script>
|
||||
<script src="../../js/variant.js?1685022769"></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
|
||||
|
@ -276,12 +276,12 @@ You could use an <code>img</code> HTML tag and reference an image created under
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022409" defer></script>
|
||||
<script src="../../js/search.js?1685022409" defer></script>
|
||||
<script src="../../js/auto-complete.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022770" defer></script>
|
||||
<script src="../../js/search.js?1685022770" defer></script>
|
||||
</div>
|
||||
<div id="content-wrapper" class="highlightable">
|
||||
<ul class="topics enlarge morespace collapsible-menu">
|
||||
|
@ -400,12 +400,12 @@ You could use an <code>img</code> HTML tag and reference an image created under
|
|||
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
|
||||
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
|
||||
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn" title="love"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
|
||||
<script async src="../../js/buttons.js?1685022409"></script>
|
||||
<script async src="../../js/buttons.js?1685022770"></script>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1685022409" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022409" defer></script>
|
||||
<script src="../../js/theme.js?1685022409" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022770" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022770" defer></script>
|
||||
<script src="../../js/theme.js?1685022770" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Customization :: Hugo Relearn Theme</title>
|
||||
|
@ -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/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="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022410" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022410" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022410" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022410"></script>
|
||||
<script src="../../js/variant.js?1685022410"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022770" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022770" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022770" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022770"></script>
|
||||
<script src="../../js/variant.js?1685022770"></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
|
||||
|
@ -164,8 +164,8 @@ You could use an <code>img</code> HTML tag and reference an image created under
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1685022410" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022410" defer></script>
|
||||
<script src="../../js/theme.js?1685022410" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022771" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022771" defer></script>
|
||||
<script src="../../js/theme.js?1685022771" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Stylesheet generator :: Hugo Relearn Theme</title>
|
||||
|
@ -13,20 +13,20 @@
|
|||
<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.print.html" rel="alternate" type="text/html" title="Stylesheet generator :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022408" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022408" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022408" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022408"></script>
|
||||
<script src="../../js/variant.js?1685022408"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022769" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022769" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022769" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022769"></script>
|
||||
<script src="../../js/variant.js?1685022769"></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
|
||||
|
@ -94,13 +94,13 @@
|
|||
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
||||
|
||||
<div class="expand">
|
||||
<input type="checkbox" id="expand-3914cdc97f533b8ff4003feed3bed491" aria-controls="expandcontent-3914cdc97f533b8ff4003feed3bed491" >
|
||||
<label class="expand-label" for="expand-3914cdc97f533b8ff4003feed3bed491" >
|
||||
<input type="checkbox" id="expand-ba358ec94056cb7b3fe56ac67d7182d1" aria-controls="expandcontent-ba358ec94056cb7b3fe56ac67d7182d1" >
|
||||
<label class="expand-label" for="expand-ba358ec94056cb7b3fe56ac67d7182d1" >
|
||||
<i class="fas fa-chevron-down"></i>
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
Show usage instructions
|
||||
</label>
|
||||
<div id="expandcontent-3914cdc97f533b8ff4003feed3bed491" class="expand-content">
|
||||
<div id="expandcontent-ba358ec94056cb7b3fe56ac67d7182d1" 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>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 arrowed lines reflect how colors are inherited thru different parts of the theme if the descendent isn’t overwritten. If you want to delete a color and let it inherit from its parent, just delete the value from the input field.</p>
|
||||
|
@ -228,12 +228,12 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022409" defer></script>
|
||||
<script src="../../js/search.js?1685022409" defer></script>
|
||||
<script src="../../js/auto-complete.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022770" defer></script>
|
||||
<script src="../../js/search.js?1685022770" defer></script>
|
||||
</div>
|
||||
<div id="content-wrapper" class="highlightable">
|
||||
<ul class="topics enlarge morespace collapsible-menu">
|
||||
|
@ -352,25 +352,25 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<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?1685022409"></script>
|
||||
<script async src="../../js/buttons.js?1685022770"></script>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1685022409" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022409" defer></script>
|
||||
<script src="../../js/d3/d3-color.min.js?1685022409" defer></script>
|
||||
<script src="../../js/d3/d3-dispatch.min.js?1685022409" defer></script>
|
||||
<script src="../../js/d3/d3-drag.min.js?1685022409" defer></script>
|
||||
<script src="../../js/d3/d3-ease.min.js?1685022409" defer></script>
|
||||
<script src="../../js/d3/d3-interpolate.min.js?1685022409" defer></script>
|
||||
<script src="../../js/d3/d3-selection.min.js?1685022409" defer></script>
|
||||
<script src="../../js/d3/d3-timer.min.js?1685022409" defer></script>
|
||||
<script src="../../js/d3/d3-transition.min.js?1685022409" defer></script>
|
||||
<script src="../../js/d3/d3-zoom.min.js?1685022409" defer></script>
|
||||
<script src="../../js/mermaid.min.js?1685022409" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022770" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022770" defer></script>
|
||||
<script src="../../js/d3/d3-color.min.js?1685022770" defer></script>
|
||||
<script src="../../js/d3/d3-dispatch.min.js?1685022770" defer></script>
|
||||
<script src="../../js/d3/d3-drag.min.js?1685022770" defer></script>
|
||||
<script src="../../js/d3/d3-ease.min.js?1685022770" defer></script>
|
||||
<script src="../../js/d3/d3-interpolate.min.js?1685022770" defer></script>
|
||||
<script src="../../js/d3/d3-selection.min.js?1685022770" defer></script>
|
||||
<script src="../../js/d3/d3-timer.min.js?1685022770" defer></script>
|
||||
<script src="../../js/d3/d3-transition.min.js?1685022770" defer></script>
|
||||
<script src="../../js/d3/d3-zoom.min.js?1685022770" defer></script>
|
||||
<script src="../../js/mermaid.min.js?1685022770" defer></script>
|
||||
<script>
|
||||
window.themeUseMermaid = JSON.parse("{ \"securityLevel\": \"loose\" }");
|
||||
</script>
|
||||
<script src="../../js/theme.js?1685022409" defer></script>
|
||||
<script src="../../js/theme.js?1685022770" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Stylesheet generator :: Hugo Relearn Theme</title>
|
||||
|
@ -13,21 +13,21 @@
|
|||
<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="../../basics/generator/index.xml" rel="alternate" type="application/rss+xml" title="Stylesheet generator :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022410" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022410" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022410" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022410"></script>
|
||||
<script src="../../js/variant.js?1685022410"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022770" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022770" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022770" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022770"></script>
|
||||
<script src="../../js/variant.js?1685022770"></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
|
||||
|
@ -79,13 +79,13 @@
|
|||
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
||||
|
||||
<div class="expand">
|
||||
<input type="checkbox" id="expand-3914cdc97f533b8ff4003feed3bed491" aria-controls="expandcontent-3914cdc97f533b8ff4003feed3bed491" >
|
||||
<label class="expand-label" for="expand-3914cdc97f533b8ff4003feed3bed491" >
|
||||
<input type="checkbox" id="expand-ba358ec94056cb7b3fe56ac67d7182d1" aria-controls="expandcontent-ba358ec94056cb7b3fe56ac67d7182d1" >
|
||||
<label class="expand-label" for="expand-ba358ec94056cb7b3fe56ac67d7182d1" >
|
||||
<i class="fas fa-chevron-down"></i>
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
Show usage instructions
|
||||
</label>
|
||||
<div id="expandcontent-3914cdc97f533b8ff4003feed3bed491" class="expand-content">
|
||||
<div id="expandcontent-ba358ec94056cb7b3fe56ac67d7182d1" 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>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 arrowed lines reflect how colors are inherited thru different parts of the theme if the descendent isn’t overwritten. If you want to delete a color and let it inherit from its parent, just delete the value from the input field.</p>
|
||||
|
@ -136,21 +136,21 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1685022410" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022410" defer></script>
|
||||
<script src="../../js/d3/d3-color.min.js?1685022410" defer></script>
|
||||
<script src="../../js/d3/d3-dispatch.min.js?1685022410" defer></script>
|
||||
<script src="../../js/d3/d3-drag.min.js?1685022410" defer></script>
|
||||
<script src="../../js/d3/d3-ease.min.js?1685022410" defer></script>
|
||||
<script src="../../js/d3/d3-interpolate.min.js?1685022410" defer></script>
|
||||
<script src="../../js/d3/d3-selection.min.js?1685022410" defer></script>
|
||||
<script src="../../js/d3/d3-timer.min.js?1685022410" defer></script>
|
||||
<script src="../../js/d3/d3-transition.min.js?1685022410" defer></script>
|
||||
<script src="../../js/d3/d3-zoom.min.js?1685022410" defer></script>
|
||||
<script src="../../js/mermaid.min.js?1685022410" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022771" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022771" defer></script>
|
||||
<script src="../../js/d3/d3-color.min.js?1685022771" defer></script>
|
||||
<script src="../../js/d3/d3-dispatch.min.js?1685022771" defer></script>
|
||||
<script src="../../js/d3/d3-drag.min.js?1685022771" defer></script>
|
||||
<script src="../../js/d3/d3-ease.min.js?1685022771" defer></script>
|
||||
<script src="../../js/d3/d3-interpolate.min.js?1685022771" defer></script>
|
||||
<script src="../../js/d3/d3-selection.min.js?1685022771" defer></script>
|
||||
<script src="../../js/d3/d3-timer.min.js?1685022771" defer></script>
|
||||
<script src="../../js/d3/d3-transition.min.js?1685022771" defer></script>
|
||||
<script src="../../js/d3/d3-zoom.min.js?1685022771" defer></script>
|
||||
<script src="../../js/mermaid.min.js?1685022771" defer></script>
|
||||
<script>
|
||||
window.themeUseMermaid = JSON.parse("{ \"securityLevel\": \"loose\" }");
|
||||
</script>
|
||||
<script src="../../js/theme.js?1685022410" defer></script>
|
||||
<script src="../../js/theme.js?1685022771" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>History :: Hugo Relearn Theme</title>
|
||||
|
@ -13,21 +13,21 @@
|
|||
<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="../../basics/history/index.xml" rel="alternate" type="application/rss+xml" title="History :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022410" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022410" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022410" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022410"></script>
|
||||
<script src="../../js/variant.js?1685022410"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022770" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022770" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022770" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022770"></script>
|
||||
<script src="../../js/variant.js?1685022770"></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
|
||||
|
@ -78,6 +78,12 @@
|
|||
|
||||
<div class="include hide-first-heading">
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<h2 id="5151-2023-05-25">5.15.1 (2023-05-25)</h2>
|
||||
<h3 id="fixes">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] shortcodes: intermediately use random ids instead of .Ordinal <a href="https://github.com/McShelby/hugo-theme-relearn/issues/543" target="_blank">#543</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5150-2023-05-25">5.15.0 (2023-05-25)</h2>
|
||||
<h3 id="enhancements">Enhancements</h3>
|
||||
<ul>
|
||||
|
@ -86,7 +92,7 @@
|
|||
<li>[<strong>feature</strong>] expand: indent expanded content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/536" target="_blank">#536</a></li>
|
||||
<li>[<strong>feature</strong>] notice: make boxes more prominent <a href="https://github.com/McShelby/hugo-theme-relearn/issues/535" target="_blank">#535</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes">Fixes</h3>
|
||||
<h3 id="fixes-1">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] attachments: fix build error since Hugo 0.112 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/540" target="_blank">#540</a></li>
|
||||
</ul>
|
||||
|
@ -97,13 +103,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5143-2023-05-20">5.14.3 (2023-05-20)</h2>
|
||||
<h3 id="fixes-1">Fixes</h3>
|
||||
<h3 id="fixes-2">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: show taxonomy toc for standard installation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/533" target="_blank">#533</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5142-2023-05-20">5.14.2 (2023-05-20)</h2>
|
||||
<h3 id="fixes-2">Fixes</h3>
|
||||
<h3 id="fixes-3">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: translate breadcrumb and title for taxonomy <a href="https://github.com/McShelby/hugo-theme-relearn/issues/532" target="_blank">#532</a></li>
|
||||
</ul>
|
||||
|
@ -121,19 +127,19 @@
|
|||
<li>[<strong>feature</strong>] theme: set appropriate defaults for all theme specific params <a href="https://github.com/McShelby/hugo-theme-relearn/issues/516" target="_blank">#516</a></li>
|
||||
<li>[<strong>feature</strong>] theme: allow to display tags below article <a href="https://github.com/McShelby/hugo-theme-relearn/issues/513" target="_blank">#513</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-3">Fixes</h3>
|
||||
<h3 id="fixes-4">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] shortcode: make .context always a page <a href="https://github.com/McShelby/hugo-theme-relearn/issues/527" target="_blank">#527</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5132-2023-05-17">5.13.2 (2023-05-17)</h2>
|
||||
<h3 id="fixes-4">Fixes</h3>
|
||||
<h3 id="fixes-5">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: enable print for pages with _build options <a href="https://github.com/McShelby/hugo-theme-relearn/issues/522" target="_blank">#522</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5131-2023-05-16">5.13.1 (2023-05-16)</h2>
|
||||
<h3 id="fixes-5">Fixes</h3>
|
||||
<h3 id="fixes-6">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] openapi: allow toc to scroll page <a href="https://github.com/McShelby/hugo-theme-relearn/issues/526" target="_blank">#526</a></li>
|
||||
</ul>
|
||||
|
@ -143,7 +149,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] openapi: replace implementation with swagger-ui <a href="https://github.com/McShelby/hugo-theme-relearn/issues/523" target="_blank">#523</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-6">Fixes</h3>
|
||||
<h3 id="fixes-7">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: avoid leaking shadows in neon print style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/524" target="_blank">#524</a></li>
|
||||
</ul>
|
||||
|
@ -153,7 +159,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] theme: better HTML titles and breadcrumbs for search and tag pages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/521" target="_blank">#521</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-7">Fixes</h3>
|
||||
<h3 id="fixes-8">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: avoid hiding of expander on hover when active item has children <a href="https://github.com/McShelby/hugo-theme-relearn/issues/520" target="_blank">#520</a></li>
|
||||
<li>[<strong>bug</strong>] menu: showVisitedLinks not working for some theme variants <a href="https://github.com/McShelby/hugo-theme-relearn/issues/518" target="_blank">#518</a></li>
|
||||
|
@ -161,26 +167,26 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5125-2023-03-28">5.12.5 (2023-03-28)</h2>
|
||||
<h3 id="fixes-8">Fixes</h3>
|
||||
<h3 id="fixes-9">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] expand: not properly exanded when used in bullet point list <a href="https://github.com/McShelby/hugo-theme-relearn/issues/508" target="_blank">#508</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5124-2023-03-24">5.12.4 (2023-03-24)</h2>
|
||||
<h3 id="fixes-9">Fixes</h3>
|
||||
<h3 id="fixes-10">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: disableExplicitIndexURLs param is not working as expected <a href="https://github.com/McShelby/hugo-theme-relearn/issues/505" target="_blank">#505</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5123-2023-03-14">5.12.3 (2023-03-14)</h2>
|
||||
<h3 id="fixes-10">Fixes</h3>
|
||||
<h3 id="fixes-11">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] attachments: fix links if only one language is present <a href="https://github.com/McShelby/hugo-theme-relearn/issues/503" target="_blank">#503</a></li>
|
||||
<li>[<strong>bug</strong>] shortcodes: allow markdown for title and content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/502" target="_blank">#502</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5122-2023-03-03">5.12.2 (2023-03-03)</h2>
|
||||
<h3 id="fixes-11">Fixes</h3>
|
||||
<h3 id="fixes-12">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: fix state for alwaysopen=false + collapsibleMenu=false <a href="https://github.com/McShelby/hugo-theme-relearn/issues/498" target="_blank">#498</a></li>
|
||||
</ul>
|
||||
|
@ -190,7 +196,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] variant: add relearn bright theme <a href="https://github.com/McShelby/hugo-theme-relearn/issues/493" target="_blank">#493</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-12">Fixes</h3>
|
||||
<h3 id="fixes-13">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] generator: fix setting of colors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/494" target="_blank">#494</a></li>
|
||||
</ul>
|
||||
|
@ -205,7 +211,7 @@
|
|||
<li>[<strong>feature</strong>] piratify: fix some quirks, arrr <a href="https://github.com/McShelby/hugo-theme-relearn/issues/469" target="_blank">#469</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: optimization for huge screen sizes <a href="https://github.com/McShelby/hugo-theme-relearn/issues/466" target="_blank">#466</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-13">Fixes</h3>
|
||||
<h3 id="fixes-14">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] i18n: write code ltr even for rtl languages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/492" target="_blank">#492</a></li>
|
||||
<li>[<strong>bug</strong>] anchor: fix link in FF when served from filesystem <a href="https://github.com/McShelby/hugo-theme-relearn/issues/482" target="_blank">#482</a></li>
|
||||
|
@ -219,13 +225,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5112-2023-02-07">5.11.2 (2023-02-07)</h2>
|
||||
<h3 id="fixes-14">Fixes</h3>
|
||||
<h3 id="fixes-15">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tabs: nested tabs content is not displayed <a href="https://github.com/McShelby/hugo-theme-relearn/issues/468" target="_blank">#468</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5111-2023-02-06">5.11.1 (2023-02-06)</h2>
|
||||
<h3 id="fixes-15">Fixes</h3>
|
||||
<h3 id="fixes-16">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: include missing <code>theme-auto.css</code> in distribution <a href="https://github.com/McShelby/hugo-theme-relearn/issues/467" target="_blank">#467</a></li>
|
||||
</ul>
|
||||
|
@ -239,7 +245,7 @@
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] expand: refactor for a11y <a href="https://github.com/McShelby/hugo-theme-relearn/issues/339" target="_blank">#339</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] mermaid: make zoom configurable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/144" target="_blank">#144</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-16">Fixes</h3>
|
||||
<h3 id="fixes-17">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: avoid errors when using invalid rapi-doc fragment ids <a href="https://github.com/McShelby/hugo-theme-relearn/issues/465" target="_blank">#465</a></li>
|
||||
<li>[<strong>bug</strong>] search: fix oddities in keyboard handling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/463" target="_blank">#463</a></li>
|
||||
|
@ -256,13 +262,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5102-2023-01-25">5.10.2 (2023-01-25)</h2>
|
||||
<h3 id="fixes-17">Fixes</h3>
|
||||
<h3 id="fixes-18">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: fix breadcrumb for huge installations <a href="https://github.com/McShelby/hugo-theme-relearn/issues/446" target="_blank">#446</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5101-2023-01-25">5.10.1 (2023-01-25)</h2>
|
||||
<h3 id="fixes-18">Fixes</h3>
|
||||
<h3 id="fixes-19">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix image links with relative path <a href="https://github.com/McShelby/hugo-theme-relearn/issues/444" target="_blank">#444</a></li>
|
||||
</ul>
|
||||
|
@ -274,20 +280,20 @@
|
|||
<li>[<strong>feature</strong>] shortcodes: add color parameter where applicable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/438" target="_blank">#438</a></li>
|
||||
<li>[<strong>feature</strong>] theme: announce translations as alternate links <a href="https://github.com/McShelby/hugo-theme-relearn/issues/422" target="_blank">#422</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-19">Fixes</h3>
|
||||
<h3 id="fixes-20">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: fix breadcrumbs for deeply nested sections <a href="https://github.com/McShelby/hugo-theme-relearn/issues/442" target="_blank">#442</a></li>
|
||||
<li>[<strong>bug</strong>] theme: improve whitespacing in tables <a href="https://github.com/McShelby/hugo-theme-relearn/issues/441" target="_blank">#441</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="594-2023-01-23">5.9.4 (2023-01-23)</h2>
|
||||
<h3 id="fixes-20">Fixes</h3>
|
||||
<h3 id="fixes-21">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: fix search icon and text color <a href="https://github.com/McShelby/hugo-theme-relearn/issues/437" target="_blank">#437</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="593-2023-01-22">5.9.3 (2023-01-22)</h2>
|
||||
<h3 id="fixes-21">Fixes</h3>
|
||||
<h3 id="fixes-22">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: fix left/right navigation for horizontal scrolling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/435" target="_blank">#435</a></li>
|
||||
<li>[<strong>bug</strong>][<strong>breaking</strong>] theme: allow pages on top level <a href="https://github.com/McShelby/hugo-theme-relearn/issues/434" target="_blank">#434</a></li>
|
||||
|
@ -298,7 +304,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="592-2022-12-30">5.9.2 (2022-12-30)</h2>
|
||||
<h3 id="fixes-22">Fixes</h3>
|
||||
<h3 id="fixes-23">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: apply dependency scripts for Hindi and Japanese <a href="https://github.com/McShelby/hugo-theme-relearn/issues/427" target="_blank">#427</a></li>
|
||||
</ul>
|
||||
|
@ -315,13 +321,13 @@
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: open external links in separate tab <a href="https://github.com/McShelby/hugo-theme-relearn/issues/419" target="_blank">#419</a></li>
|
||||
<li>[<strong>feature</strong>] theme: make it a Hugo module <a href="https://github.com/McShelby/hugo-theme-relearn/issues/417" target="_blank">#417</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-23">Fixes</h3>
|
||||
<h3 id="fixes-24">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] attachments: fix incorrect links for defaultContentLanguageInSubdir=true <a href="https://github.com/McShelby/hugo-theme-relearn/issues/425" target="_blank">#425</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="581-2022-12-11">5.8.1 (2022-12-11)</h2>
|
||||
<h3 id="fixes-24">Fixes</h3>
|
||||
<h3 id="fixes-25">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix alias for home page if defaultContentLanguageInSubdir=true <a href="https://github.com/McShelby/hugo-theme-relearn/issues/414" target="_blank">#414</a></li>
|
||||
</ul>
|
||||
|
@ -334,7 +340,7 @@
|
|||
<li>[<strong>feature</strong>] badge: add new shortcode <a href="https://github.com/McShelby/hugo-theme-relearn/issues/410" target="_blank">#410</a></li>
|
||||
<li>[<strong>feature</strong>] theme: add accent color <a href="https://github.com/McShelby/hugo-theme-relearn/issues/409" target="_blank">#409</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-25">Fixes</h3>
|
||||
<h3 id="fixes-26">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix spacing for tag flyout in FF <a href="https://github.com/McShelby/hugo-theme-relearn/issues/413" target="_blank">#413</a></li>
|
||||
</ul>
|
||||
|
@ -344,7 +350,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] button: refactor for a11y <a href="https://github.com/McShelby/hugo-theme-relearn/issues/372" target="_blank">#372</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-26">Fixes</h3>
|
||||
<h3 id="fixes-27">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: don’t freeze browser on long search terms <a href="https://github.com/McShelby/hugo-theme-relearn/issues/408" target="_blank">#408</a></li>
|
||||
<li>[<strong>bug</strong>] search: fix searchbox placeholder color in FF and IE <a href="https://github.com/McShelby/hugo-theme-relearn/issues/405" target="_blank">#405</a></li>
|
||||
|
@ -360,38 +366,38 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] search: make build and js forgiving against config errors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/400" target="_blank">#400</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-27">Fixes</h3>
|
||||
<h3 id="fixes-28">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: minor color adjustments <a href="https://github.com/McShelby/hugo-theme-relearn/issues/402" target="_blank">#402</a></li>
|
||||
<li>[<strong>bug</strong>] variant: fix generator for use of neon <a href="https://github.com/McShelby/hugo-theme-relearn/issues/401" target="_blank">#401</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="565-2022-11-19">5.6.5 (2022-11-19)</h2>
|
||||
<h3 id="fixes-28">Fixes</h3>
|
||||
<h3 id="fixes-29">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: relax usage of background color <a href="https://github.com/McShelby/hugo-theme-relearn/issues/399" target="_blank">#399</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="564-2022-11-19">5.6.4 (2022-11-19)</h2>
|
||||
<h3 id="fixes-29">Fixes</h3>
|
||||
<h3 id="fixes-30">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: make alias pages usable by file:// protocol <a href="https://github.com/McShelby/hugo-theme-relearn/issues/398" target="_blank">#398</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="563-2022-11-19">5.6.3 (2022-11-19)</h2>
|
||||
<h3 id="fixes-30">Fixes</h3>
|
||||
<h3 id="fixes-31">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: be compatible with Hugo >= 0.95.0 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/397" target="_blank">#397</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="562-2022-11-19">5.6.2 (2022-11-19)</h2>
|
||||
<h3 id="fixes-31">Fixes</h3>
|
||||
<h3 id="fixes-32">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: build breaks sites without “output” section in config <a href="https://github.com/McShelby/hugo-theme-relearn/issues/396" target="_blank">#396</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="561-2022-11-19">5.6.1 (2022-11-19)</h2>
|
||||
<h3 id="fixes-32">Fixes</h3>
|
||||
<h3 id="fixes-33">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix image distortion <a href="https://github.com/McShelby/hugo-theme-relearn/issues/395" target="_blank">#395</a></li>
|
||||
</ul>
|
||||
|
@ -405,7 +411,7 @@
|
|||
<li>[<strong>feature</strong>] theme: make creation of generator meta tag configurable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/383" target="_blank">#383</a></li>
|
||||
<li>[<strong>feature</strong>] theme: increase build performance <a href="https://github.com/McShelby/hugo-theme-relearn/issues/380" target="_blank">#380</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-33">Fixes</h3>
|
||||
<h3 id="fixes-34">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: avoid leading whitespace <a href="https://github.com/McShelby/hugo-theme-relearn/issues/394" target="_blank">#394</a></li>
|
||||
<li>[<strong>bug</strong>] theme: fix build errors when referencing SVGs in markdown <a href="https://github.com/McShelby/hugo-theme-relearn/issues/393" target="_blank">#393</a></li>
|
||||
|
@ -421,20 +427,20 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="553-2022-11-10">5.5.3 (2022-11-10)</h2>
|
||||
<h3 id="fixes-34">Fixes</h3>
|
||||
<h3 id="fixes-35">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: fix non-latin tag display on pages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/378" target="_blank">#378</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="552-2022-11-08">5.5.2 (2022-11-08)</h2>
|
||||
<h3 id="fixes-35">Fixes</h3>
|
||||
<h3 id="fixes-36">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix typo in 404.html <a href="https://github.com/McShelby/hugo-theme-relearn/issues/376" target="_blank">#376</a></li>
|
||||
<li>[<strong>bug</strong>] theme: allow menu items and children to be served by file:// protocol <a href="https://github.com/McShelby/hugo-theme-relearn/issues/375" target="_blank">#375</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="551-2022-11-07">5.5.1 (2022-11-07)</h2>
|
||||
<h3 id="fixes-36">Fixes</h3>
|
||||
<h3 id="fixes-37">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix overflowing issue with anchors and tooltips <a href="https://github.com/McShelby/hugo-theme-relearn/issues/364" target="_blank">#364</a></li>
|
||||
</ul>
|
||||
|
@ -444,7 +450,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: optimize page load for images <a href="https://github.com/McShelby/hugo-theme-relearn/issues/304" target="_blank">#304</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-37">Fixes</h3>
|
||||
<h3 id="fixes-38">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix context in render hooks <a href="https://github.com/McShelby/hugo-theme-relearn/issues/373" target="_blank">#373</a></li>
|
||||
<li>[<strong>bug</strong>] print: make canonical URL absolute <a href="https://github.com/McShelby/hugo-theme-relearn/issues/371" target="_blank">#371</a></li>
|
||||
|
@ -455,7 +461,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] history: refactor for a11y <a href="https://github.com/McShelby/hugo-theme-relearn/issues/341" target="_blank">#341</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-38">Fixes</h3>
|
||||
<h3 id="fixes-39">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix multilang links when site served from subdirectory <a href="https://github.com/McShelby/hugo-theme-relearn/issues/370" target="_blank">#370</a></li>
|
||||
</ul>
|
||||
|
@ -467,7 +473,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="541-2022-11-05">5.4.1 (2022-11-05)</h2>
|
||||
<h3 id="fixes-39">Fixes</h3>
|
||||
<h3 id="fixes-40">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: fix Gantt chart width <a href="https://github.com/McShelby/hugo-theme-relearn/issues/365" target="_blank">#365</a></li>
|
||||
</ul>
|
||||
|
@ -484,13 +490,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="533-2022-10-09">5.3.3 (2022-10-09)</h2>
|
||||
<h3 id="fixes-40">Fixes</h3>
|
||||
<h3 id="fixes-41">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] archetypes: fix frontmatter on home.md template <a href="https://github.com/McShelby/hugo-theme-relearn/issues/346" target="_blank">#346</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="532-2022-10-08">5.3.2 (2022-10-08)</h2>
|
||||
<h3 id="fixes-41">Fixes</h3>
|
||||
<h3 id="fixes-42">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: change defunct keyboard shortcuts <a href="https://github.com/McShelby/hugo-theme-relearn/issues/344" target="_blank">#344</a></li>
|
||||
</ul>
|
||||
|
@ -508,7 +514,7 @@
|
|||
<li>[<strong>feature</strong>] expander: improve whitespace between label and content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/338" target="_blank">#338</a></li>
|
||||
<li>[<strong>feature</strong>] swagger: improve print version <a href="https://github.com/McShelby/hugo-theme-relearn/issues/333" target="_blank">#333</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-42">Fixes</h3>
|
||||
<h3 id="fixes-43">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix links of subsections <a href="https://github.com/McShelby/hugo-theme-relearn/issues/340" target="_blank">#340</a></li>
|
||||
<li>[<strong>bug</strong>] theme: remove W3C validator errors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/337" target="_blank">#337</a></li>
|
||||
|
@ -519,19 +525,19 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="524-2022-10-02">5.2.4 (2022-10-02)</h2>
|
||||
<h3 id="fixes-43">Fixes</h3>
|
||||
<h3 id="fixes-44">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: remove HTML5 validator errors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/329" target="_blank">#329</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="523-2022-09-12">5.2.3 (2022-09-12)</h2>
|
||||
<h3 id="fixes-44">Fixes</h3>
|
||||
<h3 id="fixes-45">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: chapter pages overwrite font-size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/328" target="_blank">#328</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="522-2022-08-23">5.2.2 (2022-08-23)</h2>
|
||||
<h3 id="fixes-45">Fixes</h3>
|
||||
<h3 id="fixes-46">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix urls for uglyURLs=true <a href="https://github.com/McShelby/hugo-theme-relearn/issues/322" target="_blank">#322</a></li>
|
||||
</ul>
|
||||
|
@ -541,7 +547,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] i18n: improve Japanese translation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/318" target="_blank">#318</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-46">Fixes</h3>
|
||||
<h3 id="fixes-47">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: prev/next ignores ordersectionby <a href="https://github.com/McShelby/hugo-theme-relearn/issues/320" target="_blank">#320</a></li>
|
||||
</ul>
|
||||
|
@ -555,21 +561,21 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] menu: expand collapsed menus if search term is found in submenus <a href="https://github.com/McShelby/hugo-theme-relearn/issues/312" target="_blank">#312</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-47">Fixes</h3>
|
||||
<h3 id="fixes-48">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: switch mermaid and swagger style before print <a href="https://github.com/McShelby/hugo-theme-relearn/issues/316" target="_blank">#316</a></li>
|
||||
<li>[<strong>bug</strong>] theme: fix chapter margins on big screens <a href="https://github.com/McShelby/hugo-theme-relearn/issues/315" target="_blank">#315</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="512-2022-07-18">5.1.2 (2022-07-18)</h2>
|
||||
<h3 id="fixes-48">Fixes</h3>
|
||||
<h3 id="fixes-49">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: reset mermaid theme to light <a href="https://github.com/McShelby/hugo-theme-relearn/issues/313" target="_blank">#313</a></li>
|
||||
<li>[<strong>bug</strong>] mermaid: header is showing up in FF <a href="https://github.com/McShelby/hugo-theme-relearn/issues/311" target="_blank">#311</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="511-2022-07-15">5.1.1 (2022-07-15)</h2>
|
||||
<h3 id="fixes-49">Fixes</h3>
|
||||
<h3 id="fixes-50">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: don’t count tags if page is hidden <a href="https://github.com/McShelby/hugo-theme-relearn/issues/310" target="_blank">#310</a></li>
|
||||
</ul>
|
||||
|
@ -582,13 +588,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="503-2022-07-07">5.0.3 (2022-07-07)</h2>
|
||||
<h3 id="fixes-50">Fixes</h3>
|
||||
<h3 id="fixes-51">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] ie11: no styles after rework of archetypes <a href="https://github.com/McShelby/hugo-theme-relearn/issues/306" target="_blank">#306</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="502-2022-07-07">5.0.2 (2022-07-07)</h2>
|
||||
<h3 id="fixes-51">Fixes</h3>
|
||||
<h3 id="fixes-52">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: load CSS if JS is disabled <a href="https://github.com/McShelby/hugo-theme-relearn/issues/305" target="_blank">#305</a></li>
|
||||
</ul>
|
||||
|
@ -612,7 +618,7 @@
|
|||
<li>[<strong>feature</strong>] math: add mathjax rendering <a href="https://github.com/McShelby/hugo-theme-relearn/issues/235" target="_blank">#235</a></li>
|
||||
<li>[<strong>feature</strong>] theme: allow for page heading modification <a href="https://github.com/McShelby/hugo-theme-relearn/issues/139" target="_blank">#139</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-52">Fixes</h3>
|
||||
<h3 id="fixes-53">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] favicon: fix URL if site resides in subfolder <a href="https://github.com/McShelby/hugo-theme-relearn/issues/302" target="_blank">#302</a></li>
|
||||
<li>[<strong>bug</strong>] code: show copy-to-clipboard marker for blocklevel code <a href="https://github.com/McShelby/hugo-theme-relearn/issues/298" target="_blank">#298</a></li>
|
||||
|
@ -629,7 +635,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="425-2022-06-23">4.2.5 (2022-06-23)</h2>
|
||||
<h3 id="fixes-53">Fixes</h3>
|
||||
<h3 id="fixes-54">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: javascript code does not load in documentation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/285" target="_blank">#285</a></li>
|
||||
<li>[<strong>bug</strong>] children: descriptions not working <a href="https://github.com/McShelby/hugo-theme-relearn/issues/284" target="_blank">#284</a></li>
|
||||
|
@ -637,13 +643,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="424-2022-06-23">4.2.4 (2022-06-23)</h2>
|
||||
<h3 id="fixes-54">Fixes</h3>
|
||||
<h3 id="fixes-55">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix url for logo and home button <a href="https://github.com/McShelby/hugo-theme-relearn/issues/282" target="_blank">#282</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="423-2022-06-23">4.2.3 (2022-06-23)</h2>
|
||||
<h3 id="fixes-55">Fixes</h3>
|
||||
<h3 id="fixes-56">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>breaking</strong>] include: second parameter is ignored <a href="https://github.com/McShelby/hugo-theme-relearn/issues/281" target="_blank">#281</a></li>
|
||||
</ul>
|
||||
|
@ -660,7 +666,7 @@
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] tabs: don’t change tab selection if panel does not contain item <a href="https://github.com/McShelby/hugo-theme-relearn/issues/279" target="_blank">#279</a></li>
|
||||
<li>[<strong>feature</strong>] shortcodes: convert to partials <a href="https://github.com/McShelby/hugo-theme-relearn/issues/277" target="_blank">#277</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-56">Fixes</h3>
|
||||
<h3 id="fixes-57">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: avoid builtin syntax-highlightning <a href="https://github.com/McShelby/hugo-theme-relearn/issues/280" target="_blank">#280</a></li>
|
||||
<li>[<strong>bug</strong>] search: fix console message for missing lunr translations <a href="https://github.com/McShelby/hugo-theme-relearn/issues/278" target="_blank">#278</a></li>
|
||||
|
@ -668,7 +674,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="411-2022-06-18">4.1.1 (2022-06-18)</h2>
|
||||
<h3 id="fixes-57">Fixes</h3>
|
||||
<h3 id="fixes-58">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] notice: fix layout when content starts with heading <a href="https://github.com/McShelby/hugo-theme-relearn/issues/275" target="_blank">#275</a></li>
|
||||
</ul>
|
||||
|
@ -680,7 +686,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="405-2022-06-12">4.0.5 (2022-06-12)</h2>
|
||||
<h3 id="fixes-58">Fixes</h3>
|
||||
<h3 id="fixes-59">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] i18n: Vietnamese language with wrong lang code <a href="https://github.com/McShelby/hugo-theme-relearn/issues/270" target="_blank">#270</a></li>
|
||||
<li>[<strong>bug</strong>] i18n: fix search for non western languages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/269" target="_blank">#269</a></li>
|
||||
|
@ -691,7 +697,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] theme: improve keyboard navigation for scrolling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/268" target="_blank">#268</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-59">Fixes</h3>
|
||||
<h3 id="fixes-60">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: adjust font-size for method buttons <a href="https://github.com/McShelby/hugo-theme-relearn/issues/267" target="_blank">#267</a></li>
|
||||
<li>[<strong>bug</strong>] menu: hide expander when only hidden subpages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/264" target="_blank">#264</a></li>
|
||||
|
@ -710,7 +716,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="402-2022-06-05">4.0.2 (2022-06-05)</h2>
|
||||
<h3 id="fixes-60">Fixes</h3>
|
||||
<h3 id="fixes-61">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: let browser scroll page on CTRL+f <a href="https://github.com/McShelby/hugo-theme-relearn/issues/242" target="_blank">#242</a></li>
|
||||
</ul>
|
||||
|
@ -731,7 +737,7 @@
|
|||
<li>[<strong>feature</strong>] variant: add support for brand color variables <a href="https://github.com/McShelby/hugo-theme-relearn/issues/239" target="_blank">#239</a></li>
|
||||
<li>[<strong>feature</strong>] i18n: add Polish translation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/237" target="_blank">#237</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-61">Fixes</h3>
|
||||
<h3 id="fixes-62">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] shortcodes: accept boolean parameters if given as string <a href="https://github.com/McShelby/hugo-theme-relearn/issues/261" target="_blank">#261</a></li>
|
||||
<li>[<strong>bug</strong>] print: adjust button and tab size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/259" target="_blank">#259</a></li>
|
||||
|
@ -742,7 +748,7 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="341-2022-04-03">3.4.1 (2022-04-03)</h2>
|
||||
<h3 id="fixes-62">Fixes</h3>
|
||||
<h3 id="fixes-63">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix IE11 incompatibilities <a href="https://github.com/McShelby/hugo-theme-relearn/issues/234" target="_blank">#234</a></li>
|
||||
</ul>
|
||||
|
@ -755,7 +761,7 @@
|
|||
<li>[<strong>feature</strong>] print: add option to print whole chapter <a href="https://github.com/McShelby/hugo-theme-relearn/issues/230" target="_blank">#230</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>breaking</strong>] theme: apply user supplied content footer below content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/229" target="_blank">#229</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-63">Fixes</h3>
|
||||
<h3 id="fixes-64">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: scroll to heading on initial load <a href="https://github.com/McShelby/hugo-theme-relearn/issues/232" target="_blank">#232</a></li>
|
||||
</ul>
|
||||
|
@ -766,13 +772,13 @@
|
|||
<li>[<strong>feature</strong>] theme: add CSS font variables <a href="https://github.com/McShelby/hugo-theme-relearn/issues/227" target="_blank">#227</a></li>
|
||||
<li>[<strong>feature</strong>] swagger: add support for oas/swagger documentation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/226" target="_blank">#226</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-64">Fixes</h3>
|
||||
<h3 id="fixes-65">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: make variant switch work on slow networks <a href="https://github.com/McShelby/hugo-theme-relearn/issues/228" target="_blank">#228</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="321-2022-03-25">3.2.1 (2022-03-25)</h2>
|
||||
<h3 id="fixes-65">Fixes</h3>
|
||||
<h3 id="fixes-66">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix minor inconsistencies <a href="https://github.com/McShelby/hugo-theme-relearn/issues/225" target="_blank">#225</a></li>
|
||||
<li>[<strong>bug</strong>] print: show more than just the title page <a href="https://github.com/McShelby/hugo-theme-relearn/issues/224" target="_blank">#224</a></li>
|
||||
|
@ -802,7 +808,7 @@
|
|||
<li>[<strong>feature</strong>] notice: add icon parameter <a href="https://github.com/McShelby/hugo-theme-relearn/issues/212" target="_blank">#212</a></li>
|
||||
<li>[<strong>feature</strong>] mobile: remove breadcrumb ellipsis <a href="https://github.com/McShelby/hugo-theme-relearn/issues/211" target="_blank">#211</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-66">Fixes</h3>
|
||||
<h3 id="fixes-67">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: make storage of multiple Hugo sites on same server distinct <a href="https://github.com/McShelby/hugo-theme-relearn/issues/214" target="_blank">#214</a></li>
|
||||
<li>[<strong>bug</strong>] variant: switch breadcrumb color in Chrome <a href="https://github.com/McShelby/hugo-theme-relearn/issues/213" target="_blank">#213</a></li>
|
||||
|
@ -815,7 +821,7 @@
|
|||
<li>[<strong>feature</strong>] theme: improve font loading <a href="https://github.com/McShelby/hugo-theme-relearn/issues/201" target="_blank">#201</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] variant: fix inconsistent color variable naming <a href="https://github.com/McShelby/hugo-theme-relearn/issues/200" target="_blank">#200</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-67">Fixes</h3>
|
||||
<h3 id="fixes-68">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: fix occasional fail when resetting generator <a href="https://github.com/McShelby/hugo-theme-relearn/issues/208" target="_blank">#208</a></li>
|
||||
<li>[<strong>bug</strong>] docs: don’t move header on logo hover in IE11 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/207" target="_blank">#207</a></li>
|
||||
|
@ -829,7 +835,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] tags: show tag count in taxonomy list <a href="https://github.com/McShelby/hugo-theme-relearn/issues/195" target="_blank">#195</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-68">Fixes</h3>
|
||||
<h3 id="fixes-69">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: remove Hugo build warning if page is not file based <a href="https://github.com/McShelby/hugo-theme-relearn/issues/197" target="_blank">#197</a></li>
|
||||
<li>[<strong>bug</strong>] tags: adhere to titleSeparator <a href="https://github.com/McShelby/hugo-theme-relearn/issues/196" target="_blank">#196</a></li>
|
||||
|
@ -847,7 +853,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] children: set containerstyle automatically according to style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/192" target="_blank">#192</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-69">Fixes</h3>
|
||||
<h3 id="fixes-70">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: revert fontawsome to version 5 for IE11 compat <a href="https://github.com/McShelby/hugo-theme-relearn/issues/191" target="_blank">#191</a></li>
|
||||
</ul>
|
||||
|
@ -865,7 +871,7 @@
|
|||
<li>[<strong>feature</strong>] notice: tweak dull colors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/173" target="_blank">#173</a></li>
|
||||
<li>[<strong>feature</strong>] theme: rework header UX <a href="https://github.com/McShelby/hugo-theme-relearn/issues/151" target="_blank">#151</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-70">Fixes</h3>
|
||||
<h3 id="fixes-71">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: remove additional X in filled out search box in IE11 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/190" target="_blank">#190</a></li>
|
||||
<li>[<strong>bug</strong>] clipboard: localize tooltips <a href="https://github.com/McShelby/hugo-theme-relearn/issues/186" target="_blank">#186</a></li>
|
||||
|
@ -875,25 +881,25 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="296-2022-02-07">2.9.6 (2022-02-07)</h2>
|
||||
<h3 id="fixes-71">Fixes</h3>
|
||||
<h3 id="fixes-72">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: remove debug output <a href="https://github.com/McShelby/hugo-theme-relearn/issues/171" target="_blank">#171</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="295-2022-02-07">2.9.5 (2022-02-07)</h2>
|
||||
<h3 id="fixes-72">Fixes</h3>
|
||||
<h3 id="fixes-73">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: let arrow navigation respect ordersectionsby configuration <a href="https://github.com/McShelby/hugo-theme-relearn/issues/170" target="_blank">#170</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="294-2022-02-06">2.9.4 (2022-02-06)</h2>
|
||||
<h3 id="fixes-73">Fixes</h3>
|
||||
<h3 id="fixes-74">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] exampleSite: fix links in official documentation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/168" target="_blank">#168</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="293-2022-02-06">2.9.3 (2022-02-06)</h2>
|
||||
<h3 id="fixes-74">Fixes</h3>
|
||||
<h3 id="fixes-75">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: invalid URL when the shortcut is an internal link <a href="https://github.com/McShelby/hugo-theme-relearn/issues/163" target="_blank">#163</a></li>
|
||||
</ul>
|
||||
|
@ -903,19 +909,19 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] theme: add theme version info to head <a href="https://github.com/McShelby/hugo-theme-relearn/issues/158" target="_blank">#158</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-75">Fixes</h3>
|
||||
<h3 id="fixes-76">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix selection of *.ico files as favicons <a href="https://github.com/McShelby/hugo-theme-relearn/issues/160" target="_blank">#160</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="291-2021-11-22">2.9.1 (2021-11-22)</h2>
|
||||
<h3 id="fixes-76">Fixes</h3>
|
||||
<h3 id="fixes-77">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: fix significantly low performance for collecting of meta info <a href="https://github.com/McShelby/hugo-theme-relearn/issues/157" target="_blank">#157</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="290-2021-11-19">2.9.0 (2021-11-19)</h2>
|
||||
<h3 id="fixes-77">Fixes</h3>
|
||||
<h3 id="fixes-78">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>breaking</strong>] relref: fix inconsistent behavior <a href="https://github.com/McShelby/hugo-theme-relearn/issues/156" target="_blank">#156</a></li>
|
||||
<li>[<strong>bug</strong>] search: make dropdown stick to search field when scrolling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/155" target="_blank">#155</a></li>
|
||||
|
@ -926,20 +932,20 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="283-2021-11-09">2.8.3 (2021-11-09)</h2>
|
||||
<h3 id="fixes-78">Fixes</h3>
|
||||
<h3 id="fixes-79">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: let zoom reset to initial size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/145" target="_blank">#145</a></li>
|
||||
<li>[<strong>bug</strong>] mermaid: remove whitespace from big graphs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/143" target="_blank">#143</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="282-2021-11-08">2.8.2 (2021-11-08)</h2>
|
||||
<h3 id="fixes-79">Fixes</h3>
|
||||
<h3 id="fixes-80">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: always load javascript to avoid break if code fences are used <a href="https://github.com/McShelby/hugo-theme-relearn/issues/142" target="_blank">#142</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="281-2021-11-04">2.8.1 (2021-11-04)</h2>
|
||||
<h3 id="fixes-80">Fixes</h3>
|
||||
<h3 id="fixes-81">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: don’t break JS in multilang setup if search is disabled <a href="https://github.com/McShelby/hugo-theme-relearn/issues/140" target="_blank">#140</a></li>
|
||||
</ul>
|
||||
|
@ -952,7 +958,7 @@
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: switch font <a href="https://github.com/McShelby/hugo-theme-relearn/issues/83" target="_blank">#83</a></li>
|
||||
<li>[<strong>feature</strong>] theme: make favicon configurable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/2" target="_blank">#2</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-81">Fixes</h3>
|
||||
<h3 id="fixes-82">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: assert that window.mermaid is actually mermaid <a href="https://github.com/McShelby/hugo-theme-relearn/issues/136" target="_blank">#136</a></li>
|
||||
<li>[<strong>bug</strong>] menu: remove usage of Hugos UniqueID <a href="https://github.com/McShelby/hugo-theme-relearn/issues/131" target="_blank">#131</a></li>
|
||||
|
@ -968,13 +974,13 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="260-2021-10-21">2.6.0 (2021-10-21)</h2>
|
||||
<h3 id="fixes-82">Fixes</h3>
|
||||
<h3 id="fixes-83">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: generate correct links if theme served from subdirectory <a href="https://github.com/McShelby/hugo-theme-relearn/issues/120" target="_blank">#120</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="251-2021-10-12">2.5.1 (2021-10-12)</h2>
|
||||
<h3 id="fixes-83">Fixes</h3>
|
||||
<h3 id="fixes-84">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] security: fix XSS for malicioius image URLs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/117" target="_blank">#117</a></li>
|
||||
</ul>
|
||||
|
@ -984,14 +990,14 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] syntax highlight: provide default colors for unknown languages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/113" target="_blank">#113</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-84">Fixes</h3>
|
||||
<h3 id="fixes-85">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] security: fix XSS for malicioius URLs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/114" target="_blank">#114</a></li>
|
||||
<li>[<strong>bug</strong>] menu: write correct local shortcut links <a href="https://github.com/McShelby/hugo-theme-relearn/issues/112" target="_blank">#112</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="241-2021-10-07">2.4.1 (2021-10-07)</h2>
|
||||
<h3 id="fixes-85">Fixes</h3>
|
||||
<h3 id="fixes-86">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: remove runtime styles from print <a href="https://github.com/McShelby/hugo-theme-relearn/issues/111" target="_blank">#111</a></li>
|
||||
</ul>
|
||||
|
@ -1008,7 +1014,7 @@
|
|||
<li>[<strong>feature</strong>] theme: improve print style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/93" target="_blank">#93</a></li>
|
||||
<li>[<strong>feature</strong>] theme: improve style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/92" target="_blank">#92</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-86">Fixes</h3>
|
||||
<h3 id="fixes-87">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] include: don’t generate additional HTML if file should be displayed “as is” <a href="https://github.com/McShelby/hugo-theme-relearn/issues/110" target="_blank">#110</a></li>
|
||||
<li>[<strong>bug</strong>] attachments: fix broken links if multilang config is used <a href="https://github.com/McShelby/hugo-theme-relearn/issues/105" target="_blank">#105</a></li>
|
||||
|
@ -1020,19 +1026,19 @@
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="232-2021-09-20">2.3.2 (2021-09-20)</h2>
|
||||
<h3 id="fixes-87">Fixes</h3>
|
||||
<h3 id="fixes-88">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] docs: rename history pirate translation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/91" target="_blank">#91</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="231-2021-09-20">2.3.1 (2021-09-20)</h2>
|
||||
<h3 id="fixes-88">Fixes</h3>
|
||||
<h3 id="fixes-89">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] docs: rename english pirate translation to avoid crash on rendering <a href="https://github.com/McShelby/hugo-theme-relearn/issues/90" target="_blank">#90</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="230-2021-09-13">2.3.0 (2021-09-13)</h2>
|
||||
<h3 id="fixes-89">Fixes</h3>
|
||||
<h3 id="fixes-90">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix usage of section element <a href="https://github.com/McShelby/hugo-theme-relearn/issues/88" target="_blank">#88</a></li>
|
||||
</ul>
|
||||
|
@ -1047,7 +1053,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] sitemap: hide hidden pages from sitemap and SEO indexing <a href="https://github.com/McShelby/hugo-theme-relearn/issues/85" target="_blank">#85</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-90">Fixes</h3>
|
||||
<h3 id="fixes-91">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix showVisitedLinks in case Hugo is configured to modify relative URLs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/86" target="_blank">#86</a></li>
|
||||
</ul>
|
||||
|
@ -1066,7 +1072,7 @@
|
|||
<li>[<strong>feature</strong>] search: increase performance <a href="https://github.com/McShelby/hugo-theme-relearn/issues/74" target="_blank">#74</a></li>
|
||||
<li>[<strong>feature</strong>] search: improve search context preview <a href="https://github.com/McShelby/hugo-theme-relearn/issues/73" target="_blank">#73</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-91">Fixes</h3>
|
||||
<h3 id="fixes-92">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] search: hide non-site content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/81" target="_blank">#81</a></li>
|
||||
<li>[<strong>bug</strong>] menu: always hide hidden sub pages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/77" target="_blank">#77</a></li>
|
||||
|
@ -1089,7 +1095,7 @@
|
|||
<li>[<strong>feature</strong>] theme: adjust print styles <a href="https://github.com/McShelby/hugo-theme-relearn/issues/35" target="_blank">#35</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] code highlighter: switch to standard hugo highlighter <a href="https://github.com/McShelby/hugo-theme-relearn/issues/32" target="_blank">#32</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-92">Fixes</h3>
|
||||
<h3 id="fixes-93">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] arrow-nav: default sorting ignores ordersectionsby <a href="https://github.com/McShelby/hugo-theme-relearn/issues/63" target="_blank">#63</a></li>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] children: default sorting ignores ordersectionsby <a href="https://github.com/McShelby/hugo-theme-relearn/issues/62" target="_blank">#62</a></li>
|
||||
|
@ -1117,7 +1123,7 @@
|
|||
<li>[<strong>feature</strong>] notice: align box colors to common standards <a href="https://github.com/McShelby/hugo-theme-relearn/issues/18" target="_blank">#18</a></li>
|
||||
<li>[<strong>feature</strong>] notice: use distinct icons for notice box type <a href="https://github.com/McShelby/hugo-theme-relearn/issues/17" target="_blank">#17</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-93">Fixes</h3>
|
||||
<h3 id="fixes-94">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] attachments: support i18n for attachment size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/21" target="_blank">#21</a></li>
|
||||
<li>[<strong>bug</strong>] notice: support i18n for box labels <a href="https://github.com/McShelby/hugo-theme-relearn/issues/16" target="_blank">#16</a></li>
|
||||
|
@ -1139,7 +1145,7 @@
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] mermaid: expose options in config.toml <a href="https://github.com/McShelby/hugo-theme-relearn/issues/4" target="_blank">#4</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-94">Fixes</h3>
|
||||
<h3 id="fixes-95">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: config option for CDN url not used <a href="https://github.com/McShelby/hugo-theme-relearn/issues/12" target="_blank">#12</a></li>
|
||||
<li>[<strong>bug</strong>] mermaid: only highlight text in HTML elements <a href="https://github.com/McShelby/hugo-theme-relearn/issues/10" target="_blank">#10</a></li>
|
||||
|
@ -1172,8 +1178,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1685022410" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022410" defer></script>
|
||||
<script src="../../js/theme.js?1685022410" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022771" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022771" defer></script>
|
||||
<script src="../../js/theme.js?1685022771" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Basics :: Hugo Relearn Theme</title>
|
||||
|
@ -13,20 +13,20 @@
|
|||
<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.print.html" rel="alternate" type="text/html" title="Basics :: Hugo Relearn Theme">
|
||||
<link href="../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../images/logo.svg?1685022769" 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?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../css/nucleus.css?1685022408" rel="stylesheet">
|
||||
<link href="../css/auto-complete.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../css/perfect-scrollbar.min.css?1685022408" rel="stylesheet">
|
||||
<link href="../css/fonts.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../css/theme.css?1685022408" rel="stylesheet">
|
||||
<link href="../css/theme-auto.css?1685022408" rel="stylesheet" id="variant-style">
|
||||
<link href="../css/variant.css?1685022408" rel="stylesheet">
|
||||
<link href="../css/print.css?1685022408" rel="stylesheet" media="print">
|
||||
<link href="../css/ie.css?1685022408" rel="stylesheet">
|
||||
<script src="../js/url.js?1685022408"></script>
|
||||
<script src="../js/variant.js?1685022408"></script>
|
||||
<link href="../css/fontawesome-all.min.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../css/nucleus.css?1685022769" rel="stylesheet">
|
||||
<link href="../css/auto-complete.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../css/perfect-scrollbar.min.css?1685022769" rel="stylesheet">
|
||||
<link href="../css/fonts.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../css/theme.css?1685022769" rel="stylesheet">
|
||||
<link href="../css/theme-auto.css?1685022769" rel="stylesheet" id="variant-style">
|
||||
<link href="../css/variant.css?1685022769" rel="stylesheet">
|
||||
<link href="../css/print.css?1685022769" rel="stylesheet" media="print">
|
||||
<link href="../css/ie.css?1685022769" rel="stylesheet">
|
||||
<script src="../js/url.js?1685022769"></script>
|
||||
<script src="../js/variant.js?1685022769"></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
|
||||
|
@ -177,12 +177,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../js/auto-complete.js?1685022409" defer></script>
|
||||
<script src="../js/lunr/lunr.min.js?1685022409" defer></script>
|
||||
<script src="../js/lunr/lunr.stemmer.support.min.js?1685022409" defer></script>
|
||||
<script src="../js/lunr/lunr.multi.min.js?1685022409" defer></script>
|
||||
<script src="../js/lunr/lunr.en.min.js?1685022409" defer></script>
|
||||
<script src="../js/search.js?1685022409" defer></script>
|
||||
<script src="../js/auto-complete.js?1685022770" defer></script>
|
||||
<script src="../js/lunr/lunr.min.js?1685022770" defer></script>
|
||||
<script src="../js/lunr/lunr.stemmer.support.min.js?1685022770" defer></script>
|
||||
<script src="../js/lunr/lunr.multi.min.js?1685022770" defer></script>
|
||||
<script src="../js/lunr/lunr.en.min.js?1685022770" defer></script>
|
||||
<script src="../js/search.js?1685022770" defer></script>
|
||||
</div>
|
||||
<div id="content-wrapper" class="highlightable">
|
||||
<ul class="topics enlarge morespace collapsible-menu">
|
||||
|
@ -301,12 +301,12 @@
|
|||
<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?1685022409"></script>
|
||||
<script async src="../js/buttons.js?1685022770"></script>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../js/clipboard.min.js?1685022409" defer></script>
|
||||
<script src="../js/perfect-scrollbar.min.js?1685022409" defer></script>
|
||||
<script src="../js/theme.js?1685022409" defer></script>
|
||||
<script src="../js/clipboard.min.js?1685022770" defer></script>
|
||||
<script src="../js/perfect-scrollbar.min.js?1685022770" defer></script>
|
||||
<script src="../js/theme.js?1685022770" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Basics :: Hugo Relearn Theme</title>
|
||||
|
@ -13,21 +13,21 @@
|
|||
<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="../basics/index.xml" rel="alternate" type="application/rss+xml" title="Basics :: Hugo Relearn Theme">
|
||||
<link href="../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../images/logo.svg?1685022769" 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?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../css/nucleus.css?1685022410" rel="stylesheet">
|
||||
<link href="../css/auto-complete.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../css/perfect-scrollbar.min.css?1685022410" rel="stylesheet">
|
||||
<link href="../css/fonts.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../css/theme.css?1685022410" rel="stylesheet">
|
||||
<link href="../css/theme-auto.css?1685022410" rel="stylesheet" id="variant-style">
|
||||
<link href="../css/variant.css?1685022410" rel="stylesheet">
|
||||
<link href="../css/print.css?1685022410" rel="stylesheet" media="print">
|
||||
<link href="../css/format-print.css?1685022410" rel="stylesheet">
|
||||
<link href="../css/ie.css?1685022410" rel="stylesheet">
|
||||
<script src="../js/url.js?1685022410"></script>
|
||||
<script src="../js/variant.js?1685022410"></script>
|
||||
<link href="../css/fontawesome-all.min.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fontawesome-all.min.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../css/nucleus.css?1685022770" rel="stylesheet">
|
||||
<link href="../css/auto-complete.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/auto-complete.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../css/perfect-scrollbar.min.css?1685022770" rel="stylesheet">
|
||||
<link href="../css/fonts.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../css/fonts.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../css/theme.css?1685022770" rel="stylesheet">
|
||||
<link href="../css/theme-auto.css?1685022770" rel="stylesheet" id="variant-style">
|
||||
<link href="../css/variant.css?1685022770" rel="stylesheet">
|
||||
<link href="../css/print.css?1685022770" rel="stylesheet" media="print">
|
||||
<link href="../css/format-print.css?1685022770" rel="stylesheet">
|
||||
<link href="../css/ie.css?1685022770" rel="stylesheet">
|
||||
<script src="../js/url.js?1685022770"></script>
|
||||
<script src="../js/variant.js?1685022770"></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
|
||||
|
@ -752,10 +752,10 @@
|
|||
<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>
|
||||
<a href="#image-b6c99505c0c2beae8c86d2d25408b828" class="lightbox-link">
|
||||
<a href="#image-e7dce5a7f672751bb19f00b77976d780" class="lightbox-link">
|
||||
<img src="../basics/requirements/magic.gif?classes=shadow" alt="Magic" class="shadow" style="height: auto; width: auto;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-b6c99505c0c2beae8c86d2d25408b828">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-e7dce5a7f672751bb19f00b77976d780">
|
||||
<img src="../basics/requirements/magic.gif?classes=shadow" alt="Magic" class="lightbox-image" loading="lazy">
|
||||
</a></p>
|
||||
|
||||
|
@ -802,10 +802,10 @@
|
|||
</span></span></code></pre></div><p>renders as</p>
|
||||
<p>
|
||||
|
||||
<a href="#image-ffa0ca406c9ecb2613c036c2a0e765f9" class="lightbox-link">
|
||||
<a href="#image-8dc6f93242be94c1dabd291bbf1f6a2e" class="lightbox-link">
|
||||
<img src="../basics/installation/chapter.png?classes=shadow&width=60pc" alt="A Chapter" class="shadow" style="height: auto; width: 60pc;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-ffa0ca406c9ecb2613c036c2a0e765f9">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-8dc6f93242be94c1dabd291bbf1f6a2e">
|
||||
<img src="../basics/installation/chapter.png?classes=shadow&width=60pc" alt="A Chapter" class="lightbox-image" 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>
|
||||
|
@ -960,10 +960,10 @@
|
|||
</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="#image-ef2928b170f9e66b446048504e2eaa76" class="lightbox-link">
|
||||
<a href="#image-ba5f8d47ebe9b80192d5774241cf8b97" class="lightbox-link">
|
||||
<img src="../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" style="height: auto; width: 60pc;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-ef2928b170f9e66b446048504e2eaa76">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-ba5f8d47ebe9b80192d5774241cf8b97">
|
||||
<img src="../basics/configuration/search_page.png?&width=60pc" alt="Screenshot of the dedicated search page" class="lightbox-image" loading="lazy">
|
||||
</a></p>
|
||||
<h2 id="activate-print-support">Activate print support</h2>
|
||||
|
@ -1014,10 +1014,10 @@ default values:</p>
|
|||
</span></span></code></pre></div><p>The home button is going to look like this:</p>
|
||||
<p>
|
||||
|
||||
<a href="#image-832168ab469afef1d2ade682d9ad1afb" class="lightbox-link">
|
||||
<a href="#image-1760b087c139546f67dea8f0196d5cfe" class="lightbox-link">
|
||||
<img src="../basics/configuration/home_button_defaults.png?classes=shadow&width=18.75rem" alt="Default Home Button" class="shadow" style="height: auto; width: 18.75rem;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-832168ab469afef1d2ade682d9ad1afb">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-1760b087c139546f67dea8f0196d5cfe">
|
||||
<img src="../basics/configuration/home_button_defaults.png?classes=shadow&width=18.75rem" alt="Default Home Button" class="lightbox-image" loading="lazy">
|
||||
</a></p>
|
||||
|
||||
|
@ -1123,13 +1123,13 @@ You could use an <code>img</code> HTML tag and reference an image created under
|
|||
<p>This interactive tool may help you to generate your own color variant stylesheet.</p>
|
||||
|
||||
<div class="expand">
|
||||
<input type="checkbox" id="expand-3914cdc97f533b8ff4003feed3bed491" aria-controls="expandcontent-3914cdc97f533b8ff4003feed3bed491" >
|
||||
<label class="expand-label" for="expand-3914cdc97f533b8ff4003feed3bed491" >
|
||||
<input type="checkbox" id="expand-ba358ec94056cb7b3fe56ac67d7182d1" aria-controls="expandcontent-ba358ec94056cb7b3fe56ac67d7182d1" >
|
||||
<label class="expand-label" for="expand-ba358ec94056cb7b3fe56ac67d7182d1" >
|
||||
<i class="fas fa-chevron-down"></i>
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
Show usage instructions
|
||||
</label>
|
||||
<div id="expandcontent-3914cdc97f533b8ff4003feed3bed491" class="expand-content">
|
||||
<div id="expandcontent-ba358ec94056cb7b3fe56ac67d7182d1" 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>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 arrowed lines reflect how colors are inherited thru different parts of the theme if the descendent isn’t overwritten. If you want to delete a color and let it inherit from its parent, just delete the value from the input field.</p>
|
||||
|
@ -1184,6 +1184,12 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
|
||||
<div class="include hide-first-heading">
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<h2 id="5151-2023-05-25">5.15.1 (2023-05-25)</h2>
|
||||
<h3 id="fixes">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] shortcodes: intermediately use random ids instead of .Ordinal <a href="https://github.com/McShelby/hugo-theme-relearn/issues/543" target="_blank">#543</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5150-2023-05-25">5.15.0 (2023-05-25)</h2>
|
||||
<h3 id="enhancements">Enhancements</h3>
|
||||
<ul>
|
||||
|
@ -1192,7 +1198,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] expand: indent expanded content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/536" target="_blank">#536</a></li>
|
||||
<li>[<strong>feature</strong>] notice: make boxes more prominent <a href="https://github.com/McShelby/hugo-theme-relearn/issues/535" target="_blank">#535</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes">Fixes</h3>
|
||||
<h3 id="fixes-1">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] attachments: fix build error since Hugo 0.112 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/540" target="_blank">#540</a></li>
|
||||
</ul>
|
||||
|
@ -1203,13 +1209,13 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5143-2023-05-20">5.14.3 (2023-05-20)</h2>
|
||||
<h3 id="fixes-1">Fixes</h3>
|
||||
<h3 id="fixes-2">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: show taxonomy toc for standard installation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/533" target="_blank">#533</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5142-2023-05-20">5.14.2 (2023-05-20)</h2>
|
||||
<h3 id="fixes-2">Fixes</h3>
|
||||
<h3 id="fixes-3">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: translate breadcrumb and title for taxonomy <a href="https://github.com/McShelby/hugo-theme-relearn/issues/532" target="_blank">#532</a></li>
|
||||
</ul>
|
||||
|
@ -1227,19 +1233,19 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] theme: set appropriate defaults for all theme specific params <a href="https://github.com/McShelby/hugo-theme-relearn/issues/516" target="_blank">#516</a></li>
|
||||
<li>[<strong>feature</strong>] theme: allow to display tags below article <a href="https://github.com/McShelby/hugo-theme-relearn/issues/513" target="_blank">#513</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-3">Fixes</h3>
|
||||
<h3 id="fixes-4">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] shortcode: make .context always a page <a href="https://github.com/McShelby/hugo-theme-relearn/issues/527" target="_blank">#527</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5132-2023-05-17">5.13.2 (2023-05-17)</h2>
|
||||
<h3 id="fixes-4">Fixes</h3>
|
||||
<h3 id="fixes-5">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: enable print for pages with _build options <a href="https://github.com/McShelby/hugo-theme-relearn/issues/522" target="_blank">#522</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5131-2023-05-16">5.13.1 (2023-05-16)</h2>
|
||||
<h3 id="fixes-5">Fixes</h3>
|
||||
<h3 id="fixes-6">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] openapi: allow toc to scroll page <a href="https://github.com/McShelby/hugo-theme-relearn/issues/526" target="_blank">#526</a></li>
|
||||
</ul>
|
||||
|
@ -1249,7 +1255,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] openapi: replace implementation with swagger-ui <a href="https://github.com/McShelby/hugo-theme-relearn/issues/523" target="_blank">#523</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-6">Fixes</h3>
|
||||
<h3 id="fixes-7">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: avoid leaking shadows in neon print style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/524" target="_blank">#524</a></li>
|
||||
</ul>
|
||||
|
@ -1259,7 +1265,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] theme: better HTML titles and breadcrumbs for search and tag pages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/521" target="_blank">#521</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-7">Fixes</h3>
|
||||
<h3 id="fixes-8">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: avoid hiding of expander on hover when active item has children <a href="https://github.com/McShelby/hugo-theme-relearn/issues/520" target="_blank">#520</a></li>
|
||||
<li>[<strong>bug</strong>] menu: showVisitedLinks not working for some theme variants <a href="https://github.com/McShelby/hugo-theme-relearn/issues/518" target="_blank">#518</a></li>
|
||||
|
@ -1267,26 +1273,26 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5125-2023-03-28">5.12.5 (2023-03-28)</h2>
|
||||
<h3 id="fixes-8">Fixes</h3>
|
||||
<h3 id="fixes-9">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] expand: not properly exanded when used in bullet point list <a href="https://github.com/McShelby/hugo-theme-relearn/issues/508" target="_blank">#508</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5124-2023-03-24">5.12.4 (2023-03-24)</h2>
|
||||
<h3 id="fixes-9">Fixes</h3>
|
||||
<h3 id="fixes-10">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: disableExplicitIndexURLs param is not working as expected <a href="https://github.com/McShelby/hugo-theme-relearn/issues/505" target="_blank">#505</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5123-2023-03-14">5.12.3 (2023-03-14)</h2>
|
||||
<h3 id="fixes-10">Fixes</h3>
|
||||
<h3 id="fixes-11">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] attachments: fix links if only one language is present <a href="https://github.com/McShelby/hugo-theme-relearn/issues/503" target="_blank">#503</a></li>
|
||||
<li>[<strong>bug</strong>] shortcodes: allow markdown for title and content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/502" target="_blank">#502</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5122-2023-03-03">5.12.2 (2023-03-03)</h2>
|
||||
<h3 id="fixes-11">Fixes</h3>
|
||||
<h3 id="fixes-12">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: fix state for alwaysopen=false + collapsibleMenu=false <a href="https://github.com/McShelby/hugo-theme-relearn/issues/498" target="_blank">#498</a></li>
|
||||
</ul>
|
||||
|
@ -1296,7 +1302,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] variant: add relearn bright theme <a href="https://github.com/McShelby/hugo-theme-relearn/issues/493" target="_blank">#493</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-12">Fixes</h3>
|
||||
<h3 id="fixes-13">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] generator: fix setting of colors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/494" target="_blank">#494</a></li>
|
||||
</ul>
|
||||
|
@ -1311,7 +1317,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] piratify: fix some quirks, arrr <a href="https://github.com/McShelby/hugo-theme-relearn/issues/469" target="_blank">#469</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: optimization for huge screen sizes <a href="https://github.com/McShelby/hugo-theme-relearn/issues/466" target="_blank">#466</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-13">Fixes</h3>
|
||||
<h3 id="fixes-14">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] i18n: write code ltr even for rtl languages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/492" target="_blank">#492</a></li>
|
||||
<li>[<strong>bug</strong>] anchor: fix link in FF when served from filesystem <a href="https://github.com/McShelby/hugo-theme-relearn/issues/482" target="_blank">#482</a></li>
|
||||
|
@ -1325,13 +1331,13 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5112-2023-02-07">5.11.2 (2023-02-07)</h2>
|
||||
<h3 id="fixes-14">Fixes</h3>
|
||||
<h3 id="fixes-15">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tabs: nested tabs content is not displayed <a href="https://github.com/McShelby/hugo-theme-relearn/issues/468" target="_blank">#468</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5111-2023-02-06">5.11.1 (2023-02-06)</h2>
|
||||
<h3 id="fixes-15">Fixes</h3>
|
||||
<h3 id="fixes-16">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: include missing <code>theme-auto.css</code> in distribution <a href="https://github.com/McShelby/hugo-theme-relearn/issues/467" target="_blank">#467</a></li>
|
||||
</ul>
|
||||
|
@ -1345,7 +1351,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] expand: refactor for a11y <a href="https://github.com/McShelby/hugo-theme-relearn/issues/339" target="_blank">#339</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] mermaid: make zoom configurable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/144" target="_blank">#144</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-16">Fixes</h3>
|
||||
<h3 id="fixes-17">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: avoid errors when using invalid rapi-doc fragment ids <a href="https://github.com/McShelby/hugo-theme-relearn/issues/465" target="_blank">#465</a></li>
|
||||
<li>[<strong>bug</strong>] search: fix oddities in keyboard handling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/463" target="_blank">#463</a></li>
|
||||
|
@ -1362,13 +1368,13 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="5102-2023-01-25">5.10.2 (2023-01-25)</h2>
|
||||
<h3 id="fixes-17">Fixes</h3>
|
||||
<h3 id="fixes-18">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: fix breadcrumb for huge installations <a href="https://github.com/McShelby/hugo-theme-relearn/issues/446" target="_blank">#446</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="5101-2023-01-25">5.10.1 (2023-01-25)</h2>
|
||||
<h3 id="fixes-18">Fixes</h3>
|
||||
<h3 id="fixes-19">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix image links with relative path <a href="https://github.com/McShelby/hugo-theme-relearn/issues/444" target="_blank">#444</a></li>
|
||||
</ul>
|
||||
|
@ -1380,20 +1386,20 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] shortcodes: add color parameter where applicable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/438" target="_blank">#438</a></li>
|
||||
<li>[<strong>feature</strong>] theme: announce translations as alternate links <a href="https://github.com/McShelby/hugo-theme-relearn/issues/422" target="_blank">#422</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-19">Fixes</h3>
|
||||
<h3 id="fixes-20">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: fix breadcrumbs for deeply nested sections <a href="https://github.com/McShelby/hugo-theme-relearn/issues/442" target="_blank">#442</a></li>
|
||||
<li>[<strong>bug</strong>] theme: improve whitespacing in tables <a href="https://github.com/McShelby/hugo-theme-relearn/issues/441" target="_blank">#441</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="594-2023-01-23">5.9.4 (2023-01-23)</h2>
|
||||
<h3 id="fixes-20">Fixes</h3>
|
||||
<h3 id="fixes-21">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: fix search icon and text color <a href="https://github.com/McShelby/hugo-theme-relearn/issues/437" target="_blank">#437</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="593-2023-01-22">5.9.3 (2023-01-22)</h2>
|
||||
<h3 id="fixes-21">Fixes</h3>
|
||||
<h3 id="fixes-22">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: fix left/right navigation for horizontal scrolling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/435" target="_blank">#435</a></li>
|
||||
<li>[<strong>bug</strong>][<strong>breaking</strong>] theme: allow pages on top level <a href="https://github.com/McShelby/hugo-theme-relearn/issues/434" target="_blank">#434</a></li>
|
||||
|
@ -1404,7 +1410,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="592-2022-12-30">5.9.2 (2022-12-30)</h2>
|
||||
<h3 id="fixes-22">Fixes</h3>
|
||||
<h3 id="fixes-23">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: apply dependency scripts for Hindi and Japanese <a href="https://github.com/McShelby/hugo-theme-relearn/issues/427" target="_blank">#427</a></li>
|
||||
</ul>
|
||||
|
@ -1421,13 +1427,13 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: open external links in separate tab <a href="https://github.com/McShelby/hugo-theme-relearn/issues/419" target="_blank">#419</a></li>
|
||||
<li>[<strong>feature</strong>] theme: make it a Hugo module <a href="https://github.com/McShelby/hugo-theme-relearn/issues/417" target="_blank">#417</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-23">Fixes</h3>
|
||||
<h3 id="fixes-24">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] attachments: fix incorrect links for defaultContentLanguageInSubdir=true <a href="https://github.com/McShelby/hugo-theme-relearn/issues/425" target="_blank">#425</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="581-2022-12-11">5.8.1 (2022-12-11)</h2>
|
||||
<h3 id="fixes-24">Fixes</h3>
|
||||
<h3 id="fixes-25">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix alias for home page if defaultContentLanguageInSubdir=true <a href="https://github.com/McShelby/hugo-theme-relearn/issues/414" target="_blank">#414</a></li>
|
||||
</ul>
|
||||
|
@ -1440,7 +1446,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] badge: add new shortcode <a href="https://github.com/McShelby/hugo-theme-relearn/issues/410" target="_blank">#410</a></li>
|
||||
<li>[<strong>feature</strong>] theme: add accent color <a href="https://github.com/McShelby/hugo-theme-relearn/issues/409" target="_blank">#409</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-25">Fixes</h3>
|
||||
<h3 id="fixes-26">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix spacing for tag flyout in FF <a href="https://github.com/McShelby/hugo-theme-relearn/issues/413" target="_blank">#413</a></li>
|
||||
</ul>
|
||||
|
@ -1450,7 +1456,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] button: refactor for a11y <a href="https://github.com/McShelby/hugo-theme-relearn/issues/372" target="_blank">#372</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-26">Fixes</h3>
|
||||
<h3 id="fixes-27">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: don’t freeze browser on long search terms <a href="https://github.com/McShelby/hugo-theme-relearn/issues/408" target="_blank">#408</a></li>
|
||||
<li>[<strong>bug</strong>] search: fix searchbox placeholder color in FF and IE <a href="https://github.com/McShelby/hugo-theme-relearn/issues/405" target="_blank">#405</a></li>
|
||||
|
@ -1466,38 +1472,38 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] search: make build and js forgiving against config errors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/400" target="_blank">#400</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-27">Fixes</h3>
|
||||
<h3 id="fixes-28">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: minor color adjustments <a href="https://github.com/McShelby/hugo-theme-relearn/issues/402" target="_blank">#402</a></li>
|
||||
<li>[<strong>bug</strong>] variant: fix generator for use of neon <a href="https://github.com/McShelby/hugo-theme-relearn/issues/401" target="_blank">#401</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="565-2022-11-19">5.6.5 (2022-11-19)</h2>
|
||||
<h3 id="fixes-28">Fixes</h3>
|
||||
<h3 id="fixes-29">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: relax usage of background color <a href="https://github.com/McShelby/hugo-theme-relearn/issues/399" target="_blank">#399</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="564-2022-11-19">5.6.4 (2022-11-19)</h2>
|
||||
<h3 id="fixes-29">Fixes</h3>
|
||||
<h3 id="fixes-30">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: make alias pages usable by file:// protocol <a href="https://github.com/McShelby/hugo-theme-relearn/issues/398" target="_blank">#398</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="563-2022-11-19">5.6.3 (2022-11-19)</h2>
|
||||
<h3 id="fixes-30">Fixes</h3>
|
||||
<h3 id="fixes-31">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: be compatible with Hugo >= 0.95.0 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/397" target="_blank">#397</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="562-2022-11-19">5.6.2 (2022-11-19)</h2>
|
||||
<h3 id="fixes-31">Fixes</h3>
|
||||
<h3 id="fixes-32">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: build breaks sites without “output” section in config <a href="https://github.com/McShelby/hugo-theme-relearn/issues/396" target="_blank">#396</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="561-2022-11-19">5.6.1 (2022-11-19)</h2>
|
||||
<h3 id="fixes-32">Fixes</h3>
|
||||
<h3 id="fixes-33">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix image distortion <a href="https://github.com/McShelby/hugo-theme-relearn/issues/395" target="_blank">#395</a></li>
|
||||
</ul>
|
||||
|
@ -1511,7 +1517,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] theme: make creation of generator meta tag configurable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/383" target="_blank">#383</a></li>
|
||||
<li>[<strong>feature</strong>] theme: increase build performance <a href="https://github.com/McShelby/hugo-theme-relearn/issues/380" target="_blank">#380</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-33">Fixes</h3>
|
||||
<h3 id="fixes-34">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: avoid leading whitespace <a href="https://github.com/McShelby/hugo-theme-relearn/issues/394" target="_blank">#394</a></li>
|
||||
<li>[<strong>bug</strong>] theme: fix build errors when referencing SVGs in markdown <a href="https://github.com/McShelby/hugo-theme-relearn/issues/393" target="_blank">#393</a></li>
|
||||
|
@ -1527,20 +1533,20 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="553-2022-11-10">5.5.3 (2022-11-10)</h2>
|
||||
<h3 id="fixes-34">Fixes</h3>
|
||||
<h3 id="fixes-35">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: fix non-latin tag display on pages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/378" target="_blank">#378</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="552-2022-11-08">5.5.2 (2022-11-08)</h2>
|
||||
<h3 id="fixes-35">Fixes</h3>
|
||||
<h3 id="fixes-36">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix typo in 404.html <a href="https://github.com/McShelby/hugo-theme-relearn/issues/376" target="_blank">#376</a></li>
|
||||
<li>[<strong>bug</strong>] theme: allow menu items and children to be served by file:// protocol <a href="https://github.com/McShelby/hugo-theme-relearn/issues/375" target="_blank">#375</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="551-2022-11-07">5.5.1 (2022-11-07)</h2>
|
||||
<h3 id="fixes-36">Fixes</h3>
|
||||
<h3 id="fixes-37">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix overflowing issue with anchors and tooltips <a href="https://github.com/McShelby/hugo-theme-relearn/issues/364" target="_blank">#364</a></li>
|
||||
</ul>
|
||||
|
@ -1550,7 +1556,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: optimize page load for images <a href="https://github.com/McShelby/hugo-theme-relearn/issues/304" target="_blank">#304</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-37">Fixes</h3>
|
||||
<h3 id="fixes-38">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix context in render hooks <a href="https://github.com/McShelby/hugo-theme-relearn/issues/373" target="_blank">#373</a></li>
|
||||
<li>[<strong>bug</strong>] print: make canonical URL absolute <a href="https://github.com/McShelby/hugo-theme-relearn/issues/371" target="_blank">#371</a></li>
|
||||
|
@ -1561,7 +1567,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] history: refactor for a11y <a href="https://github.com/McShelby/hugo-theme-relearn/issues/341" target="_blank">#341</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-38">Fixes</h3>
|
||||
<h3 id="fixes-39">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix multilang links when site served from subdirectory <a href="https://github.com/McShelby/hugo-theme-relearn/issues/370" target="_blank">#370</a></li>
|
||||
</ul>
|
||||
|
@ -1573,7 +1579,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="541-2022-11-05">5.4.1 (2022-11-05)</h2>
|
||||
<h3 id="fixes-39">Fixes</h3>
|
||||
<h3 id="fixes-40">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: fix Gantt chart width <a href="https://github.com/McShelby/hugo-theme-relearn/issues/365" target="_blank">#365</a></li>
|
||||
</ul>
|
||||
|
@ -1590,13 +1596,13 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="533-2022-10-09">5.3.3 (2022-10-09)</h2>
|
||||
<h3 id="fixes-40">Fixes</h3>
|
||||
<h3 id="fixes-41">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] archetypes: fix frontmatter on home.md template <a href="https://github.com/McShelby/hugo-theme-relearn/issues/346" target="_blank">#346</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="532-2022-10-08">5.3.2 (2022-10-08)</h2>
|
||||
<h3 id="fixes-41">Fixes</h3>
|
||||
<h3 id="fixes-42">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: change defunct keyboard shortcuts <a href="https://github.com/McShelby/hugo-theme-relearn/issues/344" target="_blank">#344</a></li>
|
||||
</ul>
|
||||
|
@ -1614,7 +1620,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] expander: improve whitespace between label and content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/338" target="_blank">#338</a></li>
|
||||
<li>[<strong>feature</strong>] swagger: improve print version <a href="https://github.com/McShelby/hugo-theme-relearn/issues/333" target="_blank">#333</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-42">Fixes</h3>
|
||||
<h3 id="fixes-43">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix links of subsections <a href="https://github.com/McShelby/hugo-theme-relearn/issues/340" target="_blank">#340</a></li>
|
||||
<li>[<strong>bug</strong>] theme: remove W3C validator errors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/337" target="_blank">#337</a></li>
|
||||
|
@ -1625,19 +1631,19 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="524-2022-10-02">5.2.4 (2022-10-02)</h2>
|
||||
<h3 id="fixes-43">Fixes</h3>
|
||||
<h3 id="fixes-44">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: remove HTML5 validator errors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/329" target="_blank">#329</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="523-2022-09-12">5.2.3 (2022-09-12)</h2>
|
||||
<h3 id="fixes-44">Fixes</h3>
|
||||
<h3 id="fixes-45">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: chapter pages overwrite font-size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/328" target="_blank">#328</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="522-2022-08-23">5.2.2 (2022-08-23)</h2>
|
||||
<h3 id="fixes-45">Fixes</h3>
|
||||
<h3 id="fixes-46">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix urls for uglyURLs=true <a href="https://github.com/McShelby/hugo-theme-relearn/issues/322" target="_blank">#322</a></li>
|
||||
</ul>
|
||||
|
@ -1647,7 +1653,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] i18n: improve Japanese translation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/318" target="_blank">#318</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-46">Fixes</h3>
|
||||
<h3 id="fixes-47">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] nav: prev/next ignores ordersectionby <a href="https://github.com/McShelby/hugo-theme-relearn/issues/320" target="_blank">#320</a></li>
|
||||
</ul>
|
||||
|
@ -1661,21 +1667,21 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] menu: expand collapsed menus if search term is found in submenus <a href="https://github.com/McShelby/hugo-theme-relearn/issues/312" target="_blank">#312</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-47">Fixes</h3>
|
||||
<h3 id="fixes-48">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: switch mermaid and swagger style before print <a href="https://github.com/McShelby/hugo-theme-relearn/issues/316" target="_blank">#316</a></li>
|
||||
<li>[<strong>bug</strong>] theme: fix chapter margins on big screens <a href="https://github.com/McShelby/hugo-theme-relearn/issues/315" target="_blank">#315</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="512-2022-07-18">5.1.2 (2022-07-18)</h2>
|
||||
<h3 id="fixes-48">Fixes</h3>
|
||||
<h3 id="fixes-49">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: reset mermaid theme to light <a href="https://github.com/McShelby/hugo-theme-relearn/issues/313" target="_blank">#313</a></li>
|
||||
<li>[<strong>bug</strong>] mermaid: header is showing up in FF <a href="https://github.com/McShelby/hugo-theme-relearn/issues/311" target="_blank">#311</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="511-2022-07-15">5.1.1 (2022-07-15)</h2>
|
||||
<h3 id="fixes-49">Fixes</h3>
|
||||
<h3 id="fixes-50">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] tags: don’t count tags if page is hidden <a href="https://github.com/McShelby/hugo-theme-relearn/issues/310" target="_blank">#310</a></li>
|
||||
</ul>
|
||||
|
@ -1688,13 +1694,13 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="503-2022-07-07">5.0.3 (2022-07-07)</h2>
|
||||
<h3 id="fixes-50">Fixes</h3>
|
||||
<h3 id="fixes-51">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] ie11: no styles after rework of archetypes <a href="https://github.com/McShelby/hugo-theme-relearn/issues/306" target="_blank">#306</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="502-2022-07-07">5.0.2 (2022-07-07)</h2>
|
||||
<h3 id="fixes-51">Fixes</h3>
|
||||
<h3 id="fixes-52">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: load CSS if JS is disabled <a href="https://github.com/McShelby/hugo-theme-relearn/issues/305" target="_blank">#305</a></li>
|
||||
</ul>
|
||||
|
@ -1718,7 +1724,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] math: add mathjax rendering <a href="https://github.com/McShelby/hugo-theme-relearn/issues/235" target="_blank">#235</a></li>
|
||||
<li>[<strong>feature</strong>] theme: allow for page heading modification <a href="https://github.com/McShelby/hugo-theme-relearn/issues/139" target="_blank">#139</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-52">Fixes</h3>
|
||||
<h3 id="fixes-53">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] favicon: fix URL if site resides in subfolder <a href="https://github.com/McShelby/hugo-theme-relearn/issues/302" target="_blank">#302</a></li>
|
||||
<li>[<strong>bug</strong>] code: show copy-to-clipboard marker for blocklevel code <a href="https://github.com/McShelby/hugo-theme-relearn/issues/298" target="_blank">#298</a></li>
|
||||
|
@ -1735,7 +1741,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="425-2022-06-23">4.2.5 (2022-06-23)</h2>
|
||||
<h3 id="fixes-53">Fixes</h3>
|
||||
<h3 id="fixes-54">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: javascript code does not load in documentation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/285" target="_blank">#285</a></li>
|
||||
<li>[<strong>bug</strong>] children: descriptions not working <a href="https://github.com/McShelby/hugo-theme-relearn/issues/284" target="_blank">#284</a></li>
|
||||
|
@ -1743,13 +1749,13 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="424-2022-06-23">4.2.4 (2022-06-23)</h2>
|
||||
<h3 id="fixes-54">Fixes</h3>
|
||||
<h3 id="fixes-55">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix url for logo and home button <a href="https://github.com/McShelby/hugo-theme-relearn/issues/282" target="_blank">#282</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="423-2022-06-23">4.2.3 (2022-06-23)</h2>
|
||||
<h3 id="fixes-55">Fixes</h3>
|
||||
<h3 id="fixes-56">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>breaking</strong>] include: second parameter is ignored <a href="https://github.com/McShelby/hugo-theme-relearn/issues/281" target="_blank">#281</a></li>
|
||||
</ul>
|
||||
|
@ -1766,7 +1772,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] tabs: don’t change tab selection if panel does not contain item <a href="https://github.com/McShelby/hugo-theme-relearn/issues/279" target="_blank">#279</a></li>
|
||||
<li>[<strong>feature</strong>] shortcodes: convert to partials <a href="https://github.com/McShelby/hugo-theme-relearn/issues/277" target="_blank">#277</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-56">Fixes</h3>
|
||||
<h3 id="fixes-57">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: avoid builtin syntax-highlightning <a href="https://github.com/McShelby/hugo-theme-relearn/issues/280" target="_blank">#280</a></li>
|
||||
<li>[<strong>bug</strong>] search: fix console message for missing lunr translations <a href="https://github.com/McShelby/hugo-theme-relearn/issues/278" target="_blank">#278</a></li>
|
||||
|
@ -1774,7 +1780,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="411-2022-06-18">4.1.1 (2022-06-18)</h2>
|
||||
<h3 id="fixes-57">Fixes</h3>
|
||||
<h3 id="fixes-58">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] notice: fix layout when content starts with heading <a href="https://github.com/McShelby/hugo-theme-relearn/issues/275" target="_blank">#275</a></li>
|
||||
</ul>
|
||||
|
@ -1786,7 +1792,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="405-2022-06-12">4.0.5 (2022-06-12)</h2>
|
||||
<h3 id="fixes-58">Fixes</h3>
|
||||
<h3 id="fixes-59">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] i18n: Vietnamese language with wrong lang code <a href="https://github.com/McShelby/hugo-theme-relearn/issues/270" target="_blank">#270</a></li>
|
||||
<li>[<strong>bug</strong>] i18n: fix search for non western languages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/269" target="_blank">#269</a></li>
|
||||
|
@ -1797,7 +1803,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] theme: improve keyboard navigation for scrolling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/268" target="_blank">#268</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-59">Fixes</h3>
|
||||
<h3 id="fixes-60">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] swagger: adjust font-size for method buttons <a href="https://github.com/McShelby/hugo-theme-relearn/issues/267" target="_blank">#267</a></li>
|
||||
<li>[<strong>bug</strong>] menu: hide expander when only hidden subpages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/264" target="_blank">#264</a></li>
|
||||
|
@ -1816,7 +1822,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="402-2022-06-05">4.0.2 (2022-06-05)</h2>
|
||||
<h3 id="fixes-60">Fixes</h3>
|
||||
<h3 id="fixes-61">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: let browser scroll page on CTRL+f <a href="https://github.com/McShelby/hugo-theme-relearn/issues/242" target="_blank">#242</a></li>
|
||||
</ul>
|
||||
|
@ -1837,7 +1843,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] variant: add support for brand color variables <a href="https://github.com/McShelby/hugo-theme-relearn/issues/239" target="_blank">#239</a></li>
|
||||
<li>[<strong>feature</strong>] i18n: add Polish translation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/237" target="_blank">#237</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-61">Fixes</h3>
|
||||
<h3 id="fixes-62">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] shortcodes: accept boolean parameters if given as string <a href="https://github.com/McShelby/hugo-theme-relearn/issues/261" target="_blank">#261</a></li>
|
||||
<li>[<strong>bug</strong>] print: adjust button and tab size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/259" target="_blank">#259</a></li>
|
||||
|
@ -1848,7 +1854,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="341-2022-04-03">3.4.1 (2022-04-03)</h2>
|
||||
<h3 id="fixes-62">Fixes</h3>
|
||||
<h3 id="fixes-63">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix IE11 incompatibilities <a href="https://github.com/McShelby/hugo-theme-relearn/issues/234" target="_blank">#234</a></li>
|
||||
</ul>
|
||||
|
@ -1861,7 +1867,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] print: add option to print whole chapter <a href="https://github.com/McShelby/hugo-theme-relearn/issues/230" target="_blank">#230</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>breaking</strong>] theme: apply user supplied content footer below content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/229" target="_blank">#229</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-63">Fixes</h3>
|
||||
<h3 id="fixes-64">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: scroll to heading on initial load <a href="https://github.com/McShelby/hugo-theme-relearn/issues/232" target="_blank">#232</a></li>
|
||||
</ul>
|
||||
|
@ -1872,13 +1878,13 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] theme: add CSS font variables <a href="https://github.com/McShelby/hugo-theme-relearn/issues/227" target="_blank">#227</a></li>
|
||||
<li>[<strong>feature</strong>] swagger: add support for oas/swagger documentation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/226" target="_blank">#226</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-64">Fixes</h3>
|
||||
<h3 id="fixes-65">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: make variant switch work on slow networks <a href="https://github.com/McShelby/hugo-theme-relearn/issues/228" target="_blank">#228</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="321-2022-03-25">3.2.1 (2022-03-25)</h2>
|
||||
<h3 id="fixes-65">Fixes</h3>
|
||||
<h3 id="fixes-66">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] print: fix minor inconsistencies <a href="https://github.com/McShelby/hugo-theme-relearn/issues/225" target="_blank">#225</a></li>
|
||||
<li>[<strong>bug</strong>] print: show more than just the title page <a href="https://github.com/McShelby/hugo-theme-relearn/issues/224" target="_blank">#224</a></li>
|
||||
|
@ -1908,7 +1914,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] notice: add icon parameter <a href="https://github.com/McShelby/hugo-theme-relearn/issues/212" target="_blank">#212</a></li>
|
||||
<li>[<strong>feature</strong>] mobile: remove breadcrumb ellipsis <a href="https://github.com/McShelby/hugo-theme-relearn/issues/211" target="_blank">#211</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-66">Fixes</h3>
|
||||
<h3 id="fixes-67">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: make storage of multiple Hugo sites on same server distinct <a href="https://github.com/McShelby/hugo-theme-relearn/issues/214" target="_blank">#214</a></li>
|
||||
<li>[<strong>bug</strong>] variant: switch breadcrumb color in Chrome <a href="https://github.com/McShelby/hugo-theme-relearn/issues/213" target="_blank">#213</a></li>
|
||||
|
@ -1921,7 +1927,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] theme: improve font loading <a href="https://github.com/McShelby/hugo-theme-relearn/issues/201" target="_blank">#201</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] variant: fix inconsistent color variable naming <a href="https://github.com/McShelby/hugo-theme-relearn/issues/200" target="_blank">#200</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-67">Fixes</h3>
|
||||
<h3 id="fixes-68">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] variant: fix occasional fail when resetting generator <a href="https://github.com/McShelby/hugo-theme-relearn/issues/208" target="_blank">#208</a></li>
|
||||
<li>[<strong>bug</strong>] docs: don’t move header on logo hover in IE11 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/207" target="_blank">#207</a></li>
|
||||
|
@ -1935,7 +1941,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] tags: show tag count in taxonomy list <a href="https://github.com/McShelby/hugo-theme-relearn/issues/195" target="_blank">#195</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-68">Fixes</h3>
|
||||
<h3 id="fixes-69">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: remove Hugo build warning if page is not file based <a href="https://github.com/McShelby/hugo-theme-relearn/issues/197" target="_blank">#197</a></li>
|
||||
<li>[<strong>bug</strong>] tags: adhere to titleSeparator <a href="https://github.com/McShelby/hugo-theme-relearn/issues/196" target="_blank">#196</a></li>
|
||||
|
@ -1953,7 +1959,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] children: set containerstyle automatically according to style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/192" target="_blank">#192</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-69">Fixes</h3>
|
||||
<h3 id="fixes-70">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: revert fontawsome to version 5 for IE11 compat <a href="https://github.com/McShelby/hugo-theme-relearn/issues/191" target="_blank">#191</a></li>
|
||||
</ul>
|
||||
|
@ -1971,7 +1977,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] notice: tweak dull colors <a href="https://github.com/McShelby/hugo-theme-relearn/issues/173" target="_blank">#173</a></li>
|
||||
<li>[<strong>feature</strong>] theme: rework header UX <a href="https://github.com/McShelby/hugo-theme-relearn/issues/151" target="_blank">#151</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-70">Fixes</h3>
|
||||
<h3 id="fixes-71">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: remove additional X in filled out search box in IE11 <a href="https://github.com/McShelby/hugo-theme-relearn/issues/190" target="_blank">#190</a></li>
|
||||
<li>[<strong>bug</strong>] clipboard: localize tooltips <a href="https://github.com/McShelby/hugo-theme-relearn/issues/186" target="_blank">#186</a></li>
|
||||
|
@ -1981,25 +1987,25 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="296-2022-02-07">2.9.6 (2022-02-07)</h2>
|
||||
<h3 id="fixes-71">Fixes</h3>
|
||||
<h3 id="fixes-72">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: remove debug output <a href="https://github.com/McShelby/hugo-theme-relearn/issues/171" target="_blank">#171</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="295-2022-02-07">2.9.5 (2022-02-07)</h2>
|
||||
<h3 id="fixes-72">Fixes</h3>
|
||||
<h3 id="fixes-73">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: let arrow navigation respect ordersectionsby configuration <a href="https://github.com/McShelby/hugo-theme-relearn/issues/170" target="_blank">#170</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="294-2022-02-06">2.9.4 (2022-02-06)</h2>
|
||||
<h3 id="fixes-73">Fixes</h3>
|
||||
<h3 id="fixes-74">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] exampleSite: fix links in official documentation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/168" target="_blank">#168</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="293-2022-02-06">2.9.3 (2022-02-06)</h2>
|
||||
<h3 id="fixes-74">Fixes</h3>
|
||||
<h3 id="fixes-75">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: invalid URL when the shortcut is an internal link <a href="https://github.com/McShelby/hugo-theme-relearn/issues/163" target="_blank">#163</a></li>
|
||||
</ul>
|
||||
|
@ -2009,19 +2015,19 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] theme: add theme version info to head <a href="https://github.com/McShelby/hugo-theme-relearn/issues/158" target="_blank">#158</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-75">Fixes</h3>
|
||||
<h3 id="fixes-76">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix selection of *.ico files as favicons <a href="https://github.com/McShelby/hugo-theme-relearn/issues/160" target="_blank">#160</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="291-2021-11-22">2.9.1 (2021-11-22)</h2>
|
||||
<h3 id="fixes-76">Fixes</h3>
|
||||
<h3 id="fixes-77">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] menu: fix significantly low performance for collecting of meta info <a href="https://github.com/McShelby/hugo-theme-relearn/issues/157" target="_blank">#157</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="290-2021-11-19">2.9.0 (2021-11-19)</h2>
|
||||
<h3 id="fixes-77">Fixes</h3>
|
||||
<h3 id="fixes-78">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>breaking</strong>] relref: fix inconsistent behavior <a href="https://github.com/McShelby/hugo-theme-relearn/issues/156" target="_blank">#156</a></li>
|
||||
<li>[<strong>bug</strong>] search: make dropdown stick to search field when scrolling <a href="https://github.com/McShelby/hugo-theme-relearn/issues/155" target="_blank">#155</a></li>
|
||||
|
@ -2032,20 +2038,20 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="283-2021-11-09">2.8.3 (2021-11-09)</h2>
|
||||
<h3 id="fixes-78">Fixes</h3>
|
||||
<h3 id="fixes-79">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: let zoom reset to initial size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/145" target="_blank">#145</a></li>
|
||||
<li>[<strong>bug</strong>] mermaid: remove whitespace from big graphs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/143" target="_blank">#143</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="282-2021-11-08">2.8.2 (2021-11-08)</h2>
|
||||
<h3 id="fixes-79">Fixes</h3>
|
||||
<h3 id="fixes-80">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: always load javascript to avoid break if code fences are used <a href="https://github.com/McShelby/hugo-theme-relearn/issues/142" target="_blank">#142</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="281-2021-11-04">2.8.1 (2021-11-04)</h2>
|
||||
<h3 id="fixes-80">Fixes</h3>
|
||||
<h3 id="fixes-81">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] search: don’t break JS in multilang setup if search is disabled <a href="https://github.com/McShelby/hugo-theme-relearn/issues/140" target="_blank">#140</a></li>
|
||||
</ul>
|
||||
|
@ -2058,7 +2064,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>][<strong>change</strong>] theme: switch font <a href="https://github.com/McShelby/hugo-theme-relearn/issues/83" target="_blank">#83</a></li>
|
||||
<li>[<strong>feature</strong>] theme: make favicon configurable <a href="https://github.com/McShelby/hugo-theme-relearn/issues/2" target="_blank">#2</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-81">Fixes</h3>
|
||||
<h3 id="fixes-82">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: assert that window.mermaid is actually mermaid <a href="https://github.com/McShelby/hugo-theme-relearn/issues/136" target="_blank">#136</a></li>
|
||||
<li>[<strong>bug</strong>] menu: remove usage of Hugos UniqueID <a href="https://github.com/McShelby/hugo-theme-relearn/issues/131" target="_blank">#131</a></li>
|
||||
|
@ -2074,13 +2080,13 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="260-2021-10-21">2.6.0 (2021-10-21)</h2>
|
||||
<h3 id="fixes-82">Fixes</h3>
|
||||
<h3 id="fixes-83">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: generate correct links if theme served from subdirectory <a href="https://github.com/McShelby/hugo-theme-relearn/issues/120" target="_blank">#120</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="251-2021-10-12">2.5.1 (2021-10-12)</h2>
|
||||
<h3 id="fixes-83">Fixes</h3>
|
||||
<h3 id="fixes-84">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] security: fix XSS for malicioius image URLs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/117" target="_blank">#117</a></li>
|
||||
</ul>
|
||||
|
@ -2090,14 +2096,14 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] syntax highlight: provide default colors for unknown languages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/113" target="_blank">#113</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-84">Fixes</h3>
|
||||
<h3 id="fixes-85">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] security: fix XSS for malicioius URLs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/114" target="_blank">#114</a></li>
|
||||
<li>[<strong>bug</strong>] menu: write correct local shortcut links <a href="https://github.com/McShelby/hugo-theme-relearn/issues/112" target="_blank">#112</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="241-2021-10-07">2.4.1 (2021-10-07)</h2>
|
||||
<h3 id="fixes-85">Fixes</h3>
|
||||
<h3 id="fixes-86">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: remove runtime styles from print <a href="https://github.com/McShelby/hugo-theme-relearn/issues/111" target="_blank">#111</a></li>
|
||||
</ul>
|
||||
|
@ -2114,7 +2120,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] theme: improve print style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/93" target="_blank">#93</a></li>
|
||||
<li>[<strong>feature</strong>] theme: improve style <a href="https://github.com/McShelby/hugo-theme-relearn/issues/92" target="_blank">#92</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-86">Fixes</h3>
|
||||
<h3 id="fixes-87">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] include: don’t generate additional HTML if file should be displayed “as is” <a href="https://github.com/McShelby/hugo-theme-relearn/issues/110" target="_blank">#110</a></li>
|
||||
<li>[<strong>bug</strong>] attachments: fix broken links if multilang config is used <a href="https://github.com/McShelby/hugo-theme-relearn/issues/105" target="_blank">#105</a></li>
|
||||
|
@ -2126,19 +2132,19 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</ul>
|
||||
<hr>
|
||||
<h2 id="232-2021-09-20">2.3.2 (2021-09-20)</h2>
|
||||
<h3 id="fixes-87">Fixes</h3>
|
||||
<h3 id="fixes-88">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] docs: rename history pirate translation <a href="https://github.com/McShelby/hugo-theme-relearn/issues/91" target="_blank">#91</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="231-2021-09-20">2.3.1 (2021-09-20)</h2>
|
||||
<h3 id="fixes-88">Fixes</h3>
|
||||
<h3 id="fixes-89">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] docs: rename english pirate translation to avoid crash on rendering <a href="https://github.com/McShelby/hugo-theme-relearn/issues/90" target="_blank">#90</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2 id="230-2021-09-13">2.3.0 (2021-09-13)</h2>
|
||||
<h3 id="fixes-89">Fixes</h3>
|
||||
<h3 id="fixes-90">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix usage of section element <a href="https://github.com/McShelby/hugo-theme-relearn/issues/88" target="_blank">#88</a></li>
|
||||
</ul>
|
||||
|
@ -2153,7 +2159,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] sitemap: hide hidden pages from sitemap and SEO indexing <a href="https://github.com/McShelby/hugo-theme-relearn/issues/85" target="_blank">#85</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-90">Fixes</h3>
|
||||
<h3 id="fixes-91">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] theme: fix showVisitedLinks in case Hugo is configured to modify relative URLs <a href="https://github.com/McShelby/hugo-theme-relearn/issues/86" target="_blank">#86</a></li>
|
||||
</ul>
|
||||
|
@ -2172,7 +2178,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] search: increase performance <a href="https://github.com/McShelby/hugo-theme-relearn/issues/74" target="_blank">#74</a></li>
|
||||
<li>[<strong>feature</strong>] search: improve search context preview <a href="https://github.com/McShelby/hugo-theme-relearn/issues/73" target="_blank">#73</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-91">Fixes</h3>
|
||||
<h3 id="fixes-92">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] search: hide non-site content <a href="https://github.com/McShelby/hugo-theme-relearn/issues/81" target="_blank">#81</a></li>
|
||||
<li>[<strong>bug</strong>] menu: always hide hidden sub pages <a href="https://github.com/McShelby/hugo-theme-relearn/issues/77" target="_blank">#77</a></li>
|
||||
|
@ -2195,7 +2201,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] theme: adjust print styles <a href="https://github.com/McShelby/hugo-theme-relearn/issues/35" target="_blank">#35</a></li>
|
||||
<li>[<strong>feature</strong>][<strong>change</strong>] code highlighter: switch to standard hugo highlighter <a href="https://github.com/McShelby/hugo-theme-relearn/issues/32" target="_blank">#32</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-92">Fixes</h3>
|
||||
<h3 id="fixes-93">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] arrow-nav: default sorting ignores ordersectionsby <a href="https://github.com/McShelby/hugo-theme-relearn/issues/63" target="_blank">#63</a></li>
|
||||
<li>[<strong>bug</strong>][<strong>change</strong>] children: default sorting ignores ordersectionsby <a href="https://github.com/McShelby/hugo-theme-relearn/issues/62" target="_blank">#62</a></li>
|
||||
|
@ -2223,7 +2229,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<li>[<strong>feature</strong>] notice: align box colors to common standards <a href="https://github.com/McShelby/hugo-theme-relearn/issues/18" target="_blank">#18</a></li>
|
||||
<li>[<strong>feature</strong>] notice: use distinct icons for notice box type <a href="https://github.com/McShelby/hugo-theme-relearn/issues/17" target="_blank">#17</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-93">Fixes</h3>
|
||||
<h3 id="fixes-94">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] attachments: support i18n for attachment size <a href="https://github.com/McShelby/hugo-theme-relearn/issues/21" target="_blank">#21</a></li>
|
||||
<li>[<strong>bug</strong>] notice: support i18n for box labels <a href="https://github.com/McShelby/hugo-theme-relearn/issues/16" target="_blank">#16</a></li>
|
||||
|
@ -2245,7 +2251,7 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
<ul>
|
||||
<li>[<strong>feature</strong>] mermaid: expose options in config.toml <a href="https://github.com/McShelby/hugo-theme-relearn/issues/4" target="_blank">#4</a></li>
|
||||
</ul>
|
||||
<h3 id="fixes-94">Fixes</h3>
|
||||
<h3 id="fixes-95">Fixes</h3>
|
||||
<ul>
|
||||
<li>[<strong>bug</strong>] mermaid: config option for CDN url not used <a href="https://github.com/McShelby/hugo-theme-relearn/issues/12" target="_blank">#12</a></li>
|
||||
<li>[<strong>bug</strong>] mermaid: only highlight text in HTML elements <a href="https://github.com/McShelby/hugo-theme-relearn/issues/10" target="_blank">#10</a></li>
|
||||
|
@ -2279,21 +2285,21 @@ window.variants && variants.generator( '#vargenerator' );
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../js/clipboard.min.js?1685022410" defer></script>
|
||||
<script src="../js/perfect-scrollbar.min.js?1685022410" defer></script>
|
||||
<script src="../js/d3/d3-color.min.js?1685022410" defer></script>
|
||||
<script src="../js/d3/d3-dispatch.min.js?1685022410" defer></script>
|
||||
<script src="../js/d3/d3-drag.min.js?1685022410" defer></script>
|
||||
<script src="../js/d3/d3-ease.min.js?1685022410" defer></script>
|
||||
<script src="../js/d3/d3-interpolate.min.js?1685022410" defer></script>
|
||||
<script src="../js/d3/d3-selection.min.js?1685022410" defer></script>
|
||||
<script src="../js/d3/d3-timer.min.js?1685022410" defer></script>
|
||||
<script src="../js/d3/d3-transition.min.js?1685022410" defer></script>
|
||||
<script src="../js/d3/d3-zoom.min.js?1685022410" defer></script>
|
||||
<script src="../js/mermaid.min.js?1685022410" defer></script>
|
||||
<script src="../js/clipboard.min.js?1685022771" defer></script>
|
||||
<script src="../js/perfect-scrollbar.min.js?1685022771" defer></script>
|
||||
<script src="../js/d3/d3-color.min.js?1685022771" defer></script>
|
||||
<script src="../js/d3/d3-dispatch.min.js?1685022771" defer></script>
|
||||
<script src="../js/d3/d3-drag.min.js?1685022771" defer></script>
|
||||
<script src="../js/d3/d3-ease.min.js?1685022771" defer></script>
|
||||
<script src="../js/d3/d3-interpolate.min.js?1685022771" defer></script>
|
||||
<script src="../js/d3/d3-selection.min.js?1685022771" defer></script>
|
||||
<script src="../js/d3/d3-timer.min.js?1685022771" defer></script>
|
||||
<script src="../js/d3/d3-transition.min.js?1685022771" defer></script>
|
||||
<script src="../js/d3/d3-zoom.min.js?1685022771" defer></script>
|
||||
<script src="../js/mermaid.min.js?1685022771" defer></script>
|
||||
<script>
|
||||
window.themeUseMermaid = JSON.parse("{ \"securityLevel\": \"loose\" }");
|
||||
</script>
|
||||
<script src="../js/theme.js?1685022410" defer></script>
|
||||
<script src="../js/theme.js?1685022771" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -68,7 +68,7 @@ The graph is interactive and reflect the current colors. You can click on any of
|
|||
<link>https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://McShelby.github.io/hugo-theme-relearn/basics/history/index.html</guid>
|
||||
<description>Changelog 5.15.0 (2023-05-25) Enhancements [feature] tab: new shortcode to display single tab #538 [feature][change] tabs: treat groupid as unique if not set #537 [feature] expand: indent expanded content #536 [feature] notice: make boxes more prominent #535 Fixes [bug] attachments: fix build error since Hugo 0.112 #540 Maintenance [task] chore: update Mermaid to 9.4.3 #534 [task] mermaid: update to 10.2.0 #499 5.14.3 (2023-05-20) Fixes [bug] tags: show taxonomy toc for standard installation #533 5.</description>
|
||||
<description>Changelog 5.15.1 (2023-05-25) Fixes [bug] shortcodes: intermediately use random ids instead of .Ordinal #543 5.15.0 (2023-05-25) Enhancements [feature] tab: new shortcode to display single tab #538 [feature][change] tabs: treat groupid as unique if not set #537 [feature] expand: indent expanded content #536 [feature] notice: make boxes more prominent #535 Fixes [bug] attachments: fix build error since Hugo 0.112 #540 Maintenance [task] chore: update Mermaid to 9.4.3 #534 [task] mermaid: update to 10.</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Installation :: Hugo Relearn Theme</title>
|
||||
|
@ -13,20 +13,20 @@
|
|||
<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.print.html" rel="alternate" type="text/html" title="Installation :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022408" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022408" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022408" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022408"></script>
|
||||
<script src="../../js/variant.js?1685022408"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022769" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022769" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022769" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022769"></script>
|
||||
<script src="../../js/variant.js?1685022769"></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
|
||||
|
@ -145,10 +145,10 @@
|
|||
</span></span></code></pre></div><p>renders as</p>
|
||||
<p>
|
||||
|
||||
<a href="#image-ffa0ca406c9ecb2613c036c2a0e765f9" class="lightbox-link">
|
||||
<a href="#image-8dc6f93242be94c1dabd291bbf1f6a2e" class="lightbox-link">
|
||||
<img src="../../basics/installation/chapter.png?classes=shadow&width=60pc" alt="A Chapter" class="shadow" style="height: auto; width: 60pc;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-ffa0ca406c9ecb2613c036c2a0e765f9">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-8dc6f93242be94c1dabd291bbf1f6a2e">
|
||||
<img src="../../basics/installation/chapter.png?classes=shadow&width=60pc" alt="A Chapter" class="lightbox-image" 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>
|
||||
|
@ -266,12 +266,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022409" defer></script>
|
||||
<script src="../../js/search.js?1685022409" defer></script>
|
||||
<script src="../../js/auto-complete.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022770" defer></script>
|
||||
<script src="../../js/search.js?1685022770" defer></script>
|
||||
</div>
|
||||
<div id="content-wrapper" class="highlightable">
|
||||
<ul class="topics enlarge morespace collapsible-menu">
|
||||
|
@ -390,12 +390,12 @@
|
|||
<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?1685022409"></script>
|
||||
<script async src="../../js/buttons.js?1685022770"></script>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1685022409" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022409" defer></script>
|
||||
<script src="../../js/theme.js?1685022409" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022770" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022770" defer></script>
|
||||
<script src="../../js/theme.js?1685022770" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Installation :: Hugo Relearn Theme</title>
|
||||
|
@ -13,21 +13,21 @@
|
|||
<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="../../basics/installation/index.xml" rel="alternate" type="application/rss+xml" title="Installation :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022410" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022410" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022410" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022410"></script>
|
||||
<script src="../../js/variant.js?1685022410"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022770" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022770" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022770" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022770"></script>
|
||||
<script src="../../js/variant.js?1685022770"></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
|
||||
|
@ -110,10 +110,10 @@
|
|||
</span></span></code></pre></div><p>renders as</p>
|
||||
<p>
|
||||
|
||||
<a href="#image-ffa0ca406c9ecb2613c036c2a0e765f9" class="lightbox-link">
|
||||
<a href="#image-8dc6f93242be94c1dabd291bbf1f6a2e" class="lightbox-link">
|
||||
<img src="../../basics/installation/chapter.png?classes=shadow&width=60pc" alt="A Chapter" class="shadow" style="height: auto; width: 60pc;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-ffa0ca406c9ecb2613c036c2a0e765f9">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-8dc6f93242be94c1dabd291bbf1f6a2e">
|
||||
<img src="../../basics/installation/chapter.png?classes=shadow&width=60pc" alt="A Chapter" class="lightbox-image" 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>
|
||||
|
@ -154,8 +154,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1685022410" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022410" defer></script>
|
||||
<script src="../../js/theme.js?1685022410" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022771" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022771" defer></script>
|
||||
<script src="../../js/theme.js?1685022771" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>What's New :: Hugo Relearn Theme</title>
|
||||
|
@ -13,20 +13,20 @@
|
|||
<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.print.html" rel="alternate" type="text/html" title="What's New :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022408" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022408" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022408" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022408"></script>
|
||||
<script src="../../js/variant.js?1685022408"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022769" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022769" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022769" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022769"></script>
|
||||
<script src="../../js/variant.js?1685022769"></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
|
||||
|
@ -872,12 +872,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022409" defer></script>
|
||||
<script src="../../js/search.js?1685022409" defer></script>
|
||||
<script src="../../js/auto-complete.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022770" defer></script>
|
||||
<script src="../../js/search.js?1685022770" defer></script>
|
||||
</div>
|
||||
<div id="content-wrapper" class="highlightable">
|
||||
<ul class="topics enlarge morespace collapsible-menu">
|
||||
|
@ -996,12 +996,12 @@
|
|||
<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?1685022409"></script>
|
||||
<script async src="../../js/buttons.js?1685022770"></script>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1685022409" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022409" defer></script>
|
||||
<script src="../../js/theme.js?1685022409" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022770" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022770" defer></script>
|
||||
<script src="../../js/theme.js?1685022770" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>What's New :: Hugo Relearn Theme</title>
|
||||
|
@ -13,21 +13,21 @@
|
|||
<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="../../basics/migration/index.xml" rel="alternate" type="application/rss+xml" title="What's New :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022410" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022410" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022410" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022410"></script>
|
||||
<script src="../../js/variant.js?1685022410"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022770" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022770" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022770" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022770"></script>
|
||||
<script src="../../js/variant.js?1685022770"></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
|
||||
|
@ -734,8 +734,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1685022410" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022410" defer></script>
|
||||
<script src="../../js/theme.js?1685022410" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022771" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022771" defer></script>
|
||||
<script src="../../js/theme.js?1685022771" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Requirements :: Hugo Relearn Theme</title>
|
||||
|
@ -13,20 +13,20 @@
|
|||
<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.print.html" rel="alternate" type="text/html" title="Requirements :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022408" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022408" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022408" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022408" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022408" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022408" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022408"></script>
|
||||
<script src="../../js/variant.js?1685022408"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022769" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022769" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022769" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022769" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022769" rel="stylesheet" media="print">
|
||||
<link href="../../css/ie.css?1685022769" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022769"></script>
|
||||
<script src="../../js/variant.js?1685022769"></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
|
||||
|
@ -94,10 +94,10 @@
|
|||
<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>
|
||||
<a href="#image-b6c99505c0c2beae8c86d2d25408b828" class="lightbox-link">
|
||||
<a href="#image-e7dce5a7f672751bb19f00b77976d780" class="lightbox-link">
|
||||
<img src="../../basics/requirements/magic.gif?classes=shadow" alt="Magic" class="shadow" style="height: auto; width: auto;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-b6c99505c0c2beae8c86d2d25408b828">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-e7dce5a7f672751bb19f00b77976d780">
|
||||
<img src="../../basics/requirements/magic.gif?classes=shadow" alt="Magic" class="lightbox-image" loading="lazy">
|
||||
</a></p>
|
||||
|
||||
|
@ -185,12 +185,12 @@
|
|||
<script>
|
||||
var contentLangs=['en'];
|
||||
</script>
|
||||
<script src="../../js/auto-complete.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022409" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022409" defer></script>
|
||||
<script src="../../js/search.js?1685022409" defer></script>
|
||||
<script src="../../js/auto-complete.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.stemmer.support.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.multi.min.js?1685022770" defer></script>
|
||||
<script src="../../js/lunr/lunr.en.min.js?1685022770" defer></script>
|
||||
<script src="../../js/search.js?1685022770" defer></script>
|
||||
</div>
|
||||
<div id="content-wrapper" class="highlightable">
|
||||
<ul class="topics enlarge morespace collapsible-menu">
|
||||
|
@ -309,12 +309,12 @@
|
|||
<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?1685022409"></script>
|
||||
<script async src="../../js/buttons.js?1685022770"></script>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
<script src="../../js/clipboard.min.js?1685022409" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022409" defer></script>
|
||||
<script src="../../js/theme.js?1685022409" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022770" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022770" defer></script>
|
||||
<script src="../../js/theme.js?1685022770" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<meta name="generator" content="Hugo 0.112.3">
|
||||
<meta name="generator" content="Relearn 5.15.0+tip">
|
||||
<meta name="generator" content="Relearn 5.15.1+tip">
|
||||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Requirements :: Hugo Relearn Theme</title>
|
||||
|
@ -13,21 +13,21 @@
|
|||
<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="../../basics/requirements/index.xml" rel="alternate" type="application/rss+xml" title="Requirements :: Hugo Relearn Theme">
|
||||
<link href="../../images/logo.svg?1685022408" rel="icon" type="image/svg+xml">
|
||||
<link href="../../images/logo.svg?1685022769" 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?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022410" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022410" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022410" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022410" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022410" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022410" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022410"></script>
|
||||
<script src="../../js/variant.js?1685022410"></script>
|
||||
<link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fontawesome-all.min.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/nucleus.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/auto-complete.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/auto-complete.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/perfect-scrollbar.min.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/fonts.css?1685022770" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="../../css/fonts.css?1685022770" rel="stylesheet"></noscript>
|
||||
<link href="../../css/theme.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/theme-auto.css?1685022770" rel="stylesheet" id="variant-style">
|
||||
<link href="../../css/variant.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/print.css?1685022770" rel="stylesheet" media="print">
|
||||
<link href="../../css/format-print.css?1685022770" rel="stylesheet">
|
||||
<link href="../../css/ie.css?1685022770" rel="stylesheet">
|
||||
<script src="../../js/url.js?1685022770"></script>
|
||||
<script src="../../js/variant.js?1685022770"></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
|
||||
|
@ -79,10 +79,10 @@
|
|||
<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>
|
||||
<a href="#image-b6c99505c0c2beae8c86d2d25408b828" class="lightbox-link">
|
||||
<a href="#image-e7dce5a7f672751bb19f00b77976d780" class="lightbox-link">
|
||||
<img src="../../basics/requirements/magic.gif?classes=shadow" alt="Magic" class="shadow" style="height: auto; width: auto;" loading="lazy">
|
||||
</a>
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-b6c99505c0c2beae8c86d2d25408b828">
|
||||
<a href="javascript:history.back();" class="lightbox" id="image-e7dce5a7f672751bb19f00b77976d780">
|
||||
<img src="../../basics/requirements/magic.gif?classes=shadow" alt="Magic" class="lightbox-image" loading="lazy">
|
||||
</a></p>
|
||||
|
||||
|
@ -93,8 +93,8 @@
|
|||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script src="../../js/clipboard.min.js?1685022410" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022410" defer></script>
|
||||
<script src="../../js/theme.js?1685022410" defer></script>
|
||||
<script src="../../js/clipboard.min.js?1685022771" defer></script>
|
||||
<script src="../../js/perfect-scrollbar.min.js?1685022771" defer></script>
|
||||
<script src="../../js/theme.js?1685022771" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue