This commit is contained in:
Apache 2024-06-09 01:20:14 -05:00
commit df645ba671
Signed by: apache
GPG key ID: 6B10F3EAF14F4C77
68 changed files with 1750 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/m10c"]
path = themes/m10c
url = https://github.com/vaga/hugo-theme-m10c

0
.hugo_build.lock Normal file
View file

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

3
assets/css/_extra.scss Normal file
View file

@ -0,0 +1,3 @@
.app-header-avatar {
border: none
}

13
content/pages/intro.md Normal file
View file

@ -0,0 +1,13 @@
+++
title = 'Intro'
date = 2024-06-08T20:16:15-05:00
draft = false
+++
## General Introduction
Hi! I'm apache. I love reading and programming, and I've been trying to get into writing.
## Programming
You can check out my work at https://github.com/Apachedrag427 and https://git.apach.dev/apache
I mainly use Rust, C++, and Lua, but I've been delving into other languages

22
hugo.toml Normal file
View file

@ -0,0 +1,22 @@
baseURL = 'https://apach.dev/'
languageCode = 'en-us'
title = 'Apache'
theme = 'm10c'
[params]
author = 'Apache'
description = "I'm a hobby developer who writes mediocre code."
avatar = '/logo.png'
favicon = '/rounded_logo.png'
[[params.social]]
icon = "github"
name = "My Github"
url = "https://github.com/Apachedrag427"
[params.style]
darkestColor = "#0d0b0e"
darkColor = "#16111a"
lightColor = "#e5aaff"
lightestColor = "#ffffff"
primaryColor = "#a581ff"

64
public/404.html Normal file
View file

@ -0,0 +1,64 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>404 Page not found // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.a8dd11926ac2daf4216f9a77e90edd2392d1730ea90585f53230b1efe45ca3ae.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:url" content="http://localhost:1313/404.html">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<div class="error-404">
<h1 class="error-404-title">O<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-frown">
<title>frown</title>
<circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>
</svg>ps... </h1>
<p>The link you followed may be broken, or the page may have been removed.</p>
<a href="/">Go home <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-arrow-right">
<title>arrow-right</title>
<line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline>
</svg></a>
</div>
</main>
</body>
</html>

