From 7ed819e669fdee8a13ae62e93f90ba56f1c6a159 Mon Sep 17 00:00:00 2001
From: Felix
Date: Fri, 11 Jun 2021 09:58:34 +0200
Subject: [PATCH] fiddle with footer stuff
---
Gemfile.lock | 1 +
_config.yml | 3 +++
_layouts/default.html | 27 +++++++++++++++++++++------
_sass/style.scss | 5 +++++
4 files changed, 30 insertions(+), 6 deletions(-)
diff --git a/Gemfile.lock b/Gemfile.lock
index eb8b876..788e271 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -65,6 +65,7 @@ GEM
PLATFORMS
amd64-freebsd-12
+ amd64-freebsd-13
DEPENDENCIES
jekyll (~> 4.2.0)
diff --git a/_config.yml b/_config.yml
index c36a8c0..98ebb17 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,6 +13,9 @@ author:
user: fef
host: notbird.site
twitter: libfef
+ matrix:
+ user: fef
+ host: fef.moe
sass:
style: compact
exclude:
diff --git a/_layouts/default.html b/_layouts/default.html
index 19cd510..dc02c5f 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -44,12 +44,18 @@
license except where noted otherwise.
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/_sass/style.scss b/_sass/style.scss
index bbde37b..30c2972 100644
--- a/_sass/style.scss
+++ b/_sass/style.scss
@@ -130,6 +130,11 @@ a {
color: $color-primary;
}
+a.nostyle {
+ color: unset;
+ text-decoration: none;
+}
+
nav {
overflow-x: auto;
white-space: nowrap;