1
0
mirror of https://github.com/arsenetar/arsenetar.github.io.git synced 2026-01-28 09:11:37 +00:00

Update to Initial Skeleton for Jekyll

Update a bunch of files to get ready for Jekyll.
This commit is contained in:
2014-01-02 00:49:38 -05:00
parent 6f41a9f87a
commit eba3262d55
41 changed files with 3110 additions and 35 deletions

4
Gemfile Normal file
View File

@@ -0,0 +1,4 @@
source 'https://rubygems.org'
require 'rbconfig'
gem 'wdm', '>=0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
gem 'github-pages'