All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
26 lines
421 B
TOML
26 lines
421 B
TOML
baseURL = "https://pedroediaz.nviam.dev"
|
|
title = "Pedro E. Díaz"
|
|
|
|
enableGitInfo = true
|
|
theme = "nostyleplease"
|
|
|
|
defaultContentLanguage = "en"
|
|
|
|
[params]
|
|
defaultTheme = "auto"
|
|
author= "Pedro E. Díaz"
|
|
ShowAllPagesInArchive= true
|
|
ShowShareButtons = true
|
|
ShowToc = true
|
|
ShowReadingTime = true
|
|
mainSections = ["posts"]
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
|
|
[[menu.main]]
|
|
name = "Tags"
|
|
url = "/tags/"
|
|
weight = 20
|
|
|