37 lines
647 B
TOML
37 lines
647 B
TOML
baseURL = "https://pedroediaz.nviam.dev"
|
|
title = "Pedro E. Díaz"
|
|
|
|
enableGitInfo = true
|
|
theme = "nostyleplease"
|
|
|
|
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
|
|
|