|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en" dir="auto"> |
3 | 3 |
|
4 | | -<head><meta charset="utf-8"> |
| 4 | +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8"> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | 6 | <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"> |
8 | 8 | <title>I swear I still write things. | </title> |
9 | 9 | <meta name="keywords" content="" /> |
10 | 10 | <meta name="description" content="Time to get back to regular posts"> |
11 | 11 | <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+a4jY1ghUPhY9iSpf+SVFgAYIc=" rel="preload stylesheet" as="style"> |
14 | | -<script defer crossorigin="anonymous" src="/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js" integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+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=" |
15 | 15 | 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"> |
21 | 21 | <meta name="theme-color" content="#2e2e33"> |
22 | 22 | <meta name="msapplication-TileColor" content="#2e2e33"> |
| 23 | +<link rel="alternate" hreflang="en" href="//localhost:1313/blog/change/" /> |
23 | 24 | <noscript> |
24 | 25 | <style> |
25 | 26 | #theme-toggle, |
|
32 | 33 | </head> |
33 | 34 |
|
34 | 35 | <body class=" dark" id="top"> |
| 36 | +<script> |
| 37 | + if (localStorage.getItem("pref-theme") === "light") { |
| 38 | + document.body.classList.remove('dark') |
| 39 | + } |
| 40 | + |
| 41 | +</script> |
35 | 42 |
|
36 | 43 | <header class="header"> |
37 | 44 | <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> |
38 | 67 | <ul id="menu"> |
39 | 68 | <li> |
40 | 69 | <a href="/" title="Home"><span>Home</span></a> |
41 | 70 | </li> |
42 | 71 | <li> |
43 | | - <a href="/blog/" title="Blog"> |
| 72 | + <a href="//localhost:1313/blog/" title="Blog"> |
44 | 73 | <span>Blog</span> |
45 | 74 | </a> |
46 | 75 | </li> |
47 | 76 | <li> |
48 | | - <a href="/contact/" title="Contact"> |
| 77 | + <a href="//localhost:1313/contact/" title="Contact"> |
49 | 78 | <span>Contact</span> |
50 | 79 | </a> |
51 | 80 | </li> |
|
56 | 85 |
|
57 | 86 | <article class="post-single"> |
58 | 87 | <header class="post-header"> |
59 | | - <div class="breadcrumbs"><a href="">Home</a> » <a href="/blog/">Blog</a></div> |
| 88 | + <div class="breadcrumbs"><a href="//localhost:1313/">Home</a> » <a href="//localhost:1313/blog/">Blog</a></div> |
60 | 89 | <h1 class="post-title"> |
61 | 90 | I swear I still write things. |
62 | 91 | </h1> |
@@ -84,7 +113,7 @@ <h1 class="post-title"> |
84 | 113 | <li> |
85 | 114 | <a href="#post-on-projects" aria-label="Post on Projects">Post on Projects</a></li> |
86 | 115 | <li> |
87 | | - <a href="#document-my-make-cool-stuff-adventures" aria-label="Document my &ldquo;make cool stuff&rdquo; adventures">Document my “make cool stuff” adventures</a></li> |
| 116 | + <a href="#document-my-make-cool-stuff-adventures" aria-label="Document my “make cool stuff” adventures">Document my “make cool stuff” adventures</a></li> |
88 | 117 | <li> |
89 | 118 | <a href="#accountability-and-end-of-post" aria-label="Accountability and End of Post">Accountability and End of Post</a> |
90 | 119 | </li> |
@@ -153,7 +182,7 @@ <h3 id="accountability-and-end-of-post">Accountability and End of Post</h3> |
153 | 182 | </main> |
154 | 183 |
|
155 | 184 | <footer class="footer"> |
156 | | - <span> Copyright© Randoneering 2024 |
| 185 | + <span> Copyright© Randoneering 2025 |
157 | 186 | </footer> |
158 | 187 | <a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g"> |
159 | 188 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor"> |
|
0 commit comments