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

github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcssandstuff <github@cssandstuff.com>2018-07-06 06:33:20 +0300
committercssandstuff <github@cssandstuff.com>2018-07-06 06:33:20 +0300
commitcdbdbec04c5b6c075dda67f71fb162677a61e228 (patch)
tree1ff2fbd26b4441ab234952be6bd0d0401f1f0c27
parent09befb2a382ae8898eded1972251f92bfb725a13 (diff)
simple hugo
-rw-r--r--exampleSite/config.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 05599c8..75961cf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,12 @@
+theme = "winning"
+title = "Winning"
+
+baseurl = "your-site-address"
+title = "your-site-name"
+themesdir = "../.."
+
disableKinds = ["RSS"]
defaultContentLanguage = "en"
enableRobotsTXT = true
languageCode = "en-us"
-theme = "winning"
-title = "CV Tim Clulow"
[taxonomies] \ No newline at end of file