-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
95 changed files
with
1,011 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "themes/book"] | ||
path = themes/book | ||
url = https://github.com/alex-shpak/hugo-book |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="theme-color" content="#FFFFFF"><meta property="og:title" content="404 Page not found" /> | ||
<meta property="og:description" content="" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://nelsonic.github.io/404.html" /> | ||
|
||
<title>404 Page not found | home</title> | ||
<link rel="manifest" href="https://nelsonic.github.io/manifest.json"> | ||
<link rel="icon" href="https://nelsonic.github.io/favicon.png" type="image/x-icon"> | ||
<link rel="stylesheet" href="https://nelsonic.github.io/book.min.46181bc93375ba932026e753b37c40e6ff8bb16a9ef770c78bcc663e4577b1ba.css" integrity="sha256-RhgbyTN1upMgJudTs3xA5v+LsWqe93DHi8xmPkV3sbo=" crossorigin="anonymous"> | ||
<script defer src="https://nelsonic.github.io/flexsearch.min.js"></script> | ||
<script defer src="https://nelsonic.github.io/en.search.min.064eba73a4424d7e4adc2930f2006adf6345811ce6a47022bc451acea7e769d5.js" integrity="sha256-Bk66c6RCTX5K3Ckw8gBq32NFgRzmpHAivEUazqfnadU=" crossorigin="anonymous"></script> | ||
<!-- | ||
Made with Book Theme | ||
https://github.com/alex-shpak/hugo-book | ||
--> | ||
|
||
|
||
<style> | ||
.not-found { | ||
text-align: center; | ||
} | ||
.not-found h1 { | ||
margin: .25em 0 0 0; | ||
opacity: .25; | ||
font-size: 40vmin; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<main class="flex justify-center not-found"> | ||
<div> | ||
<h1>404</h1> | ||
<h2>Page Not Found</h2> | ||
<h3> | ||
<a href="https://nelsonic.github.io/">home</a> | ||
</h3> | ||
</div> | ||
</main> | ||
|
||
|
||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="Sample Header # Not much to say …"> | ||
<meta name="theme-color" content="#FFFFFF"><meta property="og:title" content="About" /> | ||
<meta property="og:description" content="Sample Header # Not much to say …" /> | ||
<meta property="og:type" content="article" /> | ||
<meta property="og:url" content="https://nelsonic.github.io/about/" /><meta property="article:section" content="" /> | ||
<meta property="article:published_time" content="2021-09-19T22:50:39+01:00" /> | ||
<meta property="article:modified_time" content="2021-09-19T22:50:39+01:00" /> | ||
|
||
<title>About | home</title> | ||
<link rel="manifest" href="https://nelsonic.github.io/manifest.json"> | ||
<link rel="icon" href="https://nelsonic.github.io/favicon.png" type="image/x-icon"> | ||
<link rel="stylesheet" href="https://nelsonic.github.io/book.min.46181bc93375ba932026e753b37c40e6ff8bb16a9ef770c78bcc663e4577b1ba.css" integrity="sha256-RhgbyTN1upMgJudTs3xA5v+LsWqe93DHi8xmPkV3sbo=" crossorigin="anonymous"> | ||
<script defer src="https://nelsonic.github.io/flexsearch.min.js"></script> | ||
<script defer src="https://nelsonic.github.io/en.search.min.064eba73a4424d7e4adc2930f2006adf6345811ce6a47022bc451acea7e769d5.js" integrity="sha256-Bk66c6RCTX5K3Ckw8gBq32NFgRzmpHAivEUazqfnadU=" crossorigin="anonymous"></script> | ||
<!-- | ||
Made with Book Theme | ||
https://github.com/alex-shpak/hugo-book | ||
--> | ||
|
||
</head> | ||
<body dir="ltr"> | ||
<input type="checkbox" class="hidden toggle" id="menu-control" /> | ||
<input type="checkbox" class="hidden toggle" id="toc-control" /> | ||
<main class="container flex"> | ||
<aside class="book-menu"> | ||
<div class="book-menu-content"> | ||
|
||
<nav> | ||
<h2 class="book-brand"> | ||
<a class="flex align-center" href="https://nelsonic.github.io/"><span>home</span> | ||
</a> | ||
</h2> | ||
|
||
|
||
<div class="book-search"> | ||
<input type="text" id="book-search-input" placeholder="Search" aria-label="Search" maxlength="64" data-hotkeys="s/" /> | ||
<div class="book-search-spinner hidden"></div> | ||
<ul id="book-search-results"></ul> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</nav> | ||
|
||
|
||
|
||
|
||
<script>(function(){var a=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(b){localStorage.setItem("menu.scrollTop",a.scrollTop)}),a.scrollTop=localStorage.getItem("menu.scrollTop")})()</script> | ||
|
||
|
||
|
||
</div> | ||
</aside> | ||
|
||
<div class="book-page"> | ||
<header class="book-header"> | ||
|
||
<div class="flex align-center justify-between"> | ||
<label for="menu-control"> | ||
<img src="https://nelsonic.github.io/svg/menu.svg" class="book-icon" alt="Menu" /> | ||
</label> | ||
|
||
<strong>About</strong> | ||
|
||
<label for="toc-control"> | ||
|
||
<img src="https://nelsonic.github.io/svg/toc.svg" class="book-icon" alt="Table of Contents" /> | ||
|
||
</label> | ||
</div> | ||
|
||
|
||
|
||
<aside class="hidden clearfix"> | ||
|
||
|
||
<nav id="TableOfContents"></nav> | ||
|
||
|
||
|
||
</aside> | ||
|
||
|
||
</header> | ||
|
||
|
||
|
||
<article class="markdown"><h1 id="sample-header"> | ||
Sample Header | ||
<a class="anchor" href="#sample-header">#</a> | ||
</h1> | ||
<p>Not much to say …</p> | ||
</article> | ||
|
||
|
||
|
||
<footer class="book-footer"> | ||
|
||
<div class="flex flex-wrap justify-between"> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
<script>(function(){function a(c){const a=window.getSelection(),b=document.createRange();b.selectNodeContents(c),a.removeAllRanges(),a.addRange(b)}document.querySelectorAll("pre code").forEach(b=>{b.addEventListener("click",function(c){a(b.parentElement),navigator.clipboard&&navigator.clipboard.writeText(b.parentElement.textContent)})})})()</script> | ||
|
||
|
||
|
||
|
||
</footer> | ||
|
||
|
||
|
||
<div class="book-comments"> | ||
|
||
</div> | ||
|
||
|
||
|
||
<label for="menu-control" class="hidden book-menu-overlay"></label> | ||
</div> | ||
|
||
|
||
<aside class="book-toc"> | ||
<div class="book-toc-content"> | ||
|
||
|
||
<nav id="TableOfContents"></nav> | ||
|
||
|
||
|
||
</div> | ||
</aside> | ||
|
||
</main> | ||
|
||
|
||
</body> | ||
</html> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
1 change: 1 addition & 0 deletions
1
public/book.min.46181bc93375ba932026e753b37c40e6ff8bb16a9ef770c78bcc663e4577b1ba.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.