mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
deploy: 874e542222
This commit is contained in:
parent
9c5c6ed663
commit
a526f6756b
151 changed files with 9428 additions and 3316 deletions
63
404.html
63
404.html
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
<style>
|
||||
p, li, ul {
|
||||
text-align: center
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title> :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" 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?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714709"></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?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Configuration :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Customization :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>History :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Basics :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Installation :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>What's new :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Requirements :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Categories :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Archetypes :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" 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?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714709"></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?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Multilingual and i18n :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<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 href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" 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?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714709"></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?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Content :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<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 href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" 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?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714709"></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?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<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 href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" 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?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714709"></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?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Pages organization :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<ul class="topics">
|
||||
|
@ -363,18 +404,18 @@ We’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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<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 href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" 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?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714709"></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?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Tags :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" 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?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714709"></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?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Credits :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" 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?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714709"></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?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
85
index.html
85
index.html
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Relearn Theme for Hugo :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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
|
||||
function getScrollBarWidth() {
|
||||
var inner = document.createElement('p');
|
||||
|
|
63
pir/404.html
63
pir/404.html
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>404 Page not found :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
<style>
|
||||
p, li, ul {
|
||||
text-align: center
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Configurrrat'n :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/basics/configuration/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Customizat'n :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/basics/customization/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Historrry :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/basics/history/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Basics :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/basics/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Installat'n :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/basics/installation/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Migrrrat'n :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/basics/migration/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Requirrrements :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/basics/requirements/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Categories :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/categories/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Arrrchetypes :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Multilingual an' i18n :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/cont/i18n/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Ay'cons an' logos :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Rambl'n :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/cont/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Marrrkdown rules :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Menu extrrra shorrrtcuts :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Planks orrrganizat'n :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/cont/pages/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<ul class="topics">
|
||||
|
@ -355,18 +396,18 @@ We’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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Code highlight'n :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Tags :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Crrredits :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Relearrrn Theme fer Cap'n Hugo :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Attachments :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Button :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 1-1-1-1-1-1 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</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/">
|
||||
<!-- hack to let 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...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 1-1-1-1-1 (hidden) :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</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/">
|
||||
<!-- hack to let 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...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 1-1-1-1 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</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/">
|
||||
<!-- hack to let 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...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 1-1-1 (hidden) :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 1-1-2-1 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</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/">
|
||||
<!-- hack to let 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...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 1-1-2-2 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</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/">
|
||||
<!-- hack to let 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...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 1-1-2 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 1-1-3 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-3/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 1-1 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 1 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 2 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-2/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 3 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-3/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 3-1 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank 4 (hidden) :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-4/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Children :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/shortcodes/children/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Plank X :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Expand :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Include :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Shorrrtcodes :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/shortcodes/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Merrrmaid :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Notice :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Ship param :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Tabbed views :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Showcase :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>children :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/tags/children/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>documentat'n :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/tags/documentatn/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>hidden :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/tags/hidden/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Tags :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/tags/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>non-hidden :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/tags/non-hidden/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>tutorrrial :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/tags/tutorrrial/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>1 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>11 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>2 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>3 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>4 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>5 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>6 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>7 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>8 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>9 :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714259" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>Th' one an' only hidden child :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/yours/children-1/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>This could be yers :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="/hugo-theme-relearn/pir/yours/index.xml" title="Documentat'n fer Cap'n Hugo Relearrrn Theme" />
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714260" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714260" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714260" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714260" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714711" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714711" 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?1644714711" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714711" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Searrrch...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714711"></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?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714711"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714711"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714260"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714711"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="The Attachments shortcode displays a list of files attached to a page">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Attachments :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" 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?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714709"></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?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -8,22 +8,63 @@
|
|||
<meta name="description" content="Nice buttons on your page">
|
||||
<meta name="author" content="Sören Weber">
|
||||
<title>Button :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714258" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714258" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714258" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714258" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714709" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714709" 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?1644714709" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714709" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -66,9 +107,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714709"></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?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714709"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714709"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714258"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714709"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 1-1-1-1-1-1 :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</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/">
|
||||
<!-- hack to let 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...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 1-1-1-1-1 (hidden) :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</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/">
|
||||
<!-- hack to let 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...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 1-1-1-1 :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 1-1-1 (hidden) :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 1-1-2-1 :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 1-1-2-2 :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 1-1-2 :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 1-1-3 :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 1-1 :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 1 :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 2 :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,22 +9,63 @@
|
|||
<meta name="author" content="Sören Weber">
|
||||
<title>page 3 :: Documentation for Hugo Relearn Theme</title>
|
||||
<link rel="alternate" type="application/rss+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 href="/hugo-theme-relearn/css/nucleus.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/theme.css?1644714259" rel="stylesheet">
|
||||
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714259" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/print.css?1644714259" rel="stylesheet" media="print">
|
||||
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644714710" type="image/svg+xml">
|
||||
<link href="/hugo-theme-relearn/css/nucleus.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/auto-complete.css?1644714710" 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?1644714710" rel="stylesheet">
|
||||
<link href="/hugo-theme-relearn/css/variant.css?1644714710" rel="stylesheet">
|
||||
<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>
|
||||
:root #header + #content > #left > #rlblock_left{
|
||||
display:none !important;
|
||||
}
|
||||
</style>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
|
||||
</head>
|
||||
<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: -->
|
||||
|
@ -67,9 +108,9 @@
|
|||
<input data-search-input id="search-by" type="search" placeholder="Search...">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/lunr.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
|
||||
</div>
|
||||
<div class="highlightable">
|
||||
<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="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
||||
</div>
|
||||
<script src="/hugo-theme-relearn/js/clipboard.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.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?1644714710"></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?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644714710"></script>
|
||||
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644714710"></script>
|
||||
<script>
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( { "securityLevel": "antiscript" }, JSON.parse("{ \"startOnLoad\": true }"), { startOnLoad: false } ) );
|
||||
}
|
||||
</script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714259"></script>
|
||||
<script src="/hugo-theme-relearn/js/relearn.js?1644714710"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue