diff options
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; +?> |