Skip to content

Commit d17606b

Browse files
authored
Merge pull request #3 from randoneering/blog_folders_reorg
Blog folders reorg
2 parents 2c954d2 + ae0eca7 commit d17606b

File tree

52 files changed

+4725
-386
lines changed

Some content is hidden

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

52 files changed

+4725
-386
lines changed

public/404.html

Lines changed: 41 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="auto">
33

4-
<head><meta charset="utf-8">
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<meta name="robots" content="index, follow">
7+
<meta name="robots" content="noindex, nofollow">
88
<title>404 Page not found | </title>
99
<meta name="keywords" content="" />
1010
<meta name="description" content="">
1111
<meta name="author" content="Justin@Randoneering">
12-
<link rel="canonical" href="/404.html" />
13-
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.8550f40606bc997610bf512fb7e6b88d8d608543e163d892a5ff925458006087.css" integrity="sha256-hVD0Bga8mXYQv1Evt&#43;a4jY1ghUPhY9iSpf&#43;SVFgAYIc=" rel="preload stylesheet" as="style">
14-
<link rel="icon" href="/images/favicon.ico">
15-
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
16-
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
17-
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
18-
<link rel="mask-icon" href="/images/apple-touch-icon.png">
12+
<link rel="canonical" href="//localhost:1313/404.html" />
13+
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.62d7562978a37edf25a23b592a9bff9e34f66e80efcc9cf2fd267942b990cf7a.css" integrity="sha256-YtdWKXijft8lojtZKpv/njT2boDvzJzy/SZ5QrmQz3o=" rel="preload stylesheet" as="style">
14+
<link rel="icon" href="//localhost:1313/images/favicon.ico">
15+
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/images/favicon-16x16.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/images/favicon-32x32.png">
17+
<link rel="apple-touch-icon" href="//localhost:1313/images/apple-touch-icon.png">
18+
<link rel="mask-icon" href="//localhost:1313/images/apple-touch-icon.png">
1919
<meta name="theme-color" content="#2e2e33">
2020
<meta name="msapplication-TileColor" content="#2e2e33">
21+
<link rel="alternate" hreflang="en" href="//localhost:1313/404.html" />
2122
<noscript>
2223
<style>
2324
#theme-toggle,
@@ -30,20 +31,48 @@
3031
</head>
3132

3233
<body class="list dark" id="top">
34+
<script>
35+
if (localStorage.getItem("pref-theme") === "light") {
36+
document.body.classList.remove('dark')
37+
}
38+
39+
</script>
3340

3441
<header class="header">
3542
<nav class="nav">
43+
<div class="logo">
44+
<span class="logo-switches">
45+
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
46+
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
47+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
48+
stroke-linejoin="round">
49+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
50+
</svg>
51+
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
52+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
53+
stroke-linejoin="round">
54+
<circle cx="12" cy="12" r="5"></circle>
55+
<line x1="12" y1="1" x2="12" y2="3"></line>
56+
<line x1="12" y1="21" x2="12" y2="23"></line>
57+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
58+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
59+
<line x1="1" y1="12" x2="3" y2="12"></line>
60+
<line x1="21" y1="12" x2="23" y2="12"></line>
61+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
62+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
63+
</svg>
64+
</button>
3665
<ul id="menu">
3766
<li>
3867
<a href="/" title="Home"><span>Home</span></a>
3968
</li>
4069
<li>
41-
<a href="/blog/" title="Blog">
70+
<a href="//localhost:1313/blog/" title="Blog">
4271
<span>Blog</span>
4372
</a>
4473
</li>
4574
<li>
46-
<a href="/contact/" title="Contact">
75+
<a href="//localhost:1313/contact/" title="Contact">
4776
<span>Contact</span>
4877
</a>
4978
</li>
@@ -55,7 +84,7 @@
5584
</main>
5685

5786
<footer class="footer">
58-
<span> Copyright© Randoneering 2024
87+
<span> Copyright© Randoneering 2025
5988
</footer>
6089
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
6190
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">

public/assets/css/stylesheet.min.62d7562978a37edf25a23b592a9bff9e34f66e80efcc9cf2fd267942b990cf7a.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/blog/change/index.html

Lines changed: 44 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="auto">
33

