mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-22 05:59:31 -07:00
chore(hugo.toml): update baseURL, themesdir, theme, and title in hugo.toml
feat(hugo.toml): enable robots.txt and set defaultContentLanguage to 'en' in hugo.toml chore(markup.toml): update goldmark configuration in markup.toml chore(params.toml): update description and bundled fields in params.toml chore(sitemap.toml): update changefreq, filename, and priority in sitemap.toml
This commit is contained in:
@@ -1,4 +1,19 @@
|
||||
# your website url
|
||||
baseURL = 'https://www.example.com/'
|
||||
# path to theme directory
|
||||
themesdir = '../..'
|
||||
# theme name
|
||||
theme = 'Bridget'
|
||||
# website title
|
||||
title = 'bridget'
|
||||
# don't touch this
|
||||
disableKinds = ["section", "taxonomy", "term", "home"]
|
||||
# robots.txt
|
||||
enableRobotsTXT = true
|
||||
# available options
|
||||
# * en (powered by Geist)
|
||||
# * zh-sg zh-cn (powered by Noto Sans SC)
|
||||
# * zh-hk zh-tw zh-mo (powered by Noto Sans TC)
|
||||
# * ja (powered by Noto Sans JP)
|
||||
# * ko (powered by Noto Sans KR)
|
||||
defaultContentLanguage = 'en'
|
||||
|
||||
Reference in New Issue
Block a user