Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-25 01:07:19 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-25 01:07:19 +0300
commite7ece64dc70af4fe5302aaca9b560a02ca436fa9 (patch)
tree6f620047ea739acde46e4489a2248fcca90c8487 /exampleSite/config.toml
parentba52122f6f0caf0fdc6c9a70b2bd0c044505fc83 (diff)
:sparkles: Add initial configuration for posts
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml5
1 files changed, 4 insertions, 1 deletions
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