From 0b49f555d277cb331fb819bdad63298b4b9d7a86 Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Mon, 16 Mar 2026 14:59:53 -0600 Subject: [PATCH] Fix: links and language --- config.toml | 17 ++++++++++++++++- .../en/{ => posts}/buddhist-mental-health.md | 0 content/es/{ => posts}/otono.md | 0 3 files changed, 16 insertions(+), 1 deletion(-) rename content/en/{ => posts}/buddhist-mental-health.md (100%) rename content/es/{ => posts}/otono.md (100%) 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