diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2013-03-05 22:22:15 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2013-03-05 22:22:15 +0000 |
commit | db38f8ec3c831685e7f9ed5a8a1bcf04f1d6b27f (patch) | |
tree | e10d8d0cbd3099e05adb6a7239f614590736f2d3 /settings.sample | |
parent | 8c697abb22481d22c7e2229e1d2df91f72da51cc (diff) |
Moved settings.php to settings.sample and modified .gitignore
Diffstat (limited to 'settings.sample')
-rw-r--r-- | settings.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/settings.sample b/settings.sample new file mode 100644 index 0000000..2280583 --- /dev/null +++ b/settings.sample @@ -0,0 +1,12 @@ +<?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; +?> |