Files
pedroediaz.nviam.dev/config.toml
PedroEdiaz 19b0885ef5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add category
2026-05-03 21:41:53 -06:00

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