From 52005b12355ed9c323cfb650aa1c2f6e8df79191 Mon Sep 17 00:00:00 2001
From: mmk2410
Date: Wed, 13 May 2015 20:46:32 +0200
Subject: [PATCH] Version 0.2.2
---
config.php | 16 +++++++++-------
index.php | 22 +++++++++++++++++++---
md/intro.md | 2 +-
res/blog.css | 10 +++++++++-
xml/posts.xml | 14 ++++++++++++++
5 files changed, 52 insertions(+), 12 deletions(-)
diff --git a/config.php b/config.php
index babcb9c..c114682 100644
--- a/config.php
+++ b/config.php
@@ -3,23 +3,25 @@
// Every line has an description about what you can change here. Don't delete any strings. You can set your value after the '=' sign and between the apostrophes.
// Make sure that every line ends with an semicolon (';').
// Blog Title - Set here an individual title of your blog by replacing pBlog with it.
-$blogtitle = 'Rangitaki';
+$blogtitle = 'Rangitaki Blog';
// Blog Author - Set here your name
$blogauthor = 'Marcel Kapfer';
// Blog description
$blogdescription = 'Rangitaki - A php blog engine without any database dependency';
+// Blog favicon - enter here the path to your favicon
+$blogfavicon = '../res/favicon.png';
// Home - set yes if you want to link to your homepage and no if not
$bloghome = 'yes';
// Home URL - Set here the url to your main page. Either relative (e.g. '../') or absolute ('http://github.com')
$bloghomeurl = '../';
// Home name - Set here an individual name for your main page
$bloghomename = 'Home';
-// Intro - set yes if you have a blog intro and no if you don't hve one
+// Intro - set yes if you have a blog intro and no if you don't have one
$blogintro = 'yes';
-// Disqus - to enable disqus set this one to yes and provide your shortname
-$blogdisqus = 'no';
-// Disqus shortname - Provide here your Disqus shortname. Without one, this won't work
-$blogdisqusname = '';
+// Disqus - Provide here your Disqus shortname. Leave empty if you don't want to use it.
+$blogdisqus = 'rangitaki';
+// Google Analytics - Provide here your Google Analytics Tracking-ID. Leave emoty if you don't want to use it.
+$bloganalytics = 'UA-41767647-3';
// Footer - set here the text for your footer (e.g. a copyright info). You can replace the whole text after the '=' with your own one.
-$blogfooter = 'Rangitaki' . date("Y") . ' github.com/mmk2410/Rangitaki';
+$blogfooter = 'Rangitaki ' . date("Y") . ' github.com/mmk2410/Rangitaki';
?>
diff --git a/index.php b/index.php
index 39c07e8..1fb7804 100644
--- a/index.php
+++ b/index.php
@@ -38,7 +38,7 @@ THE SOFTWARE.
-
+
@@ -151,11 +151,11 @@ THE SOFTWARE.