Compare commits
No commits in common. "c3e1adb2b6069f465e7daa6161d15d41970bdb72" and "16278fc1ccad7e5c16604a405666cb25fb684896" have entirely different histories.
c3e1adb2b6
...
16278fc1cc
5 changed files with 10 additions and 15 deletions
|
@ -12,7 +12,7 @@ GEM
|
|||
ffi (1.15.4)
|
||||
forwardable-extended (2.6.0)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (1.8.11)
|
||||
i18n (1.8.10)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (4.2.1)
|
||||
addressable (~> 2.4)
|
||||
|
@ -58,7 +58,7 @@ GEM
|
|||
thread_safe (0.3.6)
|
||||
tzinfo (1.2.9)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo-data (1.2021.5)
|
||||
tzinfo-data (1.2021.3)
|
||||
tzinfo (>= 1.0.0)
|
||||
unicode-display_width (1.8.0)
|
||||
wdm (0.1.1)
|
||||
|
|
|
@ -5,7 +5,7 @@ custom_heading: true
|
|||
<picture id="bune">
|
||||
<source type="image/webp" srcset="/assets/img/bune-smol.webp 1x, /assets/img/bune.webp 2x">
|
||||
<img id="bune-img" src="/assets/img/bune.png" alt="A drawing of a rabbit with brown-tipped ears sniffing the air
|
||||
excitedly!">
|
||||
excitedly!" title="" style="">
|
||||
</picture>
|
||||
|
||||
{% include h.html level=1 content="Lynnesbian dot Space" %}
|
||||
|
@ -22,9 +22,7 @@ custom_heading: true
|
|||
<p>
|
||||
My <a href="https://keybase.io/lynnesbian/pgp_keys.asc">public PGP key</a> is available on Keybase. I've proven
|
||||
ownership of the lynnesbian Keybase account via
|
||||
<a href="https://keybase.io/lynnesbian/sigchain#ad0cb53b48a917df3c369f64150672fc86be8bd946850269b81d25fd068626d30f">
|
||||
DNS
|
||||
</a>.
|
||||
<a href="https://keybase.io/lynnesbian/sigchain#ad0cb53b48a917df3c369f64150672fc86be8bd946850269b81d25fd068626d30f">DNS</a>.
|
||||
</p>
|
||||
<p>
|
||||
I host a few small <a href="https://apt.bune.city">apt repository mirrors</a> on this server, along with
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang='en-AU' prefix="og: https://ogp.me/ns#">
|
||||
<html lang='en-AU' prefix="og: http://ogp.me/ns#">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
@ -8,11 +8,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="/assets/fonts/fonts.css">
|
||||
<link rel="shortcut icon" href="/assets/img/favicon.png">
|
||||
<script src='/assets/script.js'></script>
|
||||
<!--suppress JSUnresolvedLibraryURL -->
|
||||
<script async src="https://ackee.lynnesbian.space/script.js"
|
||||
data-ackee-server="https://ackee.lynnesbian.space"
|
||||
data-ackee-domain-id="f0217e7d-ec2a-4a9b-baf3-d2d2215810ba"
|
||||
></script>
|
||||
<script async src="https://ackee.lynnesbian.space/script.js" data-ackee-server="https://ackee.lynnesbian.space" data-ackee-domain-id="f0217e7d-ec2a-4a9b-baf3-d2d2215810ba"></script>
|
||||
<title>{{ page.title | default: "lynnesbian dot space" }}</title>
|
||||
<meta property="og:title" content="{{ page.title | default: 'Henlo!' }}">
|
||||
<meta property="og:site_name" content="lynnesbian dot space">
|
||||
|
@ -25,7 +21,7 @@
|
|||
<body>
|
||||
<header>
|
||||
<section id="header-content">
|
||||
<picture>
|
||||
<picture id="logo">
|
||||
<source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp">
|
||||
<img id="logo"
|
||||
src="/assets/img/lynnesoft-centred.png"
|
||||
|
|
|
@ -8,5 +8,4 @@ layout: default
|
|||
</div>
|
||||
<p>{{ page.description }}</p>
|
||||
{{ content | rstrip | default: "There's nothing here yet." }}
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
<a href="/projects.html">Back to all projects</a>
|
|
@ -123,6 +123,8 @@ header::after { /* the background image behind the sidebar */
|
|||
|
||||
nav a {
|
||||
color: white;
|
||||
}
|
||||
nav a {
|
||||
padding: 10px 40px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue