From 75d572b50151c1b1ab17b643eb4ffe0c1b6e961d Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Wed, 15 Sep 2021 16:09:01 -0400 Subject: [PATCH] fix(conf): update toml conf for blog --- blog/config.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/blog/config.toml b/blog/config.toml index 1d7c819..935bd52 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -1,3 +1,6 @@ -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 +