BIN
public/avatar.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,60 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Categories // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.a8dd11926ac2daf4216f9a77e90edd2392d1730ea90585f53230b1efe45ca3ae.css" />
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml" title="Apache">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Categories">
<meta name="twitter:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:url" content="http://localhost:1313/categories/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Categories">
<meta property="og:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article>
<h1>Categories</h1>
<ul class="tags-list">
</ul>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Apache</title>
<link>http://localhost:1313/categories/</link>
<description>Recent content in Categories on Apache</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#a100ff}h1,h2,h3,h4,h5,h6{color:#e7c1ff}a{color:#d900e4;transition:color .35s;text-decoration:none}a:hover{color:#e7c1ff}code{font-family:monospace,monospace;font-size:1em;color:rgba(161,0,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(161,0,255,.25)}::-moz-selection{background:rgba(161,0,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #d900e4}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#e7c1ff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#e7c1ff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#e7c1ff;border-radius:2em;background:#d900e4}.post-title{color:#e7c1ff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(217,0,228,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(217,0,228,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#a100ff}h1,h2,h3,h4,h5,h6{color:#a581ff}a{color:#d900e4;transition:color .35s;text-decoration:none}a:hover{color:#a581ff}code{font-family:monospace,monospace;font-size:1em;color:rgba(161,0,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(161,0,255,.25)}::-moz-selection{background:rgba(161,0,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #d900e4}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#a581ff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#a581ff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#a581ff;border-radius:2em;background:#d900e4}.post-title{color:#a581ff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(217,0,228,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(217,0,228,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#0b060e;color:#f5e3e0}h1,h2,h3,h4,h5,h6{color:#f5f5f5}a{color:#760090;transition:color .35s;text-decoration:none}a:hover{color:#f5f5f5}code{font-family:monospace,monospace;font-size:1em;color:rgba(245,227,224,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(245,227,224,.25)}::-moz-selection{background:rgba(245,227,224,.25)}.app-header{padding:2.5em;background:#000;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #760090}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#f5f5f5}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#f5f5f5;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#f5f5f5;border-radius:2em;background:#760090}.post-title{color:#f5f5f5}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(118,0,144,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(118,0,144,.8);margin:1em 0;padding:.5em 1em;background:#000}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#000}h1,h2,h3,h4,h5,h6{color:#cd8ef6}a{color:#a581ff;transition:color .35s;text-decoration:none}a:hover{color:#cd8ef6}code{font-family:monospace,monospace;font-size:1em;color:rgba(0,0,0,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(0,0,0,.25)}::-moz-selection{background:rgba(0,0,0,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a581ff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#cd8ef6}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#cd8ef6;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#cd8ef6;border-radius:2em;background:#a581ff}.post-title{color:#cd8ef6}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(165,129,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(165,129,255,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#e5aaff}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#a581ff;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(229,170,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(229,170,255,.25)}::-moz-selection{background:rgba(229,170,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a581ff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#a581ff}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(165,129,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(165,129,255,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#353b43;color:#afbac4}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#57cc8a;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(175,186,196,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(175,186,196,.25)}::-moz-selection{background:rgba(175,186,196,.25)}.app-header{padding:2.5em;background:#242930;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #57cc8a}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#57cc8a}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(87,204,138,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(87,204,138,.8);margin:1em 0;padding:.5em 1em;background:#242930}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#d38cff}h1,h2,h3,h4,h5,h6{color:#e9e0ef}a{color:#760090;transition:color .35s;text-decoration:none}a:hover{color:#e9e0ef}code{font-family:monospace,monospace;font-size:1em;color:rgba(211,140,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(211,140,255,.25)}::-moz-selection{background:rgba(211,140,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #760090}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#e9e0ef}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#e9e0ef;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#e9e0ef;border-radius:2em;background:#760090}.post-title{color:#e9e0ef}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(118,0,144,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(118,0,144,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#0d0b0e;color:#f5e3e0}h1,h2,h3,h4,h5,h6{color:#f5f5f5}a{color:#760090;transition:color .35s;text-decoration:none}a:hover{color:#f5f5f5}code{font-family:monospace,monospace;font-size:1em;color:rgba(245,227,224,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(245,227,224,.25)}::-moz-selection{background:rgba(245,227,224,.25)}.app-header{padding:2.5em;background:#29232d;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #760090}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#f5f5f5}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#f5f5f5;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#f5f5f5;border-radius:2em;background:#760090}.post-title{color:#f5f5f5}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(118,0,144,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(118,0,144,.8);margin:1em 0;padding:.5em 1em;background:#29232d}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#e5aaff}h1,h2,h3,h4,h5,h6{color:#cd8ef6}a{color:#a581ff;transition:color .35s;text-decoration:none}a:hover{color:#cd8ef6}code{font-family:monospace,monospace;font-size:1em;color:rgba(229,170,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(229,170,255,.25)}::-moz-selection{background:rgba(229,170,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a581ff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#cd8ef6}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#cd8ef6;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#cd8ef6;border-radius:2em;background:#a581ff}.post-title{color:#cd8ef6}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(165,129,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(165,129,255,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#d38cff}h1,h2,h3,h4,h5,h6{color:#e7c1ff}a{color:#d900e4;transition:color .35s;text-decoration:none}a:hover{color:#e7c1ff}code{font-family:monospace,monospace;font-size:1em;color:rgba(211,140,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(211,140,255,.25)}::-moz-selection{background:rgba(211,140,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #d900e4}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#e7c1ff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#e7c1ff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#e7c1ff;border-radius:2em;background:#d900e4}.post-title{color:#e7c1ff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(217,0,228,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(217,0,228,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#d900e4}h1,h2,h3,h4,h5,h6{color:#cd8ef6}a{color:#000;transition:color .35s;text-decoration:none}a:hover{color:#cd8ef6}code{font-family:monospace,monospace;font-size:1em;color:rgba(217,0,228,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(217,0,228,.25)}::-moz-selection{background:rgba(217,0,228,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #000}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#cd8ef6}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#cd8ef6;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#cd8ef6;border-radius:2em;background:#000}.post-title{color:#cd8ef6}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(0,0,0,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(0,0,0,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#353b43;color:#afbac4}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#57cc8a;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(175,186,196,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(175,186,196,.25)}::-moz-selection{background:rgba(175,186,196,.25)}.app-header{padding:2.5em;background:#242930;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #57cc8a}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#57cc8a}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(87,204,138,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(87,204,138,.8);margin:1em 0;padding:.5em 1em;background:#242930}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#212121;color:#f5e3e0}h1,h2,h3,h4,h5,h6{color:#f5f5f5}a{color:#a71aff;transition:color .35s;text-decoration:none}a:hover{color:#f5f5f5}code{font-family:monospace,monospace;font-size:1em;color:rgba(245,227,224,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(245,227,224,.25)}::-moz-selection{background:rgba(245,227,224,.25)}.app-header{padding:2.5em;background:#d35050;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a71aff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#f5f5f5}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#f5f5f5;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#f5f5f5;border-radius:2em;background:#a71aff}.post-title{color:#f5f5f5}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(167,26,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(167,26,255,.8);margin:1em 0;padding:.5em 1em;background:#d35050}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#0b060e;color:#f5e3e0}h1,h2,h3,h4,h5,h6{color:#f5f5f5}a{color:#a71aff;transition:color .35s;text-decoration:none}a:hover{color:#f5f5f5}code{font-family:monospace,monospace;font-size:1em;color:rgba(245,227,224,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(245,227,224,.25)}::-moz-selection{background:rgba(245,227,224,.25)}.app-header{padding:2.5em;background:#000;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a71aff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#f5f5f5}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#f5f5f5;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#f5f5f5;border-radius:2em;background:#a71aff}.post-title{color:#f5f5f5}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(167,26,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(167,26,255,.8);margin:1em 0;padding:.5em 1em;background:#000}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#d38cff}h1,h2,h3,h4,h5,h6{color:#5e2383}a{color:#760090;transition:color .35s;text-decoration:none}a:hover{color:#5e2383}code{font-family:monospace,monospace;font-size:1em;color:rgba(211,140,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(211,140,255,.25)}::-moz-selection{background:rgba(211,140,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #760090}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#5e2383}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#5e2383;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#5e2383;border-radius:2em;background:#760090}.post-title{color:#5e2383}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(118,0,144,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(118,0,144,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#f5e3e0}h1,h2,h3,h4,h5,h6{color:#f5f5f5}a{color:#760090;transition:color .35s;text-decoration:none}a:hover{color:#f5f5f5}code{font-family:monospace,monospace;font-size:1em;color:rgba(245,227,224,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(245,227,224,.25)}::-moz-selection{background:rgba(245,227,224,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #760090}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#f5f5f5}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#f5f5f5;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#f5f5f5;border-radius:2em;background:#760090}.post-title{color:#f5f5f5}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(118,0,144,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(118,0,144,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#e5aaff}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#a581ff;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(229,170,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(229,170,255,.25)}::-moz-selection{background:rgba(229,170,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a581ff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#a581ff}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(165,129,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(165,129,255,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#a100ff}h1,h2,h3,h4,h5,h6{color:#d900e4}a{color:#a581ff;transition:color .35s;text-decoration:none}a:hover{color:#d900e4}code{font-family:monospace,monospace;font-size:1em;color:rgba(161,0,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(161,0,255,.25)}::-moz-selection{background:rgba(161,0,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a581ff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#d900e4}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#d900e4;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#d900e4;border-radius:2em;background:#a581ff}.post-title{color:#d900e4}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(165,129,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(165,129,255,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#d38cff}h1,h2,h3,h4,h5,h6{color:#e7c1ff}a{color:#760090;transition:color .35s;text-decoration:none}a:hover{color:#e7c1ff}code{font-family:monospace,monospace;font-size:1em;color:rgba(211,140,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(211,140,255,.25)}::-moz-selection{background:rgba(211,140,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #760090}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#e7c1ff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#e7c1ff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#e7c1ff;border-radius:2em;background:#760090}.post-title{color:#e7c1ff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(118,0,144,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(118,0,144,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#0d0b0e;color:#f5e3e0}h1,h2,h3,h4,h5,h6{color:#f5f5f5}a{color:#760090;transition:color .35s;text-decoration:none}a:hover{color:#f5f5f5}code{font-family:monospace,monospace;font-size:1em;color:rgba(245,227,224,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(245,227,224,.25)}::-moz-selection{background:rgba(245,227,224,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #760090}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#f5f5f5}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#f5f5f5;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#f5f5f5;border-radius:2em;background:#760090}.post-title{color:#f5f5f5}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(118,0,144,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(118,0,144,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#251828;color:#f5e3e0}h1,h2,h3,h4,h5,h6{color:#f5f5f5}a{color:#760090;transition:color .35s;text-decoration:none}a:hover{color:#f5f5f5}code{font-family:monospace,monospace;font-size:1em;color:rgba(245,227,224,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(245,227,224,.25)}::-moz-selection{background:rgba(245,227,224,.25)}.app-header{padding:2.5em;background:#29232d;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #760090}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#f5f5f5}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#f5f5f5;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#f5f5f5;border-radius:2em;background:#760090}.post-title{color:#f5f5f5}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(118,0,144,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(118,0,144,.8);margin:1em 0;padding:.5em 1em;background:#29232d}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#f5f5f5}h1,h2,h3,h4,h5,h6{color:#5e2383}a{color:#760090;transition:color .35s;text-decoration:none}a:hover{color:#5e2383}code{font-family:monospace,monospace;font-size:1em;color:rgba(245,245,245,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(245,245,245,.25)}::-moz-selection{background:rgba(245,245,245,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #760090}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#5e2383}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#5e2383;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#5e2383;border-radius:2em;background:#760090}.post-title{color:#5e2383}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(118,0,144,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(118,0,144,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#b548ff}h1,h2,h3,h4,h5,h6{color:#cd8ef6}a{color:#a581ff;transition:color .35s;text-decoration:none}a:hover{color:#cd8ef6}code{font-family:monospace,monospace;font-size:1em;color:rgba(181,72,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(181,72,255,.25)}::-moz-selection{background:rgba(181,72,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a581ff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#cd8ef6}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#cd8ef6;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#cd8ef6;border-radius:2em;background:#a581ff}.post-title{color:#cd8ef6}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(165,129,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(165,129,255,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#390096}h1,h2,h3,h4,h5,h6{color:#e7c1ff}a{color:#d900e4;transition:color .35s;text-decoration:none}a:hover{color:#e7c1ff}code{font-family:monospace,monospace;font-size:1em;color:rgba(57,0,150,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(57,0,150,.25)}::-moz-selection{background:rgba(57,0,150,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #d900e4}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#e7c1ff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#e7c1ff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#e7c1ff;border-radius:2em;background:#d900e4}.post-title{color:#e7c1ff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(217,0,228,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(217,0,228,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#212121;color:#f5e3e0}h1,h2,h3,h4,h5,h6{color:#f5f5f5}a{color:#fff;transition:color .35s;text-decoration:none}a:hover{color:#f5f5f5}code{font-family:monospace,monospace;font-size:1em;color:rgba(245,227,224,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(245,227,224,.25)}::-moz-selection{background:rgba(245,227,224,.25)}.app-header{padding:2.5em;background:#d35050;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #fff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#f5f5f5}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#f5f5f5;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#f5f5f5;border-radius:2em;background:#fff}.post-title{color:#f5f5f5}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(255,255,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(255,255,255,.8);margin:1em 0;padding:.5em 1em;background:#d35050}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#a100ff}h1,h2,h3,h4,h5,h6{color:#4800ff}a{color:#d900e4;transition:color .35s;text-decoration:none}a:hover{color:#4800ff}code{font-family:monospace,monospace;font-size:1em;color:rgba(161,0,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(161,0,255,.25)}::-moz-selection{background:rgba(161,0,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #d900e4}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#4800ff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#4800ff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#4800ff;border-radius:2em;background:#d900e4}.post-title{color:#4800ff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(217,0,228,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(217,0,228,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#d900e4}h1,h2,h3,h4,h5,h6{color:#cd8ef6}a{color:#a581ff;transition:color .35s;text-decoration:none}a:hover{color:#cd8ef6}code{font-family:monospace,monospace;font-size:1em;color:rgba(217,0,228,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(217,0,228,.25)}::-moz-selection{background:rgba(217,0,228,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a581ff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#cd8ef6}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#cd8ef6;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#cd8ef6;border-radius:2em;background:#a581ff}.post-title{color:#cd8ef6}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(165,129,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(165,129,255,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#5e2383}h1,h2,h3,h4,h5,h6{color:#f5f5f5}a{color:#760090;transition:color .35s;text-decoration:none}a:hover{color:#f5f5f5}code{font-family:monospace,monospace;font-size:1em;color:rgba(94,35,131,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(94,35,131,.25)}::-moz-selection{background:rgba(94,35,131,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #760090}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#f5f5f5}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#f5f5f5;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#f5f5f5;border-radius:2em;background:#760090}.post-title{color:#f5f5f5}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(118,0,144,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(118,0,144,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#cd8ef6}h1,h2,h3,h4,h5,h6{color:#cd8ef6}a{color:#a581ff;transition:color .35s;text-decoration:none}a:hover{color:#cd8ef6}code{font-family:monospace,monospace;font-size:1em;color:rgba(205,142,246,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(205,142,246,.25)}::-moz-selection{background:rgba(205,142,246,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a581ff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#cd8ef6}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#cd8ef6;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#cd8ef6;border-radius:2em;background:#a581ff}.post-title{color:#cd8ef6}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(165,129,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(165,129,255,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

81
public/index.html Normal file
View file

@ -0,0 +1,81 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="I&#39;m a hobby developer who writes mediocre code." />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="Apache">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Apache">
<meta name="twitter:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:url" content="http://localhost:1313/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Apache">
<meta property="og:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article>
<h1>Apache</h1>
<ul class="posts-list">
<li class="posts-list-item">
<a class="posts-list-item-title" href="http://localhost:1313/pages/intro/">Intro</a>
<span class="posts-list-item-description">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
<span class="posts-list-item-separator">-</span>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</span>
</li>
</ul>
</article>
</main>
</body>
</html>

19
public/index.xml Normal file
View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Apache</title>
<link>http://localhost:1313/</link>
<description>Recent content on Apache</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 08 Jun 2024 20:16:15 -0500</lastBuildDate>
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Intro</title>
<link>http://localhost:1313/pages/intro/</link>
<pubDate>Sat, 08 Jun 2024 20:16:15 -0500</pubDate>
<guid>http://localhost:1313/pages/intro/</guid>
<description>General Introduction Hi! I&amp;rsquo;m apache. I love reading and programming, and I&amp;rsquo;ve been trying to get into writing.&#xA;Programming You can check out my work at https://github.com/Apachedrag427 and https://git.apach.dev/apache&#xA;I mainly use Rust, C++, and Lua, but I&amp;rsquo;ve been delving into other languages</description>
</item>
</channel>
</rss>

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

10
public/page/1/index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://localhost:1313/</title>
<link rel="canonical" href="http://localhost:1313/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
</head>
</html>

108
public/page/2/index.html Normal file
View file

@ -0,0 +1,108 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="I&#39;m a hobby developer who writes mediocre code." />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="Apache">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Apache">
<meta name="twitter:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:url" content="http://localhost:1313/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Apache">
<meta property="og:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article>
<h1>Apache</h1>
<ul class="posts-list">
<li class="posts-list-item">
<a class="posts-list-item-title" href="http://localhost:1313/pages/post8/">Post 235</a>
<span class="posts-list-item-description">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
<span class="posts-list-item-separator">-</span>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</span>
</li>
</ul>
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="/">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-arrow-left">
<title>arrow-left</title>
<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline>
</svg>
</a>
</li>
<li class="page-item">
<a class="page-link" href="/">
1
</a>
</li>
<li class="page-item active">
<a class="page-link" href="/page/2/">
2
</a>
</li>
</ul>
</article>
</main>
</body>
</html>

81
public/pages/index.html Normal file
View file

@ -0,0 +1,81 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Pages // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.a8dd11926ac2daf4216f9a77e90edd2392d1730ea90585f53230b1efe45ca3ae.css" />
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/pages/index.xml" title="Apache">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Pages">
<meta name="twitter:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:url" content="http://localhost:1313/pages/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Pages">
<meta property="og:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article>
<h1>Pages</h1>
<ul class="posts-list">
<li class="posts-list-item">
<a class="posts-list-item-title" href="http://localhost:1313/pages/intro/">Intro</a>
<span class="posts-list-item-description">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
<span class="posts-list-item-separator">-</span>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</span>
</li>
</ul>
</article>
</main>
</body>
</html>

19
public/pages/index.xml Normal file
View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pages on Apache</title>
<link>http://localhost:1313/pages/</link>
<description>Recent content in Pages on Apache</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 08 Jun 2024 20:16:15 -0500</lastBuildDate>
<atom:link href="http://localhost:1313/pages/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Intro</title>
<link>http://localhost:1313/pages/intro/</link>
<pubDate>Sat, 08 Jun 2024 20:16:15 -0500</pubDate>
<guid>http://localhost:1313/pages/intro/</guid>
<description>General Introduction Hi! I&amp;rsquo;m apache. I love reading and programming, and I&amp;rsquo;ve been trying to get into writing.&#xA;Programming You can check out my work at https://github.com/Apachedrag427 and https://git.apach.dev/apache&#xA;I mainly use Rust, C++, and Lua, but I&amp;rsquo;ve been delving into other languages</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Intro // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.a8dd11926ac2daf4216f9a77e90edd2392d1730ea90585f53230b1efe45ca3ae.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Intro">
<meta name="twitter:description" content="General Introduction Hi! Im apache. I love reading and programming, and Ive been trying to get into writing.
Programming You can check out my work at https://github.com/Apachedrag427 and https://git.apach.dev/apache
I mainly use Rust, C&#43;&#43;, and Lua, but Ive been delving into other languages">
<meta property="og:url" content="http://localhost:1313/pages/intro/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Intro">
<meta property="og:description" content="General Introduction Hi! Im apache. I love reading and programming, and Ive been trying to get into writing.
Programming You can check out my work at https://github.com/Apachedrag427 and https://git.apach.dev/apache
I mainly use Rust, C&#43;&#43;, and Lua, but Ive been delving into other languages">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Intro</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<h2 id="general-introduction">General Introduction</h2>
<p>Hi! I&rsquo;m apache. I love reading and programming, and I&rsquo;ve been trying to get into writing.</p>
<h2 id="programming">Programming</h2>
<p>You can check out my work at <a href="https://github.com/Apachedrag427">https://github.com/Apachedrag427</a> and <a href="https://git.apach.dev/apache">https://git.apach.dev/apache</a></p>
<p>I mainly use Rust, C++, and Lua, but I&rsquo;ve been delving into other languages</p>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://localhost:1313/pages/</title>
<link rel="canonical" href="http://localhost:1313/pages/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/pages/">
</head>
</html>

View file

@ -0,0 +1,108 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Pages // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/pages/index.xml" title="Apache">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Pages">
<meta name="twitter:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:url" content="http://localhost:1313/pages/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Pages">
<meta property="og:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article>
<h1>Pages</h1>
<ul class="posts-list">
<li class="posts-list-item">
<a class="posts-list-item-title" href="http://localhost:1313/pages/post8/">Post 235</a>
<span class="posts-list-item-description">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
<span class="posts-list-item-separator">-</span>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</span>
</li>
</ul>
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="/pages/">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-arrow-left">
<title>arrow-left</title>
<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline>
</svg>
</a>
</li>
<li class="page-item">
<a class="page-link" href="/pages/">
1
</a>
</li>
<li class="page-item active">
<a class="page-link" href="/pages/page/2/">
2
</a>
</li>
</ul>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Post 100 // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Post 100">
<meta name="twitter:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:url" content="http://localhost:1313/pages/post1/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Post 100">
<meta property="og:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Post 100</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<p>Hi! I&rsquo;m apache.
Here&rsquo;s a codeblock:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">&#34;Hello, %s&#34;</span>:format(name))
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">&#34;Apache&#34;</span>)
</span></span></code></pre></div>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Post 212 // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Post 212">
<meta name="twitter:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:url" content="http://localhost:1313/pages/post10/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Post 212">
<meta property="og:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Post 212</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<p>Hi! I&rsquo;m apache.
Here&rsquo;s a codeblock:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">&#34;Hello, %s&#34;</span>:format(name))
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">&#34;Apache&#34;</span>)
</span></span></code></pre></div>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Post 185 // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Post 185">
<meta name="twitter:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:url" content="http://localhost:1313/pages/post2/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Post 185">
<meta property="og:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Post 185</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<p>Hi! I&rsquo;m apache.
Here&rsquo;s a codeblock:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">&#34;Hello, %s&#34;</span>:format(name))
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">&#34;Apache&#34;</span>)
</span></span></code></pre></div>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Post 129 // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Post 129">
<meta name="twitter:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:url" content="http://localhost:1313/pages/post3/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Post 129">
<meta property="og:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Post 129</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<p>Hi! I&rsquo;m apache.
Here&rsquo;s a codeblock:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">&#34;Hello, %s&#34;</span>:format(name))
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">&#34;Apache&#34;</span>)
</span></span></code></pre></div>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Post 222 // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Post 222">
<meta name="twitter:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:url" content="http://localhost:1313/pages/post4/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Post 222">
<meta property="og:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Post 222</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<p>Hi! I&rsquo;m apache.
Here&rsquo;s a codeblock:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">&#34;Hello, %s&#34;</span>:format(name))
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">&#34;Apache&#34;</span>)
</span></span></code></pre></div>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Post 188 // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Post 188">
<meta name="twitter:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:url" content="http://localhost:1313/pages/post5/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Post 188">
<meta property="og:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Post 188</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<p>Hi! I&rsquo;m apache.
Here&rsquo;s a codeblock:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">&#34;Hello, %s&#34;</span>:format(name))
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">&#34;Apache&#34;</span>)
</span></span></code></pre></div>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Post 172 // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Post 172">
<meta name="twitter:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:url" content="http://localhost:1313/pages/post6/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Post 172">
<meta property="og:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Post 172</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<p>Hi! I&rsquo;m apache.
Here&rsquo;s a codeblock:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">&#34;Hello, %s&#34;</span>:format(name))
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">&#34;Apache&#34;</span>)
</span></span></code></pre></div>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Post 152 // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Post 152">
<meta name="twitter:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:url" content="http://localhost:1313/pages/post7/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Post 152">
<meta property="og:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Post 152</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<p>Hi! I&rsquo;m apache.
Here&rsquo;s a codeblock:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">&#34;Hello, %s&#34;</span>:format(name))
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">&#34;Apache&#34;</span>)
</span></span></code></pre></div>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Post 235 // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Post 235">
<meta name="twitter:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:url" content="http://localhost:1313/pages/post8/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Post 235">
<meta property="og:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Post 235</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<p>Hi! I&rsquo;m apache.
Here&rsquo;s a codeblock:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">&#34;Hello, %s&#34;</span>:format(name))
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">&#34;Apache&#34;</span>)
</span></span></code></pre></div>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Post 224 // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Post 224">
<meta name="twitter:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:url" content="http://localhost:1313/pages/post9/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Post 224">
<meta property="og:description" content="Hi! Im apache. Heres a codeblock:
local function hello(name) print(&#34;Hello, %s&#34;:format(name)) end hello(&#34;Apache&#34;) ">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="pages">
<meta property="article:published_time" content="2024-06-08T20:16:15-05:00">
<meta property="article:modified_time" content="2024-06-08T20:16:15-05:00">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article class="post">
<header class="post-header">
<h1 class ="post-title">Post 224</h1>
<div class="post-meta">
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Jun 8, 2024
</div>
<div>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
1 min read
</div>
</div>
</header>
<div class="post-content">
<p>Hi! I&rsquo;m apache.
Here&rsquo;s a codeblock:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-lua" data-lang="lua"><span style="display:flex;"><span><span style="color:#66d9ef">local</span> <span style="color:#66d9ef">function</span> <span style="color:#a6e22e">hello</span>(name)
</span></span><span style="display:flex;"><span> print(<span style="color:#e6db74">&#34;Hello, %s&#34;</span>:format(name))
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">end</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>hello(<span style="color:#e6db74">&#34;Apache&#34;</span>)
</span></span></code></pre></div>
</div>
<div class="post-footer">
</div>
</article>
</main>
</body>
</html>

BIN
public/rounded_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 KiB

18
public/sitemap.xml Normal file
View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://localhost:1313/</loc>
<lastmod>2024-06-08T20:16:15-05:00</lastmod>
</url><url>
<loc>http://localhost:1313/pages/intro/</loc>
<lastmod>2024-06-08T20:16:15-05:00</lastmod>
</url><url>
<loc>http://localhost:1313/pages/</loc>
<lastmod>2024-06-08T20:16:15-05:00</lastmod>
</url><url>
<loc>http://localhost:1313/categories/</loc>
</url><url>
<loc>http://localhost:1313/tags/</loc>
</url>
</urlset>

60
public/tags/index.html Normal file
View file

@ -0,0 +1,60 @@
<!doctype html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Tags // Apache</title>
<link rel="shortcut icon" href="/rounded_logo.png" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.127.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Apache" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.min.a8dd11926ac2daf4216f9a77e90edd2392d1730ea90585f53230b1efe45ca3ae.css" />
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/tags/index.xml" title="Apache">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Tags">
<meta name="twitter:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:url" content="http://localhost:1313/tags/">
<meta property="og:site_name" content="Apache">
<meta property="og:title" content="Tags">
<meta property="og:description" content="I&#39;m a hobby developer who writes mediocre code.">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
</head>
<body>
<header class="app-header">
<a href="http://localhost:1313/"><img class="app-header-avatar" src="/logo.png" alt="Apache" /></a>
<span class="app-header-title">Apache</span>
<p>I&#39;m a hobby developer who writes mediocre code.</p>
<div class="app-header-social">
<a href="https://github.com/Apachedrag427" target="_blank" rel="noreferrer noopener me">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-github">
<title>My Github</title>
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
</svg>
</a>
</div>
</header>
<main class="app-container">
<article>
<h1>Tags</h1>
<ul class="tags-list">
</ul>
</article>
</main>
</body>
</html>

11
public/tags/index.xml Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Apache</title>
<link>http://localhost:1313/tags/</link>
<description>Recent content in Tags on Apache</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -0,0 +1 @@
*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#16111a;color:#e5aaff}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#a581ff;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(229,170,255,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(229,170,255,.25)}::-moz-selection{background:rgba(229,170,255,.25)}.app-header{padding:2.5em;background:#0d0b0e;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #a581ff}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#a581ff}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(165,129,255,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(165,129,255,.8);margin:1em 0;padding:.5em 1em;background:#0d0b0e}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.app-header-avatar{border:none}

View file

@ -0,0 +1 @@
{"Target":"css/main.min.3c3d87f21291820d27966e73f5714e1b282f3beda47ccfa046f1a25257e5a703.css","MediaType":"text/css","Data":{"Integrity":"sha256-PD2H8hKRgg0nlm5z9XFOGygvO+2kfM+gRvGiUlflpwM="}}

BIN
static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
static/rounded_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 KiB

1
themes/m10c Submodule

@ -0,0 +1 @@
Subproject commit ee7cf174616f3586c02f7b29ac0512f5fe174955