From a3438add646eb97a3dfc87eee59e6652cbfa9928 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Mon, 13 Apr 2020 21:07:31 +0200 Subject: [PATCH] commento social buttons css --- content/post/vps.md | 2 +- static/404.html | 60 ++++++++++++++++++++++++++++++++++++++ static/css/brainbaking.css | 17 +++++++---- 3 files changed, 73 insertions(+), 6 deletions(-) create mode 100644 static/404.html diff --git a/content/post/vps.md b/content/post/vps.md index e601756d..17c88b7b 100644 --- a/content/post/vps.md +++ b/content/post/vps.md @@ -1,7 +1,7 @@ --- title: "DIY: Hosting stuff on your own VPS" date: '2020-04-13' -subtitle: "Migrating to, securing and backing up your own server." +subtitle: "Migrating to, securing, and backing up your own server." tags: - server - linux diff --git a/static/404.html b/static/404.html new file mode 100644 index 00000000..516432c6 --- /dev/null +++ b/static/404.html @@ -0,0 +1,60 @@ + + + + + + +
+ +
+ This Page is Burnt to a Crisp +
+
+ This Page is Burnt to a Crisp +
+
+ Toast takes so long to make. You stare at the toaster tapping your feet. Your laundry is in the dryer and it just dinged. Maybe you’ll take it out. After all, you have time. You take out your laundry. You fold your underwear. You think about folding your socks. You remember your toast! It is too late. It’s burnt to a crisp. The process repeats itself. You should probably figure out your toasting settings. +
+
+ + + diff --git a/static/css/brainbaking.css b/static/css/brainbaking.css index b433a5a5..57e44a90 100644 --- a/static/css/brainbaking.css +++ b/static/css/brainbaking.css @@ -14,16 +14,23 @@ background: var(--accent) !important; } +.commento-google-button:before { + content: "\f1a0"; +} +.commento-github-button:before { + content: "\f09b"; +} +.commento-twitter-button:before { + content: "\f099"; +} +.commento-google-button:before, +.commento-github-button:beforem .commento-twitter-button:before { font-family: FontAwesome; - content: "\f099"; display: inline-block; padding-right: 3px; vertical-align: middle; -} - -.commento-twitter-button { - width: auto !important; + width: auto !important; } .commento-root a,