diff options
Diffstat (limited to 'configuration')
-rw-r--r-- | configuration | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configuration b/configuration new file mode 100644 index 0000000..68c0285 --- /dev/null +++ b/configuration @@ -0,0 +1,14 @@ +[personal] +blog_title: A BlogThon Blog +keywords: please,change,me +entries_dir: entries/ +entries_suffix: txt +staticpages_dir: static/ + +[look] +style: blogthon.css +entries_per_page: 20 +monthlist: True +staticpages: True +permalinks: True +newest_first: True |