all repos — archive/homestead @ 834b7e0cca76a1e5750434d0db0d29b14d4a7cc4

My future indieweb platform

Fix posts directory default configuration

Alan Pearce
commit

834b7e0cca76a1e5750434d0db0d29b14d4a7cc4

parent

d2b9b7e3299a4d80655439c99c5de26a8c95e6f2

1 file changed, 1 insertion(+), 1 deletion(-)

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