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