From 7349ba572968b5fa66e3380df7d10e6ae14a579d Mon Sep 17 00:00:00 2001 From: David Vierra Date: Sun, 28 Dec 2014 20:32:04 -1000 Subject: [PATCH] start working with new theme --- .gitignore | 3 + Gemfile | 2 + _config.yml | 12 +- _includes/header.html | 6 +- _includes/sidebar.html | 6 +- _layouts/post.html | 2 +- ...12-05-22-Vivamus-porttitor-porta-tortor.md | 12 - _posts/2013-05-22-Nulla-vel-risus-dapibus.md | 12 - ...2013-06-22-Cum-sociis-natoque-penatibus.md | 12 - ...4-06-22-Maecenas-feugiat-fringilla-nibh.md | 12 - .../2014-07-22-Lorem-ipsum-dolor-sit-amet.md | 12 - _posts/2014-08-22-jekyll-clean-theme.md | 90 ------- _posts/2015-1-1-mcedit-2-is-here.md | 25 ++ css/mcedit.css | 25 ++ fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes fonts/glyphicons-halflings-regular.svg | 229 ++++++++++++++++++ fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes images/icon_new.png | Bin 0 -> 584 bytes index.html | 2 +- runme.txt | 1 + 21 files changed, 302 insertions(+), 161 deletions(-) create mode 100644 Gemfile delete mode 100644 _posts/2012-05-22-Vivamus-porttitor-porta-tortor.md delete mode 100644 _posts/2013-05-22-Nulla-vel-risus-dapibus.md delete mode 100644 _posts/2013-06-22-Cum-sociis-natoque-penatibus.md delete mode 100644 _posts/2014-06-22-Maecenas-feugiat-fringilla-nibh.md delete mode 100644 _posts/2014-07-22-Lorem-ipsum-dolor-sit-amet.md delete mode 100644 _posts/2014-08-22-jekyll-clean-theme.md create mode 100644 _posts/2015-1-1-mcedit-2-is-here.md create mode 100644 css/mcedit.css create mode 100644 fonts/glyphicons-halflings-regular.eot create mode 100644 fonts/glyphicons-halflings-regular.svg create mode 100644 fonts/glyphicons-halflings-regular.ttf create mode 100644 fonts/glyphicons-halflings-regular.woff create mode 100644 images/icon_new.png create mode 100644 runme.txt diff --git a/.gitignore b/.gitignore index 7c51d53..905b0f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ _cache _site + +.idea +Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..15ed91f --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'http://rubygems.org/' +gem 'github-pages' diff --git a/_config.yml b/_config.yml index 2eb01d3..5247163 100644 --- a/_config.yml +++ b/_config.yml @@ -1,19 +1,19 @@ # Jekyll configuration -name: My blog -description: A jekyll theme +name: MCEdit +description: World Editor for Minecraft # url is currently only used only for the RSS feed in feed.xml -url: http://scotte.github.io +url: http://www.mcedit.net/ # baseurl will often be '', but for a project page on gh-pages, it needs to # be the project name. # *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or # run it like so: jekyll serve --baseurl='' -baseurl: /jekyll-clean +baseurl: '' # This can be '' to hide the Github nav button -github: 'scotte/jekyll-clean' +github: 'mcedit/mcedit2' # Set this to your UA-# value, or '' to disable the block completely gaaccount: '' @@ -21,7 +21,7 @@ gaaccount: '' # Set this to your disqus shortname to enable comments. Note that the 'comments' # setting below must also be true. Individual posts can override 'comments' to # disable on a post-by-post basis -disqus: '' +disqus: 'codewarrior0' comments: true permalink: /:year/:month/:title diff --git a/_includes/header.html b/_includes/header.html index 17258bb..52de467 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -9,6 +9,7 @@ + @@ -23,7 +24,9 @@ - {{ site.name }} + + {{ site.name }} +