minor changes, bundler update

This commit is contained in:
Lynne Megido 2021-11-06 00:52:47 +10:00
parent 66cb0475bf
commit c3e1adb2b6
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
4 changed files with 15 additions and 8 deletions

View File

@ -12,7 +12,7 @@ GEM
ffi (1.15.4)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.10)
i18n (1.8.11)
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.3)
tzinfo-data (1.2021.5)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
wdm (0.1.1)

View File

@ -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!" title="" style="">
excitedly!">
</picture>
{% include h.html level=1 content="Lynnesbian dot Space" %}
@ -22,7 +22,9 @@ 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

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang='en-AU' prefix="og: http://ogp.me/ns#">
<html lang='en-AU' prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8">
@ -8,7 +8,11 @@
<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>
<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>
<meta property="og:title" content="{{ page.title | default: 'Henlo!' }}">
<meta property="og:site_name" content="lynnesbian dot space">
@ -21,7 +25,7 @@
<body>
<header>
<section id="header-content">
<picture id="logo">
<picture>
<source type="image/webp" srcset="/assets/img/lynnesoft-centred.webp">
<img id="logo"
src="/assets/img/lynnesoft-centred.png"

View File

@ -8,4 +8,5 @@ layout: default
</div>
<p>{{ page.description }}</p>
{{ content | rstrip | default: "There's nothing here yet." }}
<a href="/projects.html">Back to all projects</a>
<!--suppress HtmlUnknownTarget -->
<a href="/projects.html">Back to all projects</a>