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

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml33
1 files changed, 33 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..2eb8ac4
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,33 @@
+baseurl = "https://www.example.com"
+title = "Example"
+theme ="hugo-theme-basic"
+languageCode = "en-us"
+googleAnalytics = ""
+copyright = "© 2016-19 Example"
+
+[params]
+ titleEmoji = "🎉"
+ twitter = "exampleHandle"
+
+[Permalinks]
+ post = "post/:slug"
+
+[[params.menu]]
+ name = "blog"
+ url = "blog/"
+
+
+[[params.menu]]
+ name = "about"
+ url = "page/about-hugo"
+
+
+[privacy]
+ [privacy.googleAnalytics]
+ anonymizeIP = true
+ respectDoNotTrack = true
+ useSessionStorage = true
+ [privacy.twitter]
+ enableDNT = true
+ [privacy.youtube]
+ privacyEnhanced = true \ No newline at end of file