This commit is contained in:
19
config.toml
19
config.toml
@@ -1,26 +1,9 @@
|
||||
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"]
|
||||
enableGitInfo = true
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
category = "category"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user