From da772b7c04a7b4985ec75cfbd6b51d58bfacaebb Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Thu, 9 Dec 2021 11:04:06 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Update=20sidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tweak a few links. Remove Twitter feed --- _layouts/default.html | 13 ------------- _links/00-codeberg.md | 4 ++++ _links/01-gitlab.md | 2 +- _links/03-github.md | 2 +- _links/05-gists.md | 2 +- 5 files changed, 7 insertions(+), 16 deletions(-) create mode 100644 _links/00-codeberg.md diff --git a/_layouts/default.html b/_layouts/default.html index 27b5cdd..0dcb81a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -45,19 +45,6 @@ {% endfor %} - - {% if site.author.twitter %} - - {% endif %}
diff --git a/_links/00-codeberg.md b/_links/00-codeberg.md new file mode 100644 index 0000000..1b3d799 --- /dev/null +++ b/_links/00-codeberg.md @@ -0,0 +1,4 @@ +--- +title: Codeberg +link: https://codeberg.org/danjones000 +--- diff --git a/_links/01-gitlab.md b/_links/01-gitlab.md index faeb936..ecd379e 100644 --- a/_links/01-gitlab.md +++ b/_links/01-gitlab.md @@ -1,4 +1,4 @@ --- -title: My GitLab +title: GitLab link: https://gitlab.com/danjones000 --- diff --git a/_links/03-github.md b/_links/03-github.md index 1da8ff3..5955e3e 100644 --- a/_links/03-github.md +++ b/_links/03-github.md @@ -1,4 +1,4 @@ --- -title: My GitHub +title: GitHub link: https://github.com/goodevilgenius --- diff --git a/_links/05-gists.md b/_links/05-gists.md index 8088a98..5866c25 100644 --- a/_links/05-gists.md +++ b/_links/05-gists.md @@ -1,4 +1,4 @@ --- -title: My GitHub Gists +title: GitHub Gists link: https://gist.github.com/goodevilgenius ---