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

github.com/J-Siu/hugo-theme-sk1.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-06-26 06:19:45 +0300
committerJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-06-26 06:19:45 +0300
commitb36eecdbcdc564c5b74320b93311b1c76ecfcd52 (patch)
tree349ac830aca5609b1ed18a0bad7a2e6414fa042e
parent2dcac111c608cda50978263c385c193ebd459957 (diff)
config.sample.toml1.0.0
- hugoBasicExample config for SK1 demo
-rw-r--r--config.sameple.toml53
1 files changed, 53 insertions, 0 deletions
diff --git a/config.sameple.toml b/config.sameple.toml
new file mode 100644
index 0000000..7f8bd8a
--- /dev/null
+++ b/config.sameple.toml
@@ -0,0 +1,53 @@
+baseURL = "https://sk1.jsiu.dev"
+title = "SK1"
+theme = "sk1"
+
+author = "Steve Francia"
+copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
+paginate = 3
+languageCode = "en"
+DefaultContentLanguage = "en"
+enableInlineShortcodes = true
+
+[menu]
+
+ [[menu.main]]
+ identifier = "about"
+ name = "About"
+ url = "/about/"
+ weight = 10
+
+[taxonomies]
+category = "categories"
+tag = "tags"
+series = "series"
+
+[privacy]
+
+ [privacy.vimeo]
+ disabled = false
+ simple = true
+
+ [privacy.twitter]
+ disabled = false
+ enableDNT = true
+ simple = true
+
+ [privacy.instagram]
+ disabled = false
+ simple = true
+
+ [privacy.youtube]
+ disabled = false
+ privacyEnhanced = true
+
+[services]
+
+ [services.instagram]
+ disableInlineCSS = true
+
+ [services.twitter]
+ disableInlineCSS = true
+
+[Params]
+subtitle = "A Hugo Themes"