aboutsummaryrefslogtreecommitdiff
path: root/settings.sample
diff options
context:
space:
mode:
Diffstat (limited to 'settings.sample')
-rw-r--r--settings.sample7
1 files changed, 4 insertions, 3 deletions
diff --git a/settings.sample b/settings.sample
index 59f63b2..0a8abe6 100644
--- a/settings.sample
+++ b/settings.sample
@@ -7,9 +7,10 @@ $blogPosts = "/var/www/posts/";
//Page title
$blogTitle = "My Clog Blog";
-//Header title
-$blogHead = $blogTitle;
+$blogSubTitle = "It's awesome";
-//Twitter Creator
+//Author Information
$twitterCreator = "Example";
+$rssAuthorName = "A. N. Other";
+//$rssAuthorEmail = ""; //optional
?>