Fix: links and language
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
17
config.toml
17
config.toml
@@ -1,9 +1,11 @@
|
|||||||
baseURL = "/"
|
baseURL = "https://pedroediaz.nviam.dev"
|
||||||
title = "Pedro E. Díaz"
|
title = "Pedro E. Díaz"
|
||||||
|
|
||||||
enableGitInfo = true
|
enableGitInfo = true
|
||||||
theme = "PaperMod"
|
theme = "PaperMod"
|
||||||
|
|
||||||
|
defaultContentLanguage = "en"
|
||||||
|
defaultContentLanguageInSubdir = false
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
weight = 1
|
weight = 1
|
||||||
@@ -17,5 +19,18 @@ theme = "PaperMod"
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
defaultTheme = "auto"
|
defaultTheme = "auto"
|
||||||
|
author= "Pedro E. Díaz"
|
||||||
|
ShowAllPagesInArchive= true
|
||||||
ShowShareButtons = true
|
ShowShareButtons = true
|
||||||
|
ShowToc = true
|
||||||
ShowReadingTime = true
|
ShowReadingTime = true
|
||||||
|
mainSections = ["posts"]
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
tag = "tags"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Tags"
|
||||||
|
url = "/tags/"
|
||||||
|
weight = 20
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user