mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
17 lines
520 B
TOML
17 lines
520 B
TOML
# timeout
|
|
timeout = "1200s"
|
|
# your website url
|
|
baseURL = 'https://bridget-demo.sped0n.com'
|
|
# website title
|
|
title = 'Bridget'
|
|
# don't touch this
|
|
disableKinds = ["section", "taxonomy", "term", "home"]
|
|
# robots.txt
|
|
enableRobotsTXT = true
|
|
|
|
# theme as module
|
|
[module]
|
|
replacements = "github.com/Sped0n/bridget/v2 -> ../.." # deploy with local dir (relative to hugo site theme dir) WARN: delete this line if you want to deploy with git
|
|
[[module.imports]]
|
|
path = "github.com/Sped0n/bridget/v2" # deploy with git (recommended)
|