Update Jekyll defaults
This commit is contained in:
parent
e45a841503
commit
4f88289d7b
11 changed files with 23 additions and 167 deletions
10
_config.yml
10
_config.yml
|
@ -1,3 +1,7 @@
|
||||||
collections:
|
defaults:
|
||||||
- projects
|
-
|
||||||
|
scope:
|
||||||
|
type: "posts"
|
||||||
|
values:
|
||||||
|
layout: "corrupt"
|
||||||
|
author: "Bill Niblock"
|
||||||
|
|
|
@ -1,132 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>The Internet Vagabond :: {{ page.tabtitle }}</title>
|
|
||||||
|
|
||||||
<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" />
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css"
|
|
||||||
href="{{ site.url }}/src/styles.css" />
|
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon"
|
|
||||||
href="{{ site.url }}/src/images/favicon.ico" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<!-- Top Bar -->
|
|
||||||
<header>
|
|
||||||
<ul id="title">
|
|
||||||
<li>The</li><li>Internet</li><li>Vagabond</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<div class="clean"></div>
|
|
||||||
|
|
||||||
<!--Sidebar -->
|
|
||||||
<label for="toggle-navbar" id="toggle" style="position:fixed">☰</label>
|
|
||||||
<input type="checkbox" id="toggle-navbar" />
|
|
||||||
<nav id="bar">
|
|
||||||
<section id="header">
|
|
||||||
<input type="radio" name="menu_buttons" checked="checked" id="mb_1" />
|
|
||||||
<ul id="menu" name="navigation">
|
|
||||||
<li><a href="http://www.theinternetvagabond.com">
|
|
||||||
Home</a></li>
|
|
||||||
<li><label for="mb_2" id="projs_label">Projects</label></li>
|
|
||||||
<ul id="projects">
|
|
||||||
{% for pr in site.projects limit:3 %}
|
|
||||||
<li>{{ pr.title }}<br />
|
|
||||||
<div>
|
|
||||||
<a href="{{ pr.p_url }}">[ Page ]</a>
|
|
||||||
<a href="{{ pr.s_url }}">[ Source ]</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
<li><label for="mb_3" id="posts_label"> Posts</label></li>
|
|
||||||
<ul id="posts">
|
|
||||||
{% for post in site.posts limit:3 %}
|
|
||||||
<li>
|
|
||||||
<a href="{{ post.url }}">
|
|
||||||
{{ post.title }}</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</ul>
|
|
||||||
<input type="radio" name="menu_buttons" id="mb_2" />
|
|
||||||
<ul id="menu" name="projects_all">
|
|
||||||
<li><label for="mb_1" id="nav_label">Main Menu</label></li>
|
|
||||||
{% for pr in site.projects %}
|
|
||||||
<li>{{ pr.title }}<br />
|
|
||||||
<div>
|
|
||||||
<a href="{{ pr.p_url }}">[ Page ]</a>
|
|
||||||
<a href="{{ pr.s_url }}">[ Source ]</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
<input type="radio" name="menu_buttons" id="mb_3" />
|
|
||||||
<ul id="menu" name="posts_all">
|
|
||||||
<li><label for="mb_1" id="nav_label">Main Menu</label></li>
|
|
||||||
{% for post in site.posts %}
|
|
||||||
<li>
|
|
||||||
<a href="{{ post.url }}">
|
|
||||||
{{ post.title }}</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section id="footer">
|
|
||||||
<div id="follow">
|
|
||||||
<a href="https://github.com/VagabondAzulien">
|
|
||||||
<img src="{{ site.url }}/src/images/github_light.png"
|
|
||||||
width="32" height="32" alt="GitHub"
|
|
||||||
title="My GitHub Repos" />
|
|
||||||
</a>
|
|
||||||
<a href="https://twitter.com/Azulien">
|
|
||||||
<img src="{{ site.url }}/src/images/twitter_light.png"
|
|
||||||
width="32" height="32" alt="Twitter"
|
|
||||||
title="My Twitter Feed" />
|
|
||||||
</a>
|
|
||||||
<a href="http://www.twitch.tv/vagabondazulien/profile">
|
|
||||||
<img src="{{ site.url }}/src/images/twitch_light.png"
|
|
||||||
width="32" height="32" alt="Twitch"
|
|
||||||
title="My Twitch Profile" />
|
|
||||||
</a>
|
|
||||||
<a href="http://steamcommunity.com/id/azulien">
|
|
||||||
<img src="{{ site.url }}/src/images/steam_light.png"
|
|
||||||
width="32" height="32" alt="Steam"
|
|
||||||
title="My Steam Profile" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div id="info">
|
|
||||||
<div id="cw">Niblock©2015</div><br />
|
|
||||||
<a href="http://www.wtfpl.net/">
|
|
||||||
<img src="{{ site.url }}/src/images/wtfpl-badge.png"
|
|
||||||
width="80" height="15" alt="WTFPL"
|
|
||||||
title="Licensed under the WTFPL." />
|
|
||||||
</a>
|
|
||||||
<a href="http://www.w3.org/html/logo/">
|
|
||||||
<img src="{{ site.url }}/src/images/html5-badge.png"
|
|
||||||
width="50" height="15" alt="HTML5 | CSS3"
|
|
||||||
title="HTML5 Powered, CSS3 Styled" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="clean"></div>
|
|
||||||
|
|
||||||
<!-- Main Content Section -->
|
|
||||||
<main>
|
|
||||||
|
|
||||||
{{ content }}
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<div class="clean"></div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
tabtitle: Ireland Log
|
tabtitle: Ireland Log
|
||||||
title: A Log of My Travels in Ireland
|
title: A Log of My Travels in Ireland
|
||||||
tags: travel
|
tags: travel
|
||||||
|
pub: "2015-01-01"
|
||||||
short_desc: "Once upon a time, I traveled to Ireland. It was quite the
|
short_desc: "Once upon a time, I traveled to Ireland. It was quite the
|
||||||
experience. Me, my 3 friends Suf, Chris and Cary, Scion, shenanigans,
|
experience. Me, my 3 friends Suf, Chris and Cary, Scion, shenanigans,
|
||||||
Guiness, whiskey, and Thunderstruck."
|
Guiness, whiskey, and Thunderstruck."
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
tabtitle: Bye Bye Windows
|
tabtitle: Bye Bye Windows
|
||||||
title: Farewell to Windows Tour 2015
|
title: Farewell to Windows Tour 2015
|
||||||
tags: gaming
|
tags: gaming
|
||||||
|
pub: "2015-04-28"
|
||||||
short_desc: "It has come time to bid Windows farewell. Once upon a time Windows was
|
short_desc: "It has come time to bid Windows farewell. Once upon a time Windows was
|
||||||
the only digital world I knew. It began when I was young, during the
|
the only digital world I knew. It began when I was young, during the
|
||||||
venerable 3.1 era. I remember booting up our family computer into DOS, and
|
venerable 3.1 era. I remember booting up our family computer into DOS, and
|
||||||
|
@ -80,5 +80,3 @@ streaming, and maybe I'll transition from Windows to Linux with that as
|
||||||
well. Streaming has always been something I've wanted to do, but never had
|
well. Streaming has always been something I've wanted to do, but never had
|
||||||
the time nor effort to pursue. So, either tradition will hold strong, or a
|
the time nor effort to pursue. So, either tradition will hold strong, or a
|
||||||
new challenger will appear. Until then.</p>
|
new challenger will appear. Until then.</p>
|
||||||
|
|
||||||
<br /><h4>[Bill Niblock][2015-04-28][Gaming]</h4>
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
tabtitle: Philosophy of Bill
|
||||||
tabtitle: Philosophy of Bill, Abbreviated
|
|
||||||
title: The Philosophy of Bill, Abbreviated
|
title: The Philosophy of Bill, Abbreviated
|
||||||
tags: philosophy
|
tags: philosophy
|
||||||
|
pub: "2015-05-04"
|
||||||
short_desc: "I consider myself a very philosophical person. That doesn't
|
short_desc: "I consider myself a very philosophical person. That doesn't
|
||||||
mean I'm any good at philosophy, I just tend to think a lot about ethics,
|
mean I'm any good at philosophy, I just tend to think a lot about ethics,
|
||||||
morality, and happiness. Recently I've been thinking more about my
|
morality, and happiness. Recently I've been thinking more about my
|
||||||
|
@ -103,5 +103,3 @@ perhaps it's an unfair-share. That's what makes it worth it, though, to me.
|
||||||
I seek to learn, and in doing so, find happiness and confusion. It's a
|
I seek to learn, and in doing so, find happiness and confusion. It's a
|
||||||
recursive system: the confusion leads to learning, which leads to happiness
|
recursive system: the confusion leads to learning, which leads to happiness
|
||||||
and confusion. And I love recursion.
|
and confusion. And I love recursion.
|
||||||
|
|
||||||
#### [Bill Niblock][2015-05-04][Philosophy]
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
tabtitle: "An Examination of TLS, Part 1"
|
||||||
tabtitle: An Examination of TLS, Part 1
|
title: "An Examination of TLS, Part 1"
|
||||||
title: An Examination of TLS, Part 1
|
|
||||||
tags: tech
|
tags: tech
|
||||||
|
pub: "2015-05-06"
|
||||||
short_desc: "TLS, more often referred to as SSL, is a means by which a
|
short_desc: "TLS, more often referred to as SSL, is a means by which a
|
||||||
secure connection is established over a computer network. In this
|
secure connection is established over a computer network. In this
|
||||||
introductionary post, I layout the steps to establishing a secure
|
introductionary post, I layout the steps to establishing a secure
|
||||||
|
@ -106,8 +106,6 @@ suites, and public key authentication.</p>
|
||||||
Stack Exchange: How Does SSL/TLS work?</a></li>
|
Stack Exchange: How Does SSL/TLS work?</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<br /><h4>[Bill Niblock][2015-05-06][Technology]</h4>
|
|
||||||
|
|
||||||
<!-- ================================= -->
|
<!-- ================================= -->
|
||||||
<!-- ================================= -->
|
<!-- ================================= -->
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
tabtitle: A Good Friend's Father
|
tabtitle: A Good Friend's Father
|
||||||
title: A Good Friend's Father
|
title: A Good Friend's Father
|
||||||
tags: philosophy, personal
|
tags: philosophy, personal
|
||||||
|
pub: "2015-07-09"
|
||||||
short_desc: "A good friend's father died. What can I learn from this?"
|
short_desc: "A good friend's father died. What can I learn from this?"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -47,8 +47,6 @@ appear, only how I perceive them. I had forgotten this. </p>
|
||||||
|
|
||||||
<p> A good friend's father died, and he reminded me how to live.</p>
|
<p> A good friend's father died, and he reminded me how to live.</p>
|
||||||
|
|
||||||
<br /><h4>[Bill Niblock][2015-07-09][Philosophy]</h4>
|
|
||||||
|
|
||||||
<!-- ================================= -->
|
<!-- ================================= -->
|
||||||
<!-- ================================= -->
|
<!-- ================================= -->
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
tabtitle: "An Examination of TLS, Part 2"
|
||||||
tabtitle: An Examination of TLS, Part 2
|
title: "An Examination of TLS, Part 2"
|
||||||
title: An Examination of TLS, Part 2
|
|
||||||
tags: tech
|
tags: tech
|
||||||
|
pub: "2015-11-10"
|
||||||
short_desc: "TLS, more often referred to as SSL, is the means by which a secure
|
short_desc: "TLS, more often referred to as SSL, is the means by which a secure
|
||||||
connection is established over a computer network. Part 1 examines how to
|
connection is established over a computer network. Part 1 examines how to
|
||||||
establish a secure connection using TLS. This article examines further the
|
establish a secure connection using TLS. This article examines further the
|
||||||
|
@ -91,8 +91,6 @@ step. Thanks for reading.</p>
|
||||||
Stack Exchange: How Does SSL/TLS work?</a></li>
|
Stack Exchange: How Does SSL/TLS work?</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<br /><h4>[Bill Niblock][2015-11-10][Technology]</h4>
|
|
||||||
|
|
||||||
<!-- ================================= -->
|
<!-- ================================= -->
|
||||||
<!-- ================================= -->
|
<!-- ================================= -->
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
tabtitle: Developing Stoic Understanding
|
tabtitle: Developing Stoic Understanding
|
||||||
title: Developing Stoic Understanding
|
title: Developing Stoic Understanding
|
||||||
tags: philosophy
|
tags: philosophy
|
||||||
|
pub: "2016-01-30"
|
||||||
short_desc: "Sherman J. Clark wrote a fantastic article on the Stoicism Today blog in
|
short_desc: "Sherman J. Clark wrote a fantastic article on the Stoicism Today blog in
|
||||||
December which really spoke to me. It approached some of the questions and
|
December which really spoke to me. It approached some of the questions and
|
||||||
problems I've had with Stoicism in an elegant and enlightening way, which
|
problems I've had with Stoicism in an elegant and enlightening way, which
|
||||||
|
@ -160,8 +160,6 @@ avoid those problems, and the remainder rests on the audience.</p>
|
||||||
linked here: [<a
|
linked here: [<a
|
||||||
href="https://blogs.exeter.ac.uk/stoicismtoday/2015/12/19/how-now-horatio-the-stoic-joy-of-physics-and-friendship-by-sherman-j-clark/">Link</a>]</p>
|
href="https://blogs.exeter.ac.uk/stoicismtoday/2015/12/19/how-now-horatio-the-stoic-joy-of-physics-and-friendship-by-sherman-j-clark/">Link</a>]</p>
|
||||||
|
|
||||||
<br /><h4>[Bill Niblock][2016-01-29][Philosophy]</h4>
|
|
||||||
|
|
||||||
<!-- ================================= -->
|
<!-- ================================= -->
|
||||||
<!-- ================================= -->
|
<!-- ================================= -->
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
tabtitle: "Random Thoughts"
|
||||||
tabtitle: Random Thoughts
|
title: "Random Thoughts 1"
|
||||||
title: Random Thoughts 1
|
|
||||||
tags: technology, gaming
|
tags: technology, gaming
|
||||||
|
pub: "2016-03-11"
|
||||||
short_desc: "I'm on vacation this week, which is pretty grand. Thus far
|
short_desc: "I'm on vacation this week, which is pretty grand. Thus far
|
||||||
I've accomplished one of the 4 rather meager goals I set for myself, played
|
I've accomplished one of the 4 rather meager goals I set for myself, played
|
||||||
plenty of games, caught up on some reading and videos and feeds, and slept
|
plenty of games, caught up on some reading and videos and feeds, and slept
|
||||||
|
@ -174,10 +174,6 @@ rather than reactionary button-mashing to break stuns or revive team mates!
|
||||||
And warriors gain much-needed viability in a team, due to providing buffs
|
And warriors gain much-needed viability in a team, due to providing buffs
|
||||||
to team mates, and better damage output.</p>
|
to team mates, and better damage output.</p>
|
||||||
|
|
||||||
|
|
||||||
<br /><h4>[Bill Niblock][2016-03-11][Gaming, Technology]</h4>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ================================= -->
|
<!-- ================================= -->
|
||||||
<!-- ================================= -->
|
<!-- ================================= -->
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
tabtitle: "Azulien Blackblade"
|
tabtitle: "Azulien Blackblade"
|
||||||
title: "Character Backstory: Azulien Blackblade"
|
title: "Character Backstory: Azulien Blackblade"
|
||||||
tags: [gaming, dnd, writing]
|
tags: [gaming, dnd, writing]
|
||||||
|
pub: "2018-01-12"
|
||||||
short_desc: "Here's the character backstory for one of my older characters
|
short_desc: "Here's the character backstory for one of my older characters
|
||||||
from a game long since forgotten: Azulien Blackblade. Enjoy!"
|
from a game long since forgotten: Azulien Blackblade. Enjoy!"
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue