27 lines
495 B
TOML
27 lines
495 B
TOML
baseURL = 'https://blog.mineral.town/'
|
|
languageCode = 'en-us'
|
|
title = 'mineral town blog'
|
|
copyright = "steven ye"
|
|
theme = 'mineral'
|
|
paginate = 6
|
|
DefaultContentLanguage = "en"
|
|
enableInlineShortcodes = true
|
|
footnoteReturnLinkContents = "^"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "about"
|
|
url = "/about/"
|
|
weight = 10
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
|
|
[permalinks]
|
|
posts = '/:title/'
|
|
|
|
[params]
|
|
description = "a blog for friends of mineral town"
|