This commit is contained in:
McShelby 2022-02-13 01:11:54 +00:00
parent 9c5c6ed663
commit a526f6756b
151 changed files with 9428 additions and 3316 deletions

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>404 Page not found :: Documentation for Hugo Relearn Theme</title> <title>404 Page not found :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<style> <style>
p, li, ul { p, li, ul {
text-align: center text-align: center

View file

@ -9,22 +9,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title> :: Documentation for Hugo Relearn Theme</title> <title> :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714709" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714709" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/basics/changelog/"> <body class="" data-url="/hugo-theme-relearn/basics/changelog/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script> <script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -668,18 +709,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Configuration :: Documentation for Hugo Relearn Theme</title> <title>Configuration :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/configuration/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/configuration/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/basics/configuration/"> <body class="" data-url="/hugo-theme-relearn/basics/configuration/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -330,18 +371,18 @@ default values:</p>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Customization :: Documentation for Hugo Relearn Theme</title> <title>Customization :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/customization/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/customization/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/basics/customization/"> <body class="" data-url="/hugo-theme-relearn/basics/customization/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -337,18 +378,18 @@ You could use an <code>img</code> HTML tag and reference an image created under
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>History :: Documentation for Hugo Relearn Theme</title> <title>History :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/history/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/history/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/basics/history/"> <body class="" data-url="/hugo-theme-relearn/basics/history/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -670,18 +711,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Basics :: Documentation for Hugo Relearn Theme</title> <title>Basics :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/basics/"> <body class="" data-url="/hugo-theme-relearn/basics/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -217,18 +258,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Installation :: Documentation for Hugo Relearn Theme</title> <title>Installation :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/installation/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/installation/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/basics/installation/"> <body class="" data-url="/hugo-theme-relearn/basics/installation/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -283,18 +324,18 @@ hugo new basics/second-content/_index.md
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>What&#39;s new :: Documentation for Hugo Relearn Theme</title> <title>What&#39;s new :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/migration/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/migration/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/basics/migration/"> <body class="" data-url="/hugo-theme-relearn/basics/migration/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -434,18 +475,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Requirements :: Documentation for Hugo Relearn Theme</title> <title>Requirements :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/requirements/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/requirements/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/basics/requirements/"> <body class="" data-url="/hugo-theme-relearn/basics/requirements/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -217,18 +258,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Categories :: Documentation for Hugo Relearn Theme</title> <title>Categories :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/categories/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/categories/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/categories/"> <body class="" data-url="/hugo-theme-relearn/categories/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -212,18 +253,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Archetypes :: Documentation for Hugo Relearn Theme</title> <title>Archetypes :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714709" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714709" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/cont/archetypes/"> <body class="" data-url="/hugo-theme-relearn/cont/archetypes/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script> <script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -254,18 +295,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Multilingual and i18n :: Documentation for Hugo Relearn Theme</title> <title>Multilingual and i18n :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/i18n/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/i18n/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/cont/i18n/"> <body class="" data-url="/hugo-theme-relearn/cont/i18n/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -284,18 +325,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Icons and logos :: Documentation for Hugo Relearn Theme</title> <title>Icons and logos :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714709" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714709" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/cont/icons/"> <body class="" data-url="/hugo-theme-relearn/cont/icons/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script> <script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -245,18 +286,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Content :: Documentation for Hugo Relearn Theme</title> <title>Content :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/cont/"> <body class="" data-url="/hugo-theme-relearn/cont/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -217,18 +258,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Markdown syntax :: Documentation for Hugo Relearn Theme</title> <title>Markdown syntax :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714709" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714709" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/cont/markdown/"> <body class="" data-url="/hugo-theme-relearn/cont/markdown/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script> <script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -764,18 +805,18 @@ grunt.initConfig({
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Menu extra shortcuts :: Documentation for Hugo Relearn Theme</title> <title>Menu extra shortcuts :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714709" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714709" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/cont/menushortcuts/"> <body class="" data-url="/hugo-theme-relearn/cont/menushortcuts/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script> <script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -332,18 +373,18 @@ However, if you want to keep the title but change its value, it can be overriden
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Pages organization :: Documentation for Hugo Relearn Theme</title> <title>Pages organization :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/pages/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/pages/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/cont/pages/"> <body class="" data-url="/hugo-theme-relearn/cont/pages/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -363,18 +404,18 @@ We&rsquo;ve added the <code>menuTitle</code> parameter for that purpose:</p>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Code highlighting :: Documentation for Hugo Relearn Theme</title> <title>Code highlighting :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714709" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714709" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/cont/syntaxhighlight/"> <body class="" data-url="/hugo-theme-relearn/cont/syntaxhighlight/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script> <script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -270,18 +311,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Tags :: Documentation for Hugo Relearn Theme</title> <title>Tags :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714709" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714709" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/cont/tags/"> <body class="" data-url="/hugo-theme-relearn/cont/tags/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script> <script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -246,18 +287,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Credits :: Documentation for Hugo Relearn Theme</title> <title>Credits :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714709" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714709" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/credits/"> <body class="" data-url="/hugo-theme-relearn/credits/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script> <script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -230,18 +271,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Relearn Theme for Hugo :: Documentation for Hugo Relearn Theme</title> <title>Relearn Theme for Hugo :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/"> <body class="" data-url="/hugo-theme-relearn/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -232,18 +273,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -1,41 +1,3 @@
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
// we have to wait to reset the animation style
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
// remove selection, because if some uses an arrow navigation
// by pressing the left or right cursor key, we will automatically
// select a different style
if( document.activeElement ){
document.activeElement.blur();
}
}
}
// Scrollbar Width function // Scrollbar Width function
function getScrollBarWidth() { function getScrollBarWidth() {
var inner = document.createElement('p'); var inner = document.createElement('p');

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>404 Page not found :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>404 Page not found :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<style> <style>
p, li, ul { p, li, ul {
text-align: center text-align: center

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Configurrrat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Configurrrat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/configuration/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/configuration/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/basics/configuration/"> <body class="" data-url="/hugo-theme-relearn/pir/basics/configuration/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -329,18 +370,18 @@ default values:</p>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Customizat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Customizat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/customization/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/customization/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/basics/customization/"> <body class="" data-url="/hugo-theme-relearn/pir/basics/customization/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -329,18 +370,18 @@ Ye could use an <code>img</code> HTML tag an' reference an image created under t
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Historrry :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Historrry :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/history/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/history/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/basics/history/"> <body class="" data-url="/hugo-theme-relearn/pir/basics/history/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -519,18 +560,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Basics :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Basics :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/basics/"> <body class="" data-url="/hugo-theme-relearn/pir/basics/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -224,18 +265,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Installat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Installat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/installation/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/installation/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/basics/installation/"> <body class="" data-url="/hugo-theme-relearn/pir/basics/installation/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -280,18 +321,18 @@ hugo new basics/second-content/_index.md
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Migrrrat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Migrrrat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/migration/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/migration/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/basics/migration/"> <body class="" data-url="/hugo-theme-relearn/pir/basics/migration/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -426,18 +467,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Requirrrements :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Requirrrements :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/requirements/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/requirements/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/basics/requirements/"> <body class="" data-url="/hugo-theme-relearn/pir/basics/requirements/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -224,18 +265,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Categories :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Categories :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/categories/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/categories/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/categories/"> <body class="" data-url="/hugo-theme-relearn/pir/categories/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -212,18 +253,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Arrrchetypes :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Arrrchetypes :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/cont/archetypes/"> <body class="" data-url="/hugo-theme-relearn/pir/cont/archetypes/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -256,18 +297,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Multilingual an&#39; i18n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Multilingual an&#39; i18n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/i18n/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/i18n/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/cont/i18n/"> <body class="" data-url="/hugo-theme-relearn/pir/cont/i18n/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -285,18 +326,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Ay&#39;cons an&#39; logos :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Ay&#39;cons an&#39; logos :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/cont/icons/"> <body class="" data-url="/hugo-theme-relearn/pir/cont/icons/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -246,18 +287,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Rambl&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Rambl&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/cont/"> <body class="" data-url="/hugo-theme-relearn/pir/cont/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -224,18 +265,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Marrrkdown rules :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Marrrkdown rules :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/cont/markdown/"> <body class="" data-url="/hugo-theme-relearn/pir/cont/markdown/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -715,18 +756,18 @@ grunt.initConfig({
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Menu extrrra shorrrtcuts :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Menu extrrra shorrrtcuts :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/cont/menushortcuts/"> <body class="" data-url="/hugo-theme-relearn/pir/cont/menushortcuts/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -334,18 +375,18 @@ However, if ye want t' keep th' title but change its value, it can be overriden
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Planks orrrganizat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Planks orrrganizat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/pages/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/pages/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/cont/pages/"> <body class="" data-url="/hugo-theme-relearn/pir/cont/pages/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -355,18 +396,18 @@ We&rsquo;ve added th' <code>menuTitle</code> parameter fer that purpose:</p>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Code highlight&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Code highlight&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/cont/syntaxhighlight/"> <body class="" data-url="/hugo-theme-relearn/pir/cont/syntaxhighlight/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -271,18 +312,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Tags :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Tags :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/cont/tags/"> <body class="" data-url="/hugo-theme-relearn/pir/cont/tags/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -247,18 +288,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Crrredits :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Crrredits :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/credits/"> <body class="" data-url="/hugo-theme-relearn/pir/credits/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -237,18 +278,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Relearrrn Theme fer Cap&#39;n Hugo :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Relearrrn Theme fer Cap&#39;n Hugo :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/"> <body class="" data-url="/hugo-theme-relearn/pir/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -239,18 +280,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Attachments :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Attachments :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/attachments/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/attachments/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -407,18 +448,18 @@ Currently, it support two implementat'ns fer planks</p>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Button :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Button :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/button/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/button/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -247,18 +288,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 1-1-1-1-1-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 1-1-1-1-1-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -242,18 +283,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 1-1-1-1-1 (hidden) :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 1-1-1-1-1 (hidden) :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -247,18 +288,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 1-1-1-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 1-1-1-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -244,18 +285,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 1-1-1 (hidden) :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 1-1-1 (hidden) :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -243,18 +284,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 1-1-2-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 1-1-2-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -236,18 +277,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 1-1-2-2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 1-1-2-2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -236,18 +277,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 1-1-2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 1-1-2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -242,18 +283,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 1-1-3 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 1-1-3 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-3/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-3/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-3/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-3/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -235,18 +276,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 1-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 1-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -242,18 +283,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -239,18 +280,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-2/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-2/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-2/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-2/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -234,18 +275,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 3 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 3 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-3/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-3/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-3/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-3/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -239,18 +280,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 3-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 3-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-3/test3/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-3/test3/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -233,18 +274,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank 4 (hidden) :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank 4 (hidden) :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-4/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-4/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-4/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/children-4/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -234,18 +275,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Children :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Children :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -376,18 +417,18 @@ So its rrrambl'n be used as descript'n.</p>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Plank X :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Plank X :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/test/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/children/test/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -228,18 +269,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Expand :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Expand :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/expand/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/expand/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -355,18 +396,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Include :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Include :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/include/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/include/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -258,18 +299,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Shorrrtcodes :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Shorrrtcodes :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -267,18 +308,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Merrrmaid :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Merrrmaid :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/mermaid/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/mermaid/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -452,18 +493,18 @@ classDiagram
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Notice :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Notice :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/notice/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/notice/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -447,18 +488,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Ship param :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Ship param :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/siteparam/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/siteparam/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -238,18 +279,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Tabbed views :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Tabbed views :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/shortcodes/tabs/"> <body class="" data-url="/hugo-theme-relearn/pir/shortcodes/tabs/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -393,18 +434,18 @@ from th' <code>'default'</code> group on a different plank then all tabs will be
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Showcase :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Showcase :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/showcase/"> <body class="" data-url="/hugo-theme-relearn/pir/showcase/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -220,18 +261,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>children :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>children :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/children/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/children/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/tags/children/"> <body class="" data-url="/hugo-theme-relearn/pir/tags/children/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -227,18 +268,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>documentat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>documentat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/documentatn/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/documentatn/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/tags/documentatn/"> <body class="" data-url="/hugo-theme-relearn/pir/tags/documentatn/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -213,18 +254,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>hidden :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>hidden :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/hidden/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/hidden/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/tags/hidden/"> <body class="" data-url="/hugo-theme-relearn/pir/tags/hidden/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -218,18 +259,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Tags :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Tags :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/tags/"> <body class="" data-url="/hugo-theme-relearn/pir/tags/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -217,18 +258,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>non-hidden :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>non-hidden :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/non-hidden/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/non-hidden/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/tags/non-hidden/"> <body class="" data-url="/hugo-theme-relearn/pir/tags/non-hidden/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -222,18 +263,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>tutorrrial :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>tutorrrial :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/tutorrrial/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/tutorrrial/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/tags/tutorrrial/"> <body class="" data-url="/hugo-theme-relearn/pir/tags/tutorrrial/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -213,18 +254,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/1/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -230,18 +271,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>11 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>11 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/10/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/10/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -230,18 +271,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/2/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/2/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -230,18 +271,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>3 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>3 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/3/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/3/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -230,18 +271,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>4 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>4 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/4/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/4/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -230,18 +271,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>5 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>5 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/5/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/5/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -230,18 +271,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>6 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>6 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/6/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/6/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -230,18 +271,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>7 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>7 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/7/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/7/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -230,18 +271,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>8 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>8 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/8/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/8/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -230,18 +271,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Documentation for Hugo Relearn Theme"> <meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>9 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>9 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/9/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/9/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -229,18 +270,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Th&#39; one an&#39; only hidden child :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>Th&#39; one an&#39; only hidden child :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/yours/children-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/yours/children-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/children-1/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/children-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -239,18 +280,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>This could be yers :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title> <title>This could be yers :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/yours/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/yours/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714711" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714711" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/pir/yours/"> <body class="" data-url="/hugo-theme-relearn/pir/yours/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Searrrch..."> <input data-search-input id="search-by" type="search" placeholder="Searrrch...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script> <script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -235,18 +276,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714260"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="The Attachments shortcode displays a list of files attached to a page"> <meta name="description" content="The Attachments shortcode displays a list of files attached to a page">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Attachments :: Documentation for Hugo Relearn Theme</title> <title>Attachments :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714709" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714709" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/attachments/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/attachments/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script> <script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -401,18 +442,18 @@ Currently, it support two implementations for pages</p>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
</body> </body>
</html> </html>

View file

@ -8,22 +8,63 @@
<meta name="description" content="Nice buttons on your page"> <meta name="description" content="Nice buttons on your page">
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>Button :: Documentation for Hugo Relearn Theme</title> <title>Button :: Documentation for Hugo Relearn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714709" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714709" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/button/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/button/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -66,9 +107,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script> <script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -240,18 +281,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714258"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 1-1-1-1-1-1 :: Documentation for Hugo Relearn Theme</title> <title>page 1-1-1-1-1-1 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -235,18 +276,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 1-1-1-1-1 (hidden) :: Documentation for Hugo Relearn Theme</title> <title>page 1-1-1-1-1 (hidden) :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -244,18 +285,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 1-1-1-1 :: Documentation for Hugo Relearn Theme</title> <title>page 1-1-1-1 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -241,18 +282,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 1-1-1 (hidden) :: Documentation for Hugo Relearn Theme</title> <title>page 1-1-1 (hidden) :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -240,18 +281,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 1-1-2-1 :: Documentation for Hugo Relearn Theme</title> <title>page 1-1-2-1 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -229,18 +270,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 1-1-2-2 :: Documentation for Hugo Relearn Theme</title> <title>page 1-1-2-2 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -229,18 +270,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 1-1-2 :: Documentation for Hugo Relearn Theme</title> <title>page 1-1-2 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -239,18 +280,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 1-1-3 :: Documentation for Hugo Relearn Theme</title> <title>page 1-1-3 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-3/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-3/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-3/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-3/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -228,18 +269,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 1-1 :: Documentation for Hugo Relearn Theme</title> <title>page 1-1 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -239,18 +280,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 1 :: Documentation for Hugo Relearn Theme</title> <title>page 1 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-1/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -236,18 +277,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 2 :: Documentation for Hugo Relearn Theme</title> <title>page 2 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-2/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-2/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-2/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-2/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -227,18 +268,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

View file

@ -9,22 +9,63 @@
<meta name="author" content="Sören Weber"> <meta name="author" content="Sören Weber">
<title>page 3 :: Documentation for Hugo Relearn Theme</title> <title>page 3 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-3/index.xml" title="Documentation for Hugo Relearn Theme" /> <link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-3/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml"> <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/theme.css?1644714710" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet"> <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet"> <link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print"> <link href="/hugo-theme-relearn/css/print.css?1644714710" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
function changeTheme( theme, noanimation ){
if( !theme ){
return;
}
var link = document.querySelector( '#variant-style' );
var old_path = link.getAttribute( 'href' );
var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
if( old_path != new_path ){
var animations = document.querySelectorAll( '.default-animation' );
if( noanimation ){
animations.forEach( function( e ){
e.classList.remove( 'default-animation' );
});
}
window.localStorage.setItem( 'theme', theme );
link.setAttribute( 'href', new_path );
var select = document.querySelector( '#select-theme' );
select.value = theme;
if( noanimation ){
setTimeout( function(){
animations.forEach( function( e ){
e.classList.add( 'default-animation' );
});
}, 525 );
}
if( document.activeElement ){
document.activeElement.blur();
}
}
}
</script>
<style> <style>
:root #header + #content > #left > #rlblock_left{ :root #header + #content > #left > #rlblock_left{
display:none !important; display:none !important;
} }
</style> </style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
</head> </head>
<body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-3/"> <body class="" data-url="/hugo-theme-relearn/shortcodes/children/children-3/">
<!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: --> <!-- hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic: -->
@ -67,9 +108,9 @@
<input data-search-input id="search-by" type="search" placeholder="Search..."> <input data-search-input id="search-by" type="search" placeholder="Search...">
<span data-search-clear=""><i class="fas fa-times"></i></span> <span data-search-clear=""><i class="fas fa-times"></i></span>
</div> </div>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script> <script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script> <script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
</div> </div>
<div class="highlightable"> <div class="highlightable">
<ul class="topics"> <ul class="topics">
@ -236,18 +277,18 @@
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"> <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div> <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
</div> </div>
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/clipboard.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script> <script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script> <script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714259"></script> <script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
<script> <script>
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') { if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) ); mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
} }
</script> </script>
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script> <script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
</body> </body>
</html> </html>

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