Files
pedroediaz.nviam.dev/config.toml
PedroEdiaz fdb5dc548e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add 2026-04
2026-05-03 21:03:09 -06:00

37 lines
647 B
TOML

baseURL = "https://pedroediaz.nviam.dev"
title = "Pedro E. Díaz"
enableGitInfo = true
theme = "nostyleplease"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[languages]
[languages.en]
weight = 1
contentDir = "content/en"
languageName = "English"
[languages.es]
weight = 2
contentDir = "content/es"
languageName = "Español"
[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