mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 03:29:31 -07:00
24 lines
613 B
TOML
24 lines
613 B
TOML
# 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)
|
|
# * de (powered by Geist)
|
|
# * es (powered by Geist)
|
|
# * fr (powered by Geist)
|
|
# * it (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'
|