fix(conf): update toml conf for blog

pull/1/head
steven 2021-09-15 17:52:44 -04:00
parent 386284796b
commit a3419c4690
1 changed files with 21 additions and 2 deletions

View File

@ -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"