diff options
Diffstat (limited to 'configuration')
-rw-r--r-- | configuration | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/configuration b/configuration index eeae66d..ed1c0d7 100644 --- a/configuration +++ b/configuration @@ -1,6 +1,6 @@ [personal] -blog_title: A BlogThon Blog -blog_subtitle: Subtitle +blog_title: Blogthon +blog_subtitle: makes blogging easier blog_url: http://www.thehappy.de/ keywords: please,change,me entries_dir: entries/ @@ -16,3 +16,10 @@ linklist: True permalinks: True comments: True newest_first: True + +[smtp] +new_comment_mail= False +mail_to= please@change.me!!! +smtp_host= localhost +smtp_user= +smtp_pass= |