Fix default SITE_ROOT

pull/2/head
Noah 2014-04-09 15:15:45 -07:00
parent 6709a867ea
commit fb9e9a9f01
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ SITE_NAME = "example.com"
# Rophako pages, e.g. for account, blog, photo albums and so on, have templates # Rophako pages, e.g. for account, blog, photo albums and so on, have templates
# in the default site. You can override those templates by creating files with # in the default site. You can override those templates by creating files with
# the same paths in your site's HTML folder. # the same paths in your site's HTML folder.
#SITE_ROOT = os.path.join(_basedir, "site", "www") SITE_ROOT = os.path.join(_basedir, "site", "www")
SITE_ROOT = "/home/noah/git/kirsle.net/www"
# E-mail addresses for site notifications (i.e. new comments). # E-mail addresses for site notifications (i.e. new comments).
NOTIFY_ADDRESS = ["root@localhost"] NOTIFY_ADDRESS = ["root@localhost"]