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"
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user