mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
deploy: f3c067bf9b
This commit is contained in:
parent
9ea354fad0
commit
c954e93028
124 changed files with 2812 additions and 2790 deletions
20
404.html
20
404.html
|
@ -2,19 +2,19 @@
|
|||
<head>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content="width=device-width,initial-scale=1">
|
||||
<meta name=generator content="Hugo 0.88.1">
|
||||
<meta name=generator content="Hugo 0.89.0">
|
||||
<meta name=description content="Documentation for Hugo Relearn Theme">
|
||||
<meta name=author content="Sören Weber">
|
||||
<link rel=icon href=./images/logo.svg?1635675441 type=image/svg+xml>
|
||||
<link rel=icon href=./images/logo.svg?1635972199 type=image/svg+xml>
|
||||
<title>404 Page not found :: Documentation for Hugo Relearn Theme</title>
|
||||
<link href=./css/nucleus.css?1635675441 rel=stylesheet>
|
||||
<link href=./css/fontawesome-all.min.css?1635675441 rel=stylesheet>
|
||||
<link href=./css/featherlight.min.css?1635675441 rel=stylesheet>
|
||||
<link href=./css/perfect-scrollbar.min.css?1635675441 rel=stylesheet>
|
||||
<link href=./css/theme.css?1635675441 rel=stylesheet>
|
||||
<link href=./css/theme-relearn.css?1635675441 rel=stylesheet>
|
||||
<link href=./css/variant.css?1635675441 rel=stylesheet>
|
||||
<link href=./css/print.css?1635675441 rel=stylesheet media=print>
|
||||
<link href=./css/nucleus.css?1635972199 rel=stylesheet>
|
||||
<link href=./css/fontawesome-all.min.css?1635972199 rel=stylesheet>
|
||||
<link href=./css/featherlight.min.css?1635972199 rel=stylesheet>
|
||||
<link href=./css/perfect-scrollbar.min.css?1635972199 rel=stylesheet>
|
||||
<link href=./css/theme.css?1635972199 rel=stylesheet>
|
||||
<link href=./css/theme-relearn.css?1635972199 rel=stylesheet>
|
||||
<link href=./css/variant.css?1635972199 rel=stylesheet>
|
||||
<link href=./css/print.css?1635972199 rel=stylesheet media=print>
|
||||
<style>:root #header+#content>#left>#rlblock_left{display:none!important}p,li,ul{text-align:center}ul{list-style-type:none}</style>
|
||||
</head>
|
||||
<body data-url=./>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -20,10 +20,10 @@
|
|||
margin: 2px 0 -2px 0;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Novacento Sans Wide';
|
||||
font-family: 'Work Sans';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url("../fonts/Novecentosanswide-UltraLight-webfont.woff2") format("woff2"), url("../fonts/Novecentosanswide-UltraLight-webfont.woff") format("woff");
|
||||
src: url("../fonts/WorkSans-ExtraLight.woff") format("woff2"), url("../fonts/WorkSans-ExtraLight.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Work Sans';
|
||||
|
@ -31,12 +31,24 @@
|
|||
font-weight: 300;
|
||||
src: url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Work Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Work Sans';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Work Sans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
|
||||
}
|
||||
body {
|
||||
background: #fff;
|
||||
color: #777;
|
||||
|
@ -75,9 +87,6 @@ b, strong, label, th {
|
|||
-moz-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
#sidebar {
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
fieldset {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
@ -167,7 +176,6 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
|
|||
width: 300px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
font-weight: 400;
|
||||
font-size: 15.25px;
|
||||
line-height: 1.574;
|
||||
}
|
||||
|
@ -226,7 +234,7 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
|
|||
}
|
||||
#sidebar ul.topics > li > a b {
|
||||
opacity: 0.5;
|
||||
font-weight: normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
#sidebar ul.topics > li > a .fa {
|
||||
margin-top: 9px;
|
||||
|
@ -423,11 +431,11 @@ h2, h3, h4, h5, h6 {
|
|||
letter-spacing: -1px;
|
||||
}
|
||||
h1 {
|
||||
font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
font-weight: 200;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
color: #222;
|
||||
font-weight: 200;
|
||||
}
|
||||
blockquote {
|
||||
border-left: 10px solid rgba(0, 8, 16, 0.2);
|
||||
|
@ -455,7 +463,7 @@ div.notices {
|
|||
}
|
||||
div.notices > div.label {
|
||||
color: #fff;
|
||||
font-weight: normal;
|
||||
font-weight: 500;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: -1.75rem;
|
||||
}
|
||||
|
@ -510,7 +518,7 @@ div.attachments {
|
|||
|
||||
div.attachments > div.label {
|
||||
color: #fff;
|
||||
font-weight: normal;
|
||||
font-weight: 500;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: -1.75rem;
|
||||
}
|
||||
|
@ -994,14 +1002,14 @@ pre .copy-to-clipboard:hover {
|
|||
|
||||
#sidebar .nav-title {
|
||||
color: white ;
|
||||
font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
font-size: 2rem;
|
||||
font-weight: 400;
|
||||
font-weight: 200;
|
||||
letter-spacing: -1px;
|
||||
line-height: 110% !important;
|
||||
margin: 1rem 0 1rem 0;
|
||||
padding-left: 1rem;
|
||||
text-rendering: optimizeLegibility;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#homelinks {
|
||||
|
@ -1109,7 +1117,7 @@ option {
|
|||
}
|
||||
|
||||
#TableOfContents > ul > li > a {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
#body a.highlight, #body a.highlight:hover, #body a.highlight:focus {
|
||||
|
@ -1163,7 +1171,7 @@ option {
|
|||
padding: 6px 12px !important;
|
||||
margin-bottom: 0 !important;
|
||||
font-size: 14px !important;
|
||||
font-weight: normal !important;
|
||||
font-weight: 500;
|
||||
line-height: 1.42857143 !important;
|
||||
text-align: center !important;
|
||||
white-space: nowrap !important;
|
||||
|
@ -1233,31 +1241,31 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
|||
|
||||
#body h2 {
|
||||
font-size: 2.2rem;
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
#body h3 {
|
||||
font-size: 1.8rem;
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
#body h4 {
|
||||
font-size: 1.85rem;
|
||||
font-weight: 200;
|
||||
font-weight: 300;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
#body h5 {
|
||||
font-size: 1.6rem;
|
||||
font-weight: 200;
|
||||
font-weight: 300;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
#body h6 {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 200;
|
||||
font-weight: 300;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
fonts/WorkSans-Bold.woff
Normal file
BIN
fonts/WorkSans-Bold.woff
Normal file
Binary file not shown.
BIN
fonts/WorkSans-Bold.woff2
Normal file
BIN
fonts/WorkSans-Bold.woff2
Normal file
Binary file not shown.
BIN
fonts/WorkSans-ExtraLight.woff
Normal file
BIN
fonts/WorkSans-ExtraLight.woff
Normal file
Binary file not shown.
BIN
fonts/WorkSans-ExtraLight.woff2
Normal file
BIN
fonts/WorkSans-ExtraLight.woff2
Normal file
Binary file not shown.
BIN
fonts/WorkSans-Regular.woff
Normal file
BIN
fonts/WorkSans-Regular.woff
Normal file
Binary file not shown.
BIN
fonts/WorkSans-Regular.woff2
Normal file
BIN
fonts/WorkSans-Regular.woff2
Normal file
Binary file not shown.
46
index.html
46
index.html
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -104,7 +104,7 @@ function initMermaid() {
|
|||
$(element).parent().replaceWith('<div class="mermaid" align="center">' + content + '</div>');
|
||||
});
|
||||
|
||||
if (typeof mermaid != 'undefined') {
|
||||
if (typeof mermaid != 'undefined' && typeof mermaid.mermaidAPI != 'undefined') {
|
||||
mermaid.mermaidAPI.initialize( Object.assign( {}, mermaid.mermaidAPI.getSiteConfig(), { startOnLoad: true } ) );
|
||||
mermaid.contentLoaded();
|
||||
$(".mermaid svg").svgPanZoom({})
|
||||
|
|
26
pir/404.html
26
pir/404.html
|
@ -2,19 +2,19 @@
|
|||
<head>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content="width=device-width,initial-scale=1">
|
||||
<meta name=generator content="Hugo 0.88.1">
|
||||
<meta name=generator content="Hugo 0.89.0">
|
||||
<meta name=description content="Documentation for Hugo Relearn Theme">
|
||||
<meta name=author content="Sören Weber">
|
||||
<link rel=icon href=../images/logo.svg?1635675442 type=image/svg+xml>
|
||||
<link rel=icon href=../images/logo.svg?1635972200 type=image/svg+xml>
|
||||
<title>404 Page not found :: Documentat'n fer Cap'n Hugo Relearrrn Theme</title>
|
||||
<link href=../css/nucleus.css?1635675442 rel=stylesheet>
|
||||
<link href=../css/fontawesome-all.min.css?1635675442 rel=stylesheet>
|
||||
<link href=../css/featherlight.min.css?1635675442 rel=stylesheet>
|
||||
<link href=../css/perfect-scrollbar.min.css?1635675442 rel=stylesheet>
|
||||
<link href=../css/theme.css?1635675442 rel=stylesheet>
|
||||
<link href=../css/theme-relearn.css?1635675442 rel=stylesheet>
|
||||
<link href=../css/variant.css?1635675442 rel=stylesheet>
|
||||
<link href=../css/print.css?1635675442 rel=stylesheet media=print>
|
||||
<link href=../css/nucleus.css?1635972200 rel=stylesheet>
|
||||
<link href=../css/fontawesome-all.min.css?1635972200 rel=stylesheet>
|
||||
<link href=../css/featherlight.min.css?1635972200 rel=stylesheet>
|
||||
<link href=../css/perfect-scrollbar.min.css?1635972200 rel=stylesheet>
|
||||
<link href=../css/theme.css?1635972200 rel=stylesheet>
|
||||
<link href=../css/theme-relearn.css?1635972200 rel=stylesheet>
|
||||
<link href=../css/variant.css?1635972200 rel=stylesheet>
|
||||
<link href=../css/print.css?1635972200 rel=stylesheet media=print>
|
||||
<style>:root #header+#content>#left>#rlblock_left{display:none!important}p,li,ul{text-align:center}ul{list-style-type:none}</style>
|
||||
</head>
|
||||
<body data-url=../>
|
||||
|
@ -22,11 +22,11 @@
|
|||
<div id=overlay></div>
|
||||
<div id=chapter>
|
||||
<main id=body-inner>
|
||||
<h1>Error</h1>
|
||||
<h1>Errror</h1>
|
||||
<p></p>
|
||||
<p>Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.</p>
|
||||
<p>Woops. Looks like this plank doesn't exist ¯\_(ツ)_/¯.</p>
|
||||
<p></p>
|
||||
<p><a href=../pir/>Go to homepage</a></p>
|
||||
<p><a href=../pir/>Go t' homeplank</a></p>
|
||||
<p><img src=../images/gopher-404.jpg style=width:50% alt="Page not found!"></p>
|
||||
</main>
|
||||
</div>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue