blog/public/index.html
2024-12-02 02:33:20 +01:00

252 lines
5.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta name="generator" content="Hugo 0.139.2">
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://blog.vulpine.solutions/favicon.png" />
<title>Home | vulpine solutions</title>
<meta name="title" content="Home" />
<meta name="description" content="vulpine problems require vulpine solutions" />
<meta name="keywords" content="" />
<meta property="og:url" content="https://blog.vulpine.solutions/">
<meta property="og:site_name" content="vulpine solutions">
<meta property="og:title" content="Home">
<meta property="og:description" content="heya, im sam! this is my attempt at a blog which i will definitely update often, trust me.
i deliberately dont really have a public online presence, but you can find me here:
codeberg: https://codeberg.org/u1f320/ (git) forgejo: https://code.vulpine.solutions/sam (self-hosted git) pronouns.cc: https://pronouns.cc/@sam (i made this site!) vulpine problems require vulpine solutions">
<meta property="og:locale" content="en_gb">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Home">
<meta name="twitter:description" content="heya, im sam! this is my attempt at a blog which i will definitely update often, trust me.
i deliberately dont really have a public online presence, but you can find me here:
codeberg: https://codeberg.org/u1f320/ (git) forgejo: https://code.vulpine.solutions/sam (self-hosted git) pronouns.cc: https://pronouns.cc/@sam (i made this site!) vulpine problems require vulpine solutions">
<meta itemprop="name" content="Home">
<meta itemprop="description" content="heya, im sam! this is my attempt at a blog which i will definitely update often, trust me.
i deliberately dont really have a public online presence, but you can find me here:
codeberg: https://codeberg.org/u1f320/ (git) forgejo: https://code.vulpine.solutions/sam (self-hosted git) pronouns.cc: https://pronouns.cc/@sam (i made this site!) vulpine problems require vulpine solutions">
<meta itemprop="datePublished" content="2024-12-02T00:00:00+00:00">
<meta itemprop="dateModified" content="2024-12-02T00:00:00+00:00">
<meta itemprop="wordCount" content="51">
<meta name="referrer" content="no-referrer-when-downgrade" />
<link rel="alternate" type="application/rss+xml" href="https://blog.vulpine.solutions/index.xml" title="vulpine solutions" />
<style>
body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
max-width: 720px;
text-align: left;
background-color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #222;
}
a {
color: #3273dc;
}
.title {
text-decoration: none;
border: 0;
}
.title span {
font-weight: 400;
}
nav a {
margin-right: 10px;
}
textarea {
width: 100%;
font-size: 16px;
}
input {
font-size: 16px;
}
content {
line-height: 1.6;
}
table {
width: 100%;
}
img {
max-width: 100%;
}
code {
padding: 2px 5px;
background-color: #f2f2f2;
}
pre code {
color: #222;
display: block;
padding: 20px;
white-space: pre-wrap;
font-size: 14px;
overflow-x: auto;
}
div.highlight pre {
background-color: initial;
color: initial;
}
div.highlight code {
background-color: unset;
color: unset;
}
blockquote {
border-left: 1px solid #999;
color: #222;
padding-left: 20px;
font-style: italic;
}
footer {
padding: 25px;
text-align: center;
}
.helptext {
color: #777;
font-size: small;
}
.errorlist {
color: #eba613;
font-size: small;
}
ul.blog-posts {
list-style-type: none;
padding: unset;
}
ul.blog-posts li {
display: flex;
}
ul.blog-posts li span {
flex: 0 0 130px;
}
ul.blog-posts li a:visited {
color: #8b6fcb;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #333;
color: #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #eee;
}
a {
color: #8cc2dd;
}
code {
background-color: #777;
}
pre code {
color: #ddd;
}
blockquote {
color: #ccc;
}
textarea,
input {
background-color: #252525;
color: #ddd;
}
.helptext {
color: #aaa;
}
}
</style>
</head>
<body>
<header><a href="/" class="title">
<h2>vulpine solutions</h2>
</a>
<nav><a href="/">Home</a>
<a href="/blog">Blog</a>
</nav>
</header>
<main>
<p>heya, i&rsquo;m sam! this is my attempt at a blog which i will <em>definitely</em> update often, trust me.</p>
<p>i deliberately don&rsquo;t really have a public online presence, but you can find me here:</p>
<ul>
<li>codeberg: <a href="https://codeberg.org/u1f320/">https://codeberg.org/u1f320/</a> (git)</li>
<li>forgejo: <a href="https://code.vulpine.solutions/sam">https://code.vulpine.solutions/sam</a> (self-hosted git)</li>
<li>pronouns.cc: <a href="https://pronouns.cc/@sam">https://pronouns.cc/@sam</a> (i made this site!)</li>
</ul>
<h6 id="_vulpine-problems-require-vulpine-solutions_"><em>vulpine problems require vulpine solutions</em></h6>
</main>
<footer>Made with <a href="https://github.com/janraasch/hugo-bearblog/">Hugo ʕ•ᴥ•ʔ Bear</a>
</footer>
</body>
</html>