From 601d6364ec4bbd4f2d2063afb85970129abb2aef Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Wed, 8 Aug 2012 03:11:40 +0100 Subject: [PATCH] Add blog post: Celebrating 50 watchers\! --- _config.yml | 3 +- _layouts/default.html | 29 +++++---- _layouts/post.html | 16 +++++ assets/css/style.css | 90 +++++++++++++++++++++++++++ blog/_posts/2012-08-08-50-watchers.md | 19 ++++++ blog/index.html | 18 ++++++ index.html | 5 ++ 7 files changed, 166 insertions(+), 14 deletions(-) create mode 100644 _layouts/post.html create mode 100644 blog/_posts/2012-08-08-50-watchers.md create mode 100644 blog/index.html diff --git a/_config.yml b/_config.yml index 99805c7..0628dff 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,3 @@ permalink: /:categories/:title -baseurl: /minecraft-server-manager/ \ No newline at end of file +baseurl: /minecraft-server-manager +paginate: 10 \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 0886a87..f8b4024 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,9 +7,9 @@ - - - + + +

Minecraft Server Manager

A comprehensive start up script for Minecraft and Bukkit servers.