Skip to content

Commit d8c8753

Browse files
committed
Build website
1 parent 47cc163 commit d8c8753

File tree

92 files changed

+776
-585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+776
-585
lines changed

404.html

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<meta name="theme-color" content="#FFFFFF">
9+
<meta name="color-scheme" content="light dark"><meta property="og:title" content="404 Page not found" />
10+
<meta property="og:description" content="" />
11+
<meta property="og:type" content="website" />
12+
<meta property="og:url" content="/404.html" />
13+
14+
<title>404 Page not found | </title>
15+
<link rel="manifest" href="/manifest.json">
16+
<link rel="icon" href="/favicon.png" type="image/x-icon">
17+
<link rel="stylesheet" href="/book.min.044616f36d49e10393b906d7ef001df996a0ffc1a88d86bf0466a38357dd94d1.css" >
18+
<script defer src="/flexsearch.min.js"></script>
19+
<script defer src="/en.search.min.f5e113a96ed8fb1ac75f20c1118d5794282460adf78b5a9b6c3ec1227e1933fa.js" ></script>
20+
<!--
21+
Made with Book Theme
22+
https://github.com/alex-shpak/hugo-book
23+
-->
24+
25+
26+
<style>
27+
.not-found {
28+
text-align: center;
29+
}
30+
.not-found h1 {
31+
margin: .25em 0 0 0;
32+
opacity: .25;
33+
font-size: 40vmin;
34+
}
35+
</style>
36+
</head>
37+
38+
<body>
39+
<main class="flex justify-center not-found">
40+
<div>
41+
<h1>404</h1>
42+
<h2>Page Not Found</h2>
43+
<h3>
44+
<a href="/"></a>
45+
</h3>
46+
</div>
47+
</main>
48+
49+
50+
51+
</body>
52+
53+
</html>

book.min.044616f36d49e10393b906d7ef001df996a0ffc1a88d86bf0466a38357dd94d1.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

categories/index.html

+221
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,221 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="">
7+
<meta name="theme-color" content="#FFFFFF">
8+
<meta name="color-scheme" content="light dark"><meta property="og:title" content="Categories" />
9+
<meta property="og:description" content="" />
10+
<meta property="og:type" content="website" />
11+
<meta property="og:url" content="/categories/" />
12+
13+
<title>Categories | </title>
14+
<link rel="manifest" href="/manifest.json">
15+
<link rel="icon" href="/favicon.png" type="image/x-icon">
16+
<link rel="stylesheet" href="/book.min.044616f36d49e10393b906d7ef001df996a0ffc1a88d86bf0466a38357dd94d1.css" >
17+
<script defer src="/flexsearch.min.js"></script>
18+
<script defer src="/en.search.min.f5e113a96ed8fb1ac75f20c1118d5794282460adf78b5a9b6c3ec1227e1933fa.js" ></script>
19+
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="" />
20+
<!--
21+
Made with Book Theme
22+
https://github.com/alex-shpak/hugo-book
23+
-->
24+
25+
</head>
26+
<body dir="ltr">
27+
<input type="checkbox" class="hidden toggle" id="menu-control" />
28+
<input type="checkbox" class="hidden toggle" id="toc-control" />
29+
<main class="container flex">
30+
<aside class="book-menu">
31+
<div class="book-menu-content">
32+
33+
<nav>
34+
<h2 class="book-brand">
35+
<a class="flex align-center" href="/"><span></span>
36+
</a>
37+
</h2>
38+
39+
40+
<div class="book-search">
41+
<input type="text" id="book-search-input" placeholder="Search" aria-label="Search" maxlength="64" data-hotkeys="s/" />
42+
<div class="book-search-spinner hidden"></div>
43+
<ul id="book-search-results"></ul>
44+
</div>
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+
</nav>
75+
76+
77+
78+
79+
<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>
80+
81+
82+
83+
</div>
84+
</aside>
85+
86+
<div class="book-page">
87+
<header class="book-header">
88+
89+
<div class="flex align-center justify-between">
90+
<label for="menu-control">
91+
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
92+
</label>
93+
94+
<strong>Categories</strong>
95+
96+
<label for="toc-control">
97+
98+
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
99+
100+
</label>
101+
</div>
102+
103+
104+
105+
<aside class="hidden clearfix">
106+
107+
<nav>
108+
<ul>
109+
110+
111+
<li class="book-section-flat">
112+
<strong>Categories</strong>
113+
<ul>
114+
115+
</ul>
116+
</li>
117+
118+
119+
120+
<li class="book-section-flat">
121+
<strong>Tags</strong>
122+
<ul>
123+
124+
</ul>
125+
</li>
126+
127+
128+
</ul>
129+
</nav>
130+
131+
132+
</aside>
133+
134+
135+
</header>
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+
147+
<footer class="book-footer">
148+
149+
<div class="flex flex-wrap justify-between">
150+
151+
152+
153+
154+
155+
</div>
156+
157+
158+
159+
<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>
160+
161+
162+
163+
164+
</footer>
165+
166+
167+
168+
169+
170+
<label for="menu-control" class="hidden book-menu-overlay"></label>
171+
</div>
172+
173+
174+
<aside class="book-toc">
175+
<div class="book-toc-content">
176+
177+
<nav>
178+
<ul>
179+
180+
181+
<li class="book-section-flat">
182+
<strong>Categories</strong>
183+
<ul>
184+
185+
</ul>
186+
</li>
187+
188+
189+
190+
<li class="book-section-flat">
191+
<strong>Tags</strong>
192+
<ul>
193+
194+
</ul>
195+
</li>
196+
197+
198+
</ul>
199+
</nav>
200+
201+
202+
</div>
203+
</aside>
204+
205+
</main>
206+
207+
208+
</body>
209+
</html>
210+
211+
212+
213+
214+
215+
216+
217+
218+
219+
220+
221+

categories/index.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on </title>
5+
<link>/categories/</link>
6+
<description>Recent content in Categories on </description>
7+
<generator>Hugo -- gohugo.io</generator><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
8+
</channel>
9+
</rss>

categories/page/1/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html><head><title>/categories/</title><link rel="canonical" href="/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/categories/" /></head></html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

en.search.min.f5e113a96ed8fb1ac75f20c1118d5794282460adf78b5a9b6c3ec1227e1933fa.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

favicon.png

109 Bytes
Loading

favicon.svg

+1
Loading

0 commit comments

Comments
 (0)