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
|
||||
title: "The Internet Vagabond"
|
||||
author: "Bill Niblock"
|
||||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
||||
collections:
|
||||
topics:
|
||||
output: true
|
||||
|
|
|
@ -10,22 +10,36 @@
|
|||
|
||||
<section class="h-card">
|
||||
<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>
|
||||
<p>
|
||||
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.
|
||||
</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>
|
||||
My name is <span class="p-name">Bill Niblock</span>. <span
|
||||
class="p-note">I'm a computer scientist by education, a technologist
|
||||
by trade, a gamer by hobby, and a philosopher by accident. I
|
||||
currently live in <span class="p-locality">Buffalo</span>, <span
|
||||
class="p-region">New York</span>, <span class="p-country-name">USA
|
||||
</span>.
|
||||
live in <span class="p-locality">Buffalo</span>, <span class="p-region">
|
||||
New York</span>, <span class="p-country-name">USA</span>.
|
||||
</p>
|
||||
</section>
|
||||
<section id="social">
|
||||
|
@ -50,12 +64,6 @@
|
|||
title="Speak with me on Matrix"</span>
|
||||
</a>
|
||||
</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;">
|
||||
<span class="p-category">Gaming</span>
|
||||
<span class="p-category">Technology</span>
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>The Internet Vagabond :: {{ page.tabtitle }}</title>
|
||||
{% feed_meta %}
|
||||
<meta name="description"
|
||||
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" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{{ site.url }}/src/styles/corrupt_layout.css" />
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>The Internet Vagabond :: {{ page.tabtitle }}</title>
|
||||
{% feed_meta %}
|
||||
<meta name="description"
|
||||
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" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{{ site.url }}/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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue