diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a74359a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.swp +.DS_store diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..6b35e6f --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,86 @@ + + + + The Internet Vagabond :: {{ page.type }} + + + + + + + + + +
+ +
+ +
+ + + + +
+ + +
+ + {{ content }} + +
+ +
+ + diff --git a/src/posts/ireland_log.html b/_posts/2015-01-01-Ireland-Log.html similarity index 100% rename from src/posts/ireland_log.html rename to _posts/2015-01-01-Ireland-Log.html diff --git a/index.html b/index.html index 4654ac9..5f38fdc 100644 --- a/index.html +++ b/index.html @@ -1,109 +1,33 @@ - - - - The Internet Vagabond :: Home - - - - - - - - - -
- -
- -
- - - - -
- - -
-
-

Welcome to The Internet Vagabond, a small slice of Internet real-estate for Bill Niblock. Nothing I say is visionary or profound, and sometimes it makes sense.

-
-

About the Site

-

The Internet Vagabond is a small slice of Internet real-estate - for Bill Niblock. I don't have much of a use for this site, - currently, so it's more of a empty plot than a store-front.

-

The site's side-menu offers links to a few of my active GitHub - repositories, as well as links to my social network profiles. - Feel free to examine and use any of the code in my repos, so long - as that use adheres to the WTFPL.

-

I try to keep this site as minimal and useful as possible. I've - enjoyed the most recent re-structure, as it has allowed me to - use only HTML5 and CSS3. As more web-techologies arise, I look - forward to exploring their uses and employing them on this site.

-
-
-

About the Vagabond

-

I like to consider myself a citizen of the Internet. I enjoy - gaming, philosophy, and technology in general.

-

I enjoy all sorts of gaming, be it table-top or computer. - Thanks to the advent of Steam on Linux, I've been able to - maintain my Linux desktop while enjoying some very great games. - Currently, my largest time-sinks are Dota 2, Guild Wars 2, and - an assortment of independent titles.

-
-
-
- -
- - +--- + layout: default + tabtitle: Home +--- + +
+

Welcome

+

Welcome to The Internet Vagabond, a small slice of Internet + real-estate for Bill Niblock. Nothing I say is visionary or + profound, and sometimes it makes sense.

+ +

About the Site

+

The Internet Vagabond is a small slice of Internet real-estate + for Bill Niblock. I don't have much of a use for this site, + currently, so it's more of a empty plot than a store-front.

+

The site's side-menu offers links to a few of my active GitHub + repositories, as well as links to my social network profiles. + Feel free to examine and use any of the code in my repos, so long + as that use adheres to the WTFPL.

+

I try to keep this site as minimal and useful as possible. I've + enjoyed the most recent re-structure, as it has allowed me to + use only HTML5 and CSS3. As more web-techologies arise, I look + forward to exploring their uses and employing them on this site.

+ +

About the Vagabond

+

I like to consider myself a citizen of the Internet. I enjoy + gaming, philosophy, and technology in general.

+

I enjoy all sorts of gaming, be it table-top or computer. + Thanks to the advent of Steam on Linux, I've been able to + maintain my Linux desktop while enjoying some very great games. + Currently, my largest time-sinks are Dota 2, Guild Wars 2, and + an assortment of independent titles.

+