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-07-02 21:27:32 +0300
committerJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-07-02 21:27:32 +0300
commit1450e2f6b1905aa396618053080a52efee930574 (patch)
tree4e8681d029507067773caf3027f2e86b7136d585
parenteaedc84837c5fccec23c646434586960c506eca3 (diff)
config.demo.toml - clean up
-rw-r--r--config.demo.toml17
-rw-r--r--config.sk1.toml26
2 files changed, 17 insertions, 26 deletions
diff --git a/config.demo.toml b/config.demo.toml
new file mode 100644
index 0000000..831b399
--- /dev/null
+++ b/config.demo.toml
@@ -0,0 +1,17 @@
+baseURL = "https://sk1.jsiu.dev"
+theme = "sk1"
+title = "SK1"
+
+[Params]
+maintype = "post"
+subtitle = "A Hugo Theme"
+
+[menu]
+ [[menu.main]]
+ identifier = "about"
+ name = "About"
+ url = "/about/"
+ weight = 10
+ [[menu.main]]
+ name = "Tags"
+ url = "/tags/"
diff --git a/config.sk1.toml b/config.sk1.toml
deleted file mode 100644
index 034567e..0000000
--- a/config.sk1.toml
+++ /dev/null
@@ -1,26 +0,0 @@
-baseURL = "https://sk1.jsiu.dev"
-theme = "sk1"
-title = "SK1"
-
-DefaultContentLanguage = "en"
-author = "Steve Francia"
-copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
-enableGitInfo = false
-enableInlineShortcodes = true
-languageCode = "en"
-paginate = 3
-relativeURLs = true
-
-[Params]
-maintype = "post"
-subtitle = "A Hugo Theme"
-
-[menu]
- [[menu.main]]
- identifier = "about"
- name = "About"
- url = "/about/"
- weight = 10
- [[menu.main]]
- name = "Tags"
- url = "/tags/"