From 1450e2f6b1905aa396618053080a52efee930574 Mon Sep 17 00:00:00 2001 From: "John Siu (imacpro)" Date: Thu, 2 Jul 2020 14:27:32 -0400 Subject: config.demo.toml - clean up --- config.demo.toml | 17 +++++++++++++++++ config.sk1.toml | 26 -------------------------- 2 files changed, 17 insertions(+), 26 deletions(-) create mode 100644 config.demo.toml delete mode 100644 config.sk1.toml 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/" -- cgit v1.2.3