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 }} +