diff --git a/config.toml b/config.toml index 6c80574..302eedb 100644 --- a/config.toml +++ b/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 + diff --git a/content/en/buddhist-mental-health.md b/content/en/posts/buddhist-mental-health.md similarity index 100% rename from content/en/buddhist-mental-health.md rename to content/en/posts/buddhist-mental-health.md diff --git a/content/es/otono.md b/content/es/posts/otono.md similarity index 100% rename from content/es/otono.md rename to content/es/posts/otono.md