diff --git a/hugo.toml b/hugo.toml index 7e568b8..6c36161 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,29 @@ -baseURL = 'https://example.org/' +baseURL = 'https://blog.minded.net/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'blog.minded.net' +theme = 'minimalminded' + +[[menus.main]] +name = 'posts' +pageRef = '/posts' +weight = 10 + +[[menus.main]] +name = 'tags' +pageRef = '/tags' +weight = 20 + +[module] + [module.hugoVersion] + extended = false + min = "0.116.0" + +[[menus.main]] +name = 'about' +pageRef = '/pages/about' +weight = 90 + +[markup] + [markup.highlight] + style = 'doom-one' + linenos = true