From fc3d445c3f8057ad9a159ac56a9282fc7e41aef8 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 25 Apr 2016 23:06:36 +0200 Subject: [PATCH] Use blog directory in main folder as contentdir --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 9ac4df80..39f3b756 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,8 @@ pygmentsuseclasses = true uglyurls = true +contentdir = "../blog" + [author] name = "Philipp Oppermann" email = "dev@phil-opp.com"