From a29813f4990c7273eebfb4e57c7875f4cdb9febe Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sat, 3 Oct 2020 16:20:32 -0400 Subject: [PATCH] Enable RSS/Atom Feeds --- _config.yml | 6 ++++++ _includes/cor_menu.html | 34 +++++++++++++++++++++------------- _layouts/corrupt_index.html | 3 ++- _layouts/corrupt_post.html | 3 ++- src/styles/corrupt_layout.css | 5 ----- 5 files changed, 31 insertions(+), 20 deletions(-) diff --git a/_config.yml b/_config.yml index 94f09c4..3d8fba4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,10 @@ url: https://www.theinternetvagabond.com +title: "The Internet Vagabond" +author: "Bill Niblock" + +plugins: + - jekyll-feed + collections: topics: output: true diff --git a/_includes/cor_menu.html b/_includes/cor_menu.html index 23c07a3..f8ab1d1 100644 --- a/_includes/cor_menu.html +++ b/_includes/cor_menu.html @@ -10,22 +10,36 @@
-
The Site
+
+ The Site | + + +

This site is a small slice of internet real-estate that I use for - occasional writing. Nothing I say is visionary or profound. I will - tend to focus on technology, gaming, and philosophy. All opinions my + occasional writing. Nothing I say is visionary or profound. I + focus on technology, gaming, and philosophy. All opinions my own.

-
The Vagabond
+
+ The Vagabond | + + +

My name is Bill Niblock. I'm a computer scientist by education, a technologist by trade, a gamer by hobby, and a philosopher by accident. I - currently live in Buffalo, New York, USA - . + live in Buffalo, + New York, USA.

@@ -50,12 +64,6 @@ title="Speak with me on Matrix"
-
- - bill at theinternetvagabond.com - -
Gaming Technology diff --git a/_layouts/corrupt_index.html b/_layouts/corrupt_index.html index 9808a1b..4f2b5dc 100644 --- a/_layouts/corrupt_index.html +++ b/_layouts/corrupt_index.html @@ -2,9 +2,10 @@ The Internet Vagabond :: {{ page.tabtitle }} + {% feed_meta %} - + diff --git a/_layouts/corrupt_post.html b/_layouts/corrupt_post.html index 459e411..c91fca9 100644 --- a/_layouts/corrupt_post.html +++ b/_layouts/corrupt_post.html @@ -2,9 +2,10 @@ The Internet Vagabond :: {{ page.tabtitle }} + {% feed_meta %} - + diff --git a/src/styles/corrupt_layout.css b/src/styles/corrupt_layout.css index 406810e..14cf5a7 100644 --- a/src/styles/corrupt_layout.css +++ b/src/styles/corrupt_layout.css @@ -48,11 +48,6 @@ footer #social { display: flex; flex-flow: row wrap; justify-content: space-around; -} - -footer #email { - display: flex; - justify-content: space-around; padding: 1em; }