all repos — archive/homestead @ 834b7e0cca76a1e5750434d0db0d29b14d4a7cc4

My future indieweb platform

Fix posts directory default configuration
Alan Pearce alan@alanpearce.eu
Mon, 19 Jun 2017 21:18:05 +0200
commit

834b7e0cca76a1e5750434d0db0d29b14d4a7cc4

parent

d2b9b7e3299a4d80655439c99c5de26a8c95e6f2

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config/default.tomlconfig/default.toml
@@ -5,7 +5,7 @@ [site] title = "Test Site"
 
 [posts]
-folder = "../posts"
+folder = "./posts"
 
 [taxonomies]
 tag = "tags"