From bb0a4f4e126c05fc73d566986fd1612468f5be67 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 30 Oct 2013 00:18:56 -0400 Subject: initial commit --- config.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 config.yml (limited to 'config.yml') 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 -- cgit v1.2.3-54-g00ecf