From a3419c4690cbb427963eed0b7b4d907557dfcd52 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Wed, 15 Sep 2021 17:52:44 -0400 Subject: [PATCH] fix(conf): update toml conf for blog --- blog/config.toml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/blog/config.toml b/blog/config.toml index 1d7c819..05190b4 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -1,3 +1,22 @@ -baseURL = 'http://example.org/' +baseURL = 'https://blog.mineral.town/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'mineral town blog' +theme = 'mineral' +paginate = 5 +DefaultContentLanguage = "en" +enableInlineShortcodes = true +footnoteReturnLinkContents = "^" + +[menu] + [[menu.main]] + identifier = "about" + name = "About" + url = "/about/" + weight = 10 + +[taxonomies] +category = "categories" +tag = "tags" + +[params] +description = "a blog for friends of mineral town"