add defaults variable to hugo.toml
This commit is contained in:
parent
88b18d1695
commit
298e5e4d16
1 changed files with 8 additions and 0 deletions
|
|
@ -8,6 +8,14 @@ disableKinds = ["sitemap", "taxonomy", "term"]
|
||||||
sitename = "Your Site"
|
sitename = "Your Site"
|
||||||
description = "Your site description"
|
description = "Your site description"
|
||||||
headerImage = "/path/to/fallback/headerimage.jpg"
|
headerImage = "/path/to/fallback/headerimage.jpg"
|
||||||
|
publihser = "You, yourself, or the gang!"
|
||||||
|
relay = "wss://tortellino.basspistol.org"
|
||||||
|
footlinks1_name = "FOLLA ME"
|
||||||
|
footlinks1_url = "https://nostr.client..."
|
||||||
|
footlinks2_name = "Clone this web"
|
||||||
|
footlinks2_url = "https://git.basspistol.org/setto/setto-nostr-web"
|
||||||
|
footlinks3_name = "BPIST"
|
||||||
|
footlinks3_url = "https://basspistol.com/"
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
page = "/:contentbasename/"
|
page = "/:contentbasename/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue