summaryrefslogtreecommitdiffstats
path: root/config.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-30 00:18:56 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-30 00:18:56 -0400
commitbb0a4f4e126c05fc73d566986fd1612468f5be67 (patch)
treea3a712e0a27ea1fe41d3d6097326896afd2f53f5 /config.yml
downloadblog.tozt.net-bb0a4f4e126c05fc73d566986fd1612468f5be67.tar.gz
blog.tozt.net-bb0a4f4e126c05fc73d566986fd1612468f5be67.zip
initial commit
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/config.yml b/config.yml
new file mode 100644
index 0000000..6e0a731
--- /dev/null
+++ b/config.yml
@@ -0,0 +1,38 @@
+---
+RuhohSpec: "2.1"
+production_url: "http://blog.tozt.net/"
+base_path: "/"
+
+tozt :
+ use: "theme"
+
+_root:
+ rss:
+ enable: false
+ paginator:
+ enable: false
+
+posts:
+ sort: ["date", "desc"]
+ permalink: "/:year/:month/:day/:title"
+ rss:
+ enable: true
+ limit: 20
+ url: "/"
+ paginator:
+ url: "/index/"
+ per_page: 10
+ root_page: '/'
+
+asset_pipeline:
+ enable: false
+
+widgets:
+ comments:
+ use: disqus
+ enable: true
+ short_name: tozt
+
+ google_prettify:
+ use: local
+ linenums: true