Updates
This commit is contained in:
parent
cf786bc18e
commit
2375a6e271
364 changed files with 1 additions and 2931 deletions
|
@ -1,186 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
|
||||
/>
|
||||
<link rel="stylesheet" href="/site.css?v=f47748f4281a" />
|
||||
<style>
|
||||
/* inter-latin-wght-normal */
|
||||
@font-face {
|
||||
font-family: "Inter Variable";
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 100 900;
|
||||
src: url(/fonts/inter-latin-wght-normal.woff2)
|
||||
format("woff2-variations");
|
||||
unicode-range:
|
||||
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
||||
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
} /* inter-latin-wght-italic */
|
||||
@font-face {
|
||||
font-family: "Inter Variable";
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 100 900;
|
||||
src: url(/fonts/inter-latin-wght-italic.woff2)
|
||||
format("woff2-variations");
|
||||
unicode-range:
|
||||
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
||||
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||||
U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
</style>
|
||||
<script
|
||||
defer
|
||||
src="https://stats.apps.seigler.net/script.js"
|
||||
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
|
||||
></script>
|
||||
<script defer src="/scripts/effects.js?v=233a67aa5f48"></script>
|
||||
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
|
||||
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
|
||||
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
|
||||
<link rel="me" href="https://github.com/seigler" />
|
||||
<link
|
||||
rel="webmention"
|
||||
href="https://webmention.io/joshua.seigler.net/webmention"
|
||||
/>
|
||||
<title>Tags - joshua.seigler.net</title>
|
||||
<meta name="description" content="" />
|
||||
<meta property="og:title" content="Tags" />
|
||||
<meta property="og:type" content="" />
|
||||
<meta property="og:url" content="https://joshua.seigler.net/posts/tags/" />
|
||||
<meta name="twitter:title" content="Tags" />
|
||||
<meta name="twitter:description" content="" />
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="generator" content="Eleventy v3.1.0" />
|
||||
</head>
|
||||
<body data-font="english" data-path="/posts/tags/">
|
||||
<script>
|
||||
const savedTheme = localStorage.getItem("theme");
|
||||
if (savedTheme != null) {
|
||||
document.body.setAttribute("data-theme", savedTheme);
|
||||
}
|
||||
</script>
|
||||
<header>
|
||||
<nav>
|
||||
<div class="nav-row">
|
||||
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
|
||||
<div class="nav-settings">
|
||||
<div class="nav-toggles">
|
||||
<label class="nav-toggle-button" title="Light mode"
|
||||
>☀️<input type="radio" name="theme" value="light"
|
||||
/></label>
|
||||
<label class="nav-toggle-button" title="Automatic"
|
||||
>🔄<input type="radio" name="theme" value="auto"
|
||||
/></label>
|
||||
<label class="nav-toggle-button" title="Dark mode"
|
||||
>🌒<input type="radio" name="theme" value="dark"
|
||||
/></label>
|
||||
</div>
|
||||
<div class="nav-toggles">
|
||||
<label class="nav-toggle-button" data-language="english"
|
||||
>English<input type="radio" name="language" value="english"
|
||||
/></label>
|
||||
<label class="nav-toggle-button" data-language="aurebesh"
|
||||
>Aurebesh<input type="radio" name="language" value="aurebesh"
|
||||
/></label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="nav-categories">
|
||||
<a class="nav-active" href="/posts/">/posts</a>
|
||||
<a class="" href="/about/">/about</a>
|
||||
<a class="" href="/now/">/now</a>
|
||||
<a class="" href="/uses/">/uses</a>
|
||||
<a class="" href="/recipes/">/recipes</a>
|
||||
<a class="" href="/music/">/music</a>
|
||||
<a class="" href="/books/">/books</a>
|
||||
<a class="" href="/search/">/search</a>
|
||||
</div>
|
||||
</nav>
|
||||
<h1>Tags</h1>
|
||||
<div class="header-meta">
|
||||
<span class="tags"></span>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<ul class="collection">
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/opinions">opinions</a>
|
||||
<aside>4</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/worldview">worldview</a>
|
||||
<aside>3</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/learning">learning</a>
|
||||
<aside>1</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/how-to">how to</a>
|
||||
<aside>3</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/communication">communication</a>
|
||||
<aside>1</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/faith">faith</a>
|
||||
<aside>2</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/this-site">this site</a>
|
||||
<aside>1</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/trends">trends</a>
|
||||
<aside>1</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/ai">ai</a>
|
||||
<aside>1</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/technical">technical</a>
|
||||
<aside>2</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/software">software</a>
|
||||
<aside>1</aside>
|
||||
</li>
|
||||
<li>
|
||||
<a class="tag" href="/posts/tag/selfhosting">selfhosting</a>
|
||||
<aside>1</aside>
|
||||
</li>
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<section>
|
||||
© Joshua Seigler 2025. -
|
||||
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
|
||||
-
|
||||
<a href="/feed.xml">RSS</a>
|
||||
-
|
||||
<a href="/unoffice-hours/">Unoffice Hours</a>
|
||||
</section>
|
||||
<section>
|
||||
Webrings:
|
||||
<strong>Unoffice Hours</strong>
|
||||
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
|
||||
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
|
||||
<a href="https://unofficehours.com/random.html" rel="noopener"
|
||||
>Random</a
|
||||
>
|
||||
<a href="https://unofficehours.com" rel="noopener">List</a>
|
||||
</section>
|
||||
</footer>
|
||||
<div id="effects"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue