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.

- MAINTAINED BY A QUEER FOLK. - Firefox NOW! - W3C HTML5 - This site is certified 100% cookie free! - always wear your programming socks - Powered by FreeBSD + MAINTAINED BY A QUEER FOLK. + + Firefox NOW! + + + W3C HTML5 + + This site is certified 100% cookie free! + always wear your programming socks + + Powered by FreeBSD +

@@ -69,11 +75,20 @@ {% endif %} + {% if site.author.matrix %} +
  • + Matrix: + + @{{ site.author.matrix.user }}:{{ site.author.matrix.host }} + +
  • + {% endif %} {% if site.hs_url %}
  • Hidden Service mirror
  • {% endif %}
  • Atom feed
  • PGP key
  • +
  • Proof of identity
  • Gitea
  • 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;