Files
pedroediaz.nviam.dev/config.toml
PedroEdiaz 0b49f555d2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix: links and language
2026-03-16 14:59:53 -06:00

37 lines
642 B
TOML

baseURL = "https://pedroediaz.nviam.dev"
title = "Pedro E. Díaz"
enableGitInfo = true
theme = "PaperMod"
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