4-
<head><meta charset="utf-8">
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<meta name="robots" content="index, follow">
7+
<meta name="robots" content="noindex, nofollow">
88
<title>I swear I still write things. | </title>
99
<meta name="keywords" content="" />
1010
<meta name="description" content="Time to get back to regular posts">
1111
<meta name="author" content="Justin@Randoneering">
12-
<link rel="canonical" href="/blog/change/" />
13-
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.8550f40606bc997610bf512fb7e6b88d8d608543e163d892a5ff925458006087.css" integrity="sha256-hVD0Bga8mXYQv1Evt&#43;a4jY1ghUPhY9iSpf&#43;SVFgAYIc=" rel="preload stylesheet" as="style">
14-
<script defer crossorigin="anonymous" src="/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js" integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5&#43;kdJvBz5iKbt6B5PJI="
12+
<link rel="canonical" href="//localhost:1313/blog/change/" />
13+
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.62d7562978a37edf25a23b592a9bff9e34f66e80efcc9cf2fd267942b990cf7a.css" integrity="sha256-YtdWKXijft8lojtZKpv/njT2boDvzJzy/SZ5QrmQz3o=" rel="preload stylesheet" as="style">
14+
<script defer crossorigin="anonymous" src="/assets/js/highlight.min.2eadbb982468c11a433a3e291f01326f2ba43f065e256bf792dbd79640a92316.js" integrity="sha256-Lq27mCRowRpDOj4pHwEybyukPwZeJWv3ktvXlkCpIxY="
1515
onload="hljs.initHighlightingOnLoad();"></script>
16-
<link rel="icon" href="/images/favicon.ico">
17-
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
18-
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
19-
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
20-
<link rel="mask-icon" href="/images/apple-touch-icon.png">
16+
<link rel="icon" href="//localhost:1313/images/favicon.ico">
17+
<link rel="icon" type="image/png" sizes="16x16" href="//localhost:1313/images/favicon-16x16.png">
18+
<link rel="icon" type="image/png" sizes="32x32" href="//localhost:1313/images/favicon-32x32.png">
19+
<link rel="apple-touch-icon" href="//localhost:1313/images/apple-touch-icon.png">
20+
<link rel="mask-icon" href="//localhost:1313/images/apple-touch-icon.png">
2121
<meta name="theme-color" content="#2e2e33">
2222
<meta name="msapplication-TileColor" content="#2e2e33">
23+
<link rel="alternate" hreflang="en" href="//localhost:1313/blog/change/" />
2324
<noscript>
2425
<style>
2526
#theme-toggle,
@@ -32,20 +33,48 @@
3233
</head>
3334

3435
<body class=" dark" id="top">
36+
<script>
37+
if (localStorage.getItem("pref-theme") === "light") {
38+
document.body.classList.remove('dark')
39+
}
40+
41+
</script>
3542

3643
<header class="header">
3744
<nav class="nav">
45+
<div class="logo">
46+
<span class="logo-switches">
47+
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
48+
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
49+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
50+
stroke-linejoin="round">
51+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
52+
</svg>
53+
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
54+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
55+
stroke-linejoin="round">
56+
<circle cx="12" cy="12" r="5"></circle>
57+
<line x1="12" y1="1" x2="12" y2="3"></line>
58+
<line x1="12" y1="21" x2="12" y2="23"></line>
59+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
60+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
61+
<line x1="1" y1="12" x2="3" y2="12"></line>
62+
<line x1="21" y1="12" x2="23" y2="12"></line>
63+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
64+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
65+
</svg>
66+
</button>
3867
<ul id="menu">
3968
<li>
4069
<a href="/" title="Home"><span>Home</span></a>
4170
</li>
4271
<li>
43-
<a href="/blog/" title="Blog">
72+
<a href="//localhost:1313/blog/" title="Blog">
4473
<span>Blog</span>
4574
</a>
4675
</li>
4776
<li>
48-
<a href="/contact/" title="Contact">
77+
<a href="//localhost:1313/contact/" title="Contact">
4978
<span>Contact</span>
5079
</a>
5180
</li>
@@ -56,7 +85,7 @@
5685

5786
<article class="post-single">
5887
<header class="post-header">
59-
<div class="breadcrumbs"><a href="">Home</a>&nbsp;»&nbsp;<a href="/blog/">Blog</a></div>
88+
<div class="breadcrumbs"><a href="//localhost:1313/">Home</a>&nbsp;»&nbsp;<a href="//localhost:1313/blog/">Blog</a></div>
6089
<h1 class="post-title">
6190
I swear I still write things.
6291
</h1>
@@ -84,7 +113,7 @@ <h1 class="post-title">
84113
<li>
85114
<a href="#post-on-projects" aria-label="Post on Projects">Post on Projects</a></li>
86115
<li>
87-
<a href="#document-my-make-cool-stuff-adventures" aria-label="Document my &amp;ldquo;make cool stuff&amp;rdquo; adventures">Document my &ldquo;make cool stuff&rdquo; adventures</a></li>
116+
<a href="#document-my-make-cool-stuff-adventures" aria-label="Document my &ldquo;make cool stuff&rdquo; adventures">Document my &ldquo;make cool stuff&rdquo; adventures</a></li>
88117
<li>
89118
<a href="#accountability-and-end-of-post" aria-label="Accountability and End of Post">Accountability and End of Post</a>
90119
</li>
@@ -153,7 +182,7 @@ <h3 id="accountability-and-end-of-post">Accountability and End of Post</h3>
153182
</main>
154183

155184
<footer class="footer">
156-
<span> Copyright© Randoneering 2024
185+
<span> Copyright© Randoneering 2025
157186
</footer>
158187
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
159188
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">

0 commit comments

Comments
 (0)