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:
Diffstat (limited to 'config.sk1.toml')
-rw-r--r--config.sk1.toml67
1 files changed, 20 insertions, 47 deletions
diff --git a/config.sk1.toml b/config.sk1.toml
index 7f8bd8a..034567e 100644
--- a/config.sk1.toml
+++ b/config.sk1.toml
@@ -1,53 +1,26 @@
baseURL = "https://sk1.jsiu.dev"
-title = "SK1"
-theme = "sk1"
+theme = "sk1"
+title = "SK1"
-author = "Steve Francia"
-copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
-paginate = 3
-languageCode = "en"
DefaultContentLanguage = "en"
+author = "Steve Francia"
+copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
+enableGitInfo = false
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
+languageCode = "en"
+paginate = 3
+relativeURLs = true
[Params]
-subtitle = "A Hugo Themes"
+maintype = "post"
+subtitle = "A Hugo Theme"
+
+[menu]
+ [[menu.main]]
+ identifier = "about"
+ name = "About"
+ url = "/about/"
+ weight = 10
+ [[menu.main]]
+ name = "Tags"
+ url = "/tags/"