From e7ece64dc70af4fe5302aaca9b560a02ca436fa9 Mon Sep 17 00:00:00 2001 From: Curtis Timson Date: Sat, 24 Feb 2018 22:07:19 +0000 Subject: :sparkles: Add initial configuration for posts --- exampleSite/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2b13a3e..8e6d3bc 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,7 @@ languageCode = "en-us" title = "Massively" baseURL = "http://localhost:1313/" -theme = "../.." \ No newline at end of file +theme = "../.." + +[params.posts] + foldername = "post" \ No newline at end of file -- cgit v1.2.3