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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-23 22:44:14 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-23 22:44:14 +0300
commit67ff681499fa8be703f7e7c52903eea1a5bb605a (patch)
tree008eb4fbba6281daef9c37b3348766cea00981eb /exampleSite
parent22176e79328e6e0f27b8a2b6041e202f578e64e4 (diff)
add basic config for the example
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml100
1 files changed, 100 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..e564175
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,100 @@
+baseURL = "/"
+title = "Piercer"
+author = "Daniel Zaragoza (Danielkvist)"
+googleAnalytics = ""
+defaultContentLanguage = "en"
+language = "en-US"
+
+theme = "hugo-piercer-theme"
+themesDir = "../.."
+
+[privacy]
+ [privacy.googleAnalytics]
+ anonymizeIP = true
+ disable = false
+ respectDoNotTrack = true
+ useSessionStorage = false
+ [privacy.instagram]
+ disable = false
+ simple = false
+ [privacy.twitter]
+ disable = false
+ enableDNT = true
+ simple = false
+ [privacy.vimeo]
+ disable = false
+ simple = false
+ [privacy.youtube]
+ disable = false
+ privacyEnhanced = true
+
+[params]
+ description = ""
+ favicon = ""
+ logo = ""
+
+[params.palette]
+ text = "#fdfdfd"
+ background = "#282a36"
+ accent = "#44475a"
+ foreground = "#f8f8f2"
+ separator = "#6272a4"
+ cyan = "#8be9fd"
+ green = "#50fa7b"
+ orange = "#ffb86c"
+ pink = "#ff79c6"
+ purple = "#bd93f9"
+ red = "#ff5555"
+ yellow = "#f1fa8c"
+
+[params.cta]
+ show = true
+ cta = ""
+ link = ""
+
+[params.fa]
+ version = ""
+ integrity = ""
+
+[params.form]
+ netlify = false
+ action = ""
+ method = "POST"
+ inputNameName = ""
+ inputNameLabel = ""
+ inputNamePlaceholder = ""
+ inputEmailName = ""
+ inputEmailLabel = ""
+ inputEmailPlaceholder = ""
+ inputMsgName = ""
+ inputMsgLabel = ""
+ inputMsgLength = 750
+ inputSubmitValue = ""
+
+[params.contact]
+ email = ""
+ phone = ""
+ skype = ""
+ address = ""
+
+[params.social]
+ twitter = ""
+ facebook = ""
+ github = ""
+ gitlab = ""
+ codepen = ""
+ instagram = ""
+ pinterest = ""
+ youtube = ""
+ linkedin = ""
+ weibo = ""
+ mastodon = ""
+ tumblr = ""
+ flickr = ""
+ "500px" = ""
+
+[params.copy]
+ copy = ""
+
+[params.agreements]
+ message = ""