Enable RSS/Atom Feeds
This commit is contained in:
parent
a5e475e96b
commit
a29813f499
5 changed files with 31 additions and 20 deletions
|
@ -1,4 +1,10 @@
|
||||||
url: https://www.theinternetvagabond.com
|
url: https://www.theinternetvagabond.com
|
||||||
|
title: "The Internet Vagabond"
|
||||||
|
author: "Bill Niblock"
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- jekyll-feed
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
topics:
|
topics:
|
||||||
output: true
|
output: true
|
||||||
|
|
|
@ -10,22 +10,36 @@
|
||||||
|
|
||||||
<section class="h-card">
|
<section class="h-card">
|
||||||
<section id="about">
|
<section id="about">
|
||||||
<h5>The Site</h5>
|
<h5>
|
||||||
|
The Site |
|
||||||
|
<a class="u-url" href="{{ site.url }}/feed.xml"
|
||||||
|
aria-label="RSS feed for the site">
|
||||||
|
<span class="fa fa-rss" aria-hidden="true"
|
||||||
|
title="RSS Feed"</span>
|
||||||
|
</a>
|
||||||
|
</h5>
|
||||||
<a class="u-url u-uid" href="https://theinternetvagabond.com"></a>
|
<a class="u-url u-uid" href="https://theinternetvagabond.com"></a>
|
||||||
<p>
|
<p>
|
||||||
This site is a small slice of internet real-estate that I use for
|
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
|
occasional writing. Nothing I say is visionary or profound. I
|
||||||
tend to focus on technology, gaming, and philosophy. All opinions my
|
focus on technology, gaming, and philosophy. All opinions my
|
||||||
own.
|
own.
|
||||||
</p>
|
</p>
|
||||||
<h5>The Vagabond</h5>
|
<h5>
|
||||||
|
The Vagabond |
|
||||||
|
<a class="u-email" rel="me"
|
||||||
|
href="mailto:bill@theinternetvagabond.com"
|
||||||
|
aria-label="Email Bill at The Internet Vagabond dot com">
|
||||||
|
<span class="fa fa-envelope-o" aria-hidden="true"
|
||||||
|
title="bill at theinternetvagabond.com"</span>
|
||||||
|
</a>
|
||||||
|
</h5>
|
||||||
<p>
|
<p>
|
||||||
My name is <span class="p-name">Bill Niblock</span>. <span
|
My name is <span class="p-name">Bill Niblock</span>. <span
|
||||||
class="p-note">I'm a computer scientist by education, a technologist
|
class="p-note">I'm a computer scientist by education, a technologist
|
||||||
by trade, a gamer by hobby, and a philosopher by accident. I
|
by trade, a gamer by hobby, and a philosopher by accident. I
|
||||||
currently live in <span class="p-locality">Buffalo</span>, <span
|
live in <span class="p-locality">Buffalo</span>, <span class="p-region">
|
||||||
class="p-region">New York</span>, <span class="p-country-name">USA
|
New York</span>, <span class="p-country-name">USA</span>.
|
||||||
</span>.
|
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="social">
|
<section id="social">
|
||||||
|
@ -50,12 +64,6 @@
|
||||||
title="Speak with me on Matrix"</span>
|
title="Speak with me on Matrix"</span>
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
<section id="email">
|
|
||||||
<a class="u-email" rel="me"
|
|
||||||
href="mailto:bill@theinternetvagabond.com">
|
|
||||||
bill at theinternetvagabond.com
|
|
||||||
</a>
|
|
||||||
</section>
|
|
||||||
<section style="display: none;">
|
<section style="display: none;">
|
||||||
<span class="p-category">Gaming</span>
|
<span class="p-category">Gaming</span>
|
||||||
<span class="p-category">Technology</span>
|
<span class="p-category">Technology</span>
|
||||||
|
|
|
@ -2,9 +2,10 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>The Internet Vagabond :: {{ page.tabtitle }}</title>
|
<title>The Internet Vagabond :: {{ page.tabtitle }}</title>
|
||||||
|
{% feed_meta %}
|
||||||
<meta name="description"
|
<meta name="description"
|
||||||
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
|
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
|
||||||
<meta name="author" content="Bill 'Vagabond Azulien' Nibz" />
|
<meta name="author" content="{{ site.author }}" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" type="text/css"
|
<link rel="stylesheet" type="text/css"
|
||||||
href="{{ site.url }}/src/styles/corrupt_layout.css" />
|
href="{{ site.url }}/src/styles/corrupt_layout.css" />
|
||||||
|
|
|
@ -2,9 +2,10 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>The Internet Vagabond :: {{ page.tabtitle }}</title>
|
<title>The Internet Vagabond :: {{ page.tabtitle }}</title>
|
||||||
|
{% feed_meta %}
|
||||||
<meta name="description"
|
<meta name="description"
|
||||||
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
|
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
|
||||||
<meta name="author" content="Bill 'Vagabond Azulien' Nibz" />
|
<meta name="author" content="{{ page.author}}" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" type="text/css"
|
<link rel="stylesheet" type="text/css"
|
||||||
href="{{ site.url }}/src/styles/corrupt_layout.css" />
|
href="{{ site.url }}/src/styles/corrupt_layout.css" />
|
||||||
|
|
|
@ -48,11 +48,6 @@ footer #social {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
|
||||||
|
|
||||||
footer #email {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-around;
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue