From ddd4962636df259f85d86d9022342be2933a672b Mon Sep 17 00:00:00 2001 From: roger Date: Tue, 5 Feb 2019 21:19:40 -0700 Subject: [PATCH] Netlify port prep --- .ruby-version | 1 + Gemfile | 2 ++ _config.yml | 2 +- about.md | 15 --------------- colophon.html | 6 ++---- 5 files changed, 6 insertions(+), 20 deletions(-) create mode 100644 .ruby-version create mode 100644 Gemfile delete mode 100755 about.md diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..35cee72 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.4.3 diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..5761cb3 --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source "https://rubygems.org" +gem 'github-pages' diff --git a/_config.yml b/_config.yml index 821e842..00f7992 100755 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ title: "Relativity Transit" email: r@relativitytransit.com description: > # this means to ignore newlines until "baseurl:" - Relativity Transit is a weblog about programming, photography, design, and more written by Roger Ogden. + Relativity Transit is a weblog written by Roger Ogden. url: "http://rogerogden.github.io" # the base hostname & protocol for your site baseurl: "" # the subpath of your site, e.g. /blog/ twitter_username: _rogerogden diff --git a/about.md b/about.md deleted file mode 100755 index 5b6f494..0000000 --- a/about.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -This is my attempt at porting the Roon theme over to Jekyll. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/) - -You can find the official Roon theme (for Ghost) at: [github.com/TryGhost/Roon/](https://github.com/TryGhost/Roon/) - -You can find the source code my Jekyll version of Roon: [github.com/vormwald/joon](https://github.com/vormwald/joon) - -You can find the source code for Jekyll at [github.com/jekyll/jekyll](https://github.com/jekyll/jekyll) - -Enjoy! diff --git a/colophon.html b/colophon.html index 750676c..cc6012e 100644 --- a/colophon.html +++ b/colophon.html @@ -4,17 +4,15 @@ ---

About

-

Relativity Transit is written by me, Roger Ogden. I'm a software engineer currently living in Boise, Idaho with his wife and two dogs.

+

Relativity Transit is written by me, Roger Ogden. I'm an iOS software engineer at Intuit currently living in Boise, Idaho with my wife and two dogs.

-

I'm a web developer interested in solving fun, complex problems with Ruby, Javascript, and the like. You can find me on Github. +

I'm an iOS and web developer interested in solving fun, complex problems in Swift, Objective-C, and Ruby. You can find me on Github.

Site Information

Relativity Transit was created with the wonderful Jekyll and is currently hosted on Github Pages.

-

The site features an ever-more-modified version of the Roon theme by Minh Nguyen.

-

Contact

Email: r@relativitytransit.com