This commit is contained in:
McShelby 2022-02-13 01:30:35 +00:00
parent a526f6756b
commit 26f4b010ec
150 changed files with 5226 additions and 5978 deletions

View file

@ -8,22 +8,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></script>
<style>
p, li, ul {
text-align: center

View file

@ -9,22 +9,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -709,18 +704,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Configuration :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/configuration/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -371,18 +366,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Customization :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/customization/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -378,18 +373,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>History :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/history/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -711,18 +706,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Basics :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -258,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Installation :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/installation/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -324,18 +319,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>What&#39;s new :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/migration/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -475,18 +470,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Requirements :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/basics/requirements/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -258,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Categories :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/categories/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -253,18 +248,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -107,9 +101,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -295,18 +290,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Multilingual and i18n :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/i18n/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -325,18 +320,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -107,9 +101,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -286,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Content :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -258,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -107,9 +101,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -805,18 +800,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -107,9 +101,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -373,18 +368,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Pages organization :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/cont/pages/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -404,18 +399,18 @@ We&rsquo;ve added the <code>menuTitle</code> parameter for that purpose:</p>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -107,9 +101,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -311,18 +306,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -107,9 +101,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -287,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -107,9 +101,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -271,18 +266,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Relearn Theme for Hugo :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -273,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>404 Page not found :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715833" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715833" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715833" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715833" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715833" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715833" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715833" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715833" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715833" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715833" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715833"></script>
<style>
p, li, ul {
text-align: center

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Configurrrat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/configuration/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -370,18 +365,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Customizat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/customization/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -370,18 +365,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Historrry :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/history/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -560,18 +555,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Basics :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -265,18 +260,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Installat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/installation/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -321,18 +316,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Migrrrat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/migration/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -467,18 +462,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Requirrrements :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/basics/requirements/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -265,18 +260,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Categories :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/categories/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -253,18 +248,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Arrrchetypes :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -297,18 +292,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Multilingual an&#39; i18n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/i18n/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -326,18 +321,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Ay&#39;cons an&#39; logos :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -287,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Rambl&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -265,18 +260,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Marrrkdown rules :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -756,18 +751,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Menu extrrra shorrrtcuts :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -375,18 +370,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Planks orrrganizat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/cont/pages/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -396,18 +391,18 @@ We&rsquo;ve added th' <code>menuTitle</code> parameter fer that purpose:</p>
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
<div style="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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Code highlight&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -312,18 +307,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Tags :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -288,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Crrredits :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -278,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Relearrrn Theme fer Cap&#39;n Hugo :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -280,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Attachments :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -448,18 +443,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Button :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -288,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-1-1-1-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -192,6 +186,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -283,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-1-1-1 (hidden) :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -192,6 +186,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -288,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-1-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -190,6 +184,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -285,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-1 (hidden) :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -190,6 +184,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -284,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-2-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -277,18 +272,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-2-2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -277,18 +272,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-2/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -283,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1-3 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/children-1-1-3/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -276,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 1-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/children-1-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -283,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -280,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-2/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -275,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 3 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-3/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -280,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Plank 3-1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -274,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Plank 4 (hidden) :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/children-4/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -189,6 +183,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -275,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Children :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/children/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -417,18 +412,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Plank X :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -269,18 +264,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Expand :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -396,18 +391,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Include :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -299,18 +294,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Shorrrtcodes :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/shortcodes/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -308,18 +303,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Merrrmaid :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -493,18 +488,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Notice :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -488,18 +483,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Ship param :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -279,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Tabbed views :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -434,18 +429,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>Showcase :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -261,18 +256,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>children :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/children/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -268,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>documentat&#39;n :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/documentatn/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -254,18 +249,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>hidden :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/hidden/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -259,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Tags :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -258,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>non-hidden :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/non-hidden/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -263,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>tutorrrial :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/tags/tutorrrial/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -254,18 +249,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>1 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -198,6 +192,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -271,18 +266,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>11 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -198,6 +192,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -271,18 +266,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>2 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -198,6 +192,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -271,18 +266,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>3 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -198,6 +192,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -271,18 +266,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>4 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -198,6 +192,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -271,18 +266,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>5 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -198,6 +192,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -271,18 +266,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>6 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -198,6 +192,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -271,18 +266,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>7 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -198,6 +192,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -271,18 +266,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>8 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -198,6 +192,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -271,18 +266,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="Documentation for Hugo Relearn Theme">
<meta name="author" content="Sören Weber">
<title>9 :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -107,9 +101,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -198,6 +192,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -270,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>Th&#39; one an&#39; only hidden child :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/yours/children-1/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -200,6 +194,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -280,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>This could be yers :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/pir/yours/index.xml" title="Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715832" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715832" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715832" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715832" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715832"></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: -->
@ -108,9 +102,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?1644714711"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714711"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715832"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -199,6 +193,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -276,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715832"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715832"></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?1644714711"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715832"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -107,9 +101,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -442,18 +437,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<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?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -107,9 +101,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -281,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<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&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/children-1-1-1-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -192,6 +186,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -276,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<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&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -192,6 +186,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -285,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<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&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -190,6 +184,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -282,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<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&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -190,6 +184,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -281,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<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&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -270,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<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&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -270,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>page 1-1-2 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-2/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -280,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>page 1-1-3 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/children-1-1-3/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -269,18 +264,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>page 1-1 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/children-1-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -280,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>page 1 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-1/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -277,18 +272,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>page 2 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-2/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -268,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -9,22 +9,31 @@
<meta name="author" content="Sören Weber">
<title>page 3 :: Documentation for Hugo Relearn Theme</title>
<link rel="alternate" type="application/rss&#43;xml" href="/hugo-theme-relearn/shortcodes/children/children-3/index.xml" title="Documentation for Hugo Relearn Theme" />
<link rel="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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -33,24 +42,9 @@
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 );
}
markTheme( theme );
@ -65,7 +59,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></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: -->
@ -108,9 +102,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?1644714710"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714710"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -188,6 +182,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -277,18 +272,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714710"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

View file

@ -8,22 +8,31 @@
<meta name="description" content="This is a plain page test nested in a parent">
<meta name="author" content="Sören Weber">
<title>page 3-1 :: Documentation for Hugo Relearn Theme</title>
<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">
<link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644715831" type="image/svg+xml">
<link href="/hugo-theme-relearn/css/nucleus.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/featherlight.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/auto-complete.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/theme.css?1644715831" rel="stylesheet">
<link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/variant.css?1644715831" rel="stylesheet">
<link href="/hugo-theme-relearn/css/print.css?1644715831" rel="stylesheet" media="print">
<script>
var theme = window.localStorage.getItem( 'theme' );
changeTheme( theme, true );
changeTheme( theme );
function getTheme(){
var link = document.querySelector( '#variant-style' );
var path = link.getAttribute( 'href' );
var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
return theme;
}
function markTheme( theme ){
var select = document.querySelector( '#select-theme' );
select.value = theme;
}
function changeTheme( theme, noanimation ){
if( !theme ){
return;
@ -32,24 +41,9 @@
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 );
}
markTheme( theme );
@ -64,7 +58,7 @@
display:none !important;
}
</style>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/jquery.min.js?1644715831"></script>
</head>
<body class="" data-url="/hugo-theme-relearn/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: -->
@ -107,9 +101,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?1644714709"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/search.js?1644714709"></script>
<script src="/hugo-theme-relearn/js/lunr.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/auto-complete.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/search.js?1644715831"></script>
</div>
<div class="highlightable">
<ul class="topics">
@ -187,6 +181,7 @@
<option id="green" value="green">green</option>
<option id="red" value="red">red</option>
</select>
<script>markTheme( getTheme() );</script>
</div>
</a>
</li>
@ -267,18 +262,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?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 src="/hugo-theme-relearn/js/clipboard.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/perfect-scrollbar.jquery.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/jquery.svg.pan.zoom.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/featherlight.min.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/modernizr.custom-3.6.0.js?1644715831"></script>
<script src="/hugo-theme-relearn/js/mermaid.min.js?1644715831"></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?1644714709"></script>
<script src="/hugo-theme-relearn/js/relearn.js?1644715831"></script>
</body>
</html>

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