aboutsummaryrefslogtreecommitdiff
path: root/settings.sample
blob: 59f63b20d953556863af38402f65934e11d12834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
//Blog root directory RELATIVE TO SERVER ROOT
$blogRoot = "/";

//Posts directory RELATIVE TO FILESYSTEM ROOT
$blogPosts = "/var/www/posts/";

//Page title
$blogTitle = "My Clog Blog";
//Header title
$blogHead = $blogTitle;

//Twitter Creator
$twitterCreator = "Example";
?>