Fix: links and language
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-16 14:59:53 -06:00
parent 2d211f840b
commit 0b49f555d2
3 changed files with 16 additions and 1 deletions

View File

@@ -1,9 +1,11 @@
baseURL = "/"
baseURL = "https://pedroediaz.nviam.dev"
title = "Pedro E. Díaz"
enableGitInfo = true
theme = "PaperMod"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[languages]
[languages.en]
weight = 1
@@ -17,5 +19,18 @@ theme = "PaperMod"
[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