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 02:36:59 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-25 02:36:59 +0300
commit69bc5df2df038864348ac0c864d873bd5a8e9fce (patch)
tree7668ba9fcd8da5e8de5fa82d03b1d9416f8d71fb
parente52842ad8fb8b2b5f414b6d17af2af4affa97b66 (diff)
:wrench: Add production config to exampleSite0.3.0
-rw-r--r--exampleSite/config-prod.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/exampleSite/config-prod.toml b/exampleSite/config-prod.toml
new file mode 100644
index 0000000..caa436c
--- /dev/null
+++ b/exampleSite/config-prod.toml
@@ -0,0 +1,11 @@
+languageCode = "en-us"
+title = "Massively"
+baseURL = "https://curttimson.github.io/hugo-theme-massively/"
+theme = "../.."
+
+[params.posts]
+ foldername = "post"
+
+[params.settings]
+ googleanalytics = "UA-113904582-4"
+ disqus = "hugo-massively" \ No newline at end of file