diff --git a/config.toml b/config.toml index e9fd74e..77752b1 100644 --- a/config.toml +++ b/config.toml @@ -5,17 +5,6 @@ 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" diff --git a/content/es/posts/2026-01-31.md b/content/posts/2026-01-31.md similarity index 94% rename from content/es/posts/2026-01-31.md rename to content/posts/2026-01-31.md index 96758a9..6cecc31 100644 --- a/content/es/posts/2026-01-31.md +++ b/content/posts/2026-01-31.md @@ -4,6 +4,7 @@ draft: false tags: ["poesía propia"] description: "Un poema viceral" date: 2026-01-31 +category: ["es"] --- # Hemorroides diff --git a/content/es/posts/2026-03-26.md b/content/posts/2026-03-26.md similarity index 98% rename from content/es/posts/2026-03-26.md rename to content/posts/2026-03-26.md index 62a1b22..8c3d59f 100644 --- a/content/es/posts/2026-03-26.md +++ b/content/posts/2026-03-26.md @@ -4,6 +4,7 @@ draft: false tags: ["poesía propia"] description: "Tres poemas sobre Amor, Insomnio y Soledad" date: 2026-03-26 +category: ["es"] --- # l' amore non se ne va diff --git a/content/es/posts/2026-04-03.md b/content/posts/2026-04-03.md similarity index 96% rename from content/es/posts/2026-04-03.md rename to content/posts/2026-04-03.md index d3f1041..1a86314 100644 --- a/content/es/posts/2026-04-03.md +++ b/content/posts/2026-04-03.md @@ -4,6 +4,7 @@ draft: false tags: ["poesía propia"] description: "" date: 2026-04-03 +category: ["es"] --- ``` diff --git a/content/es/posts/2026-04-04.md b/content/posts/2026-04-04.md similarity index 94% rename from content/es/posts/2026-04-04.md rename to content/posts/2026-04-04.md index 696460e..acc9fc4 100644 --- a/content/es/posts/2026-04-04.md +++ b/content/posts/2026-04-04.md @@ -4,6 +4,7 @@ draft: false tags: ["poesía propia"] description: "" date: 2026-04-04 +category: ["es"] --- Un nuevo tatuaje para mi corazón hipócrita que habla del diff --git a/content/en/posts/buddhist-mental-health.md b/content/posts/buddhist-mental-health.md similarity index 99% rename from content/en/posts/buddhist-mental-health.md rename to content/posts/buddhist-mental-health.md index 26e8c37..f969431 100644 --- a/content/en/posts/buddhist-mental-health.md +++ b/content/posts/buddhist-mental-health.md @@ -4,6 +4,7 @@ draft: false tags: ["eassay", "buddhism", "mental health"] description: "In this essay I argue how Buddhist principles provide the ethical and mental framework necessary to manage a life long mental illness." date: 2026-03-16 +category: [ "en" ] --- I have always been a terrible student, with below average grades, and, even until high school, all my notebooks have doodles all over the place. One may conclude that I'm unengaged or I have some type of attention disorder. diff --git a/content/es/posts/dolor-incomprension.md b/content/posts/dolor-incomprension.md similarity index 98% rename from content/es/posts/dolor-incomprension.md rename to content/posts/dolor-incomprension.md index 0461ef3..684da77 100644 --- a/content/es/posts/dolor-incomprension.md +++ b/content/posts/dolor-incomprension.md @@ -4,6 +4,7 @@ draft: false tags: ["ensayo", "reflexión" ] description: Prosa poética inspirada en la figura de Alda Merini que indaga en la sensibilidad como virtud y carga. A través de un tono confesional, se recorre la empatía hacia lo roto, la aceptación de la soledad como única compañía y la persistencia del amor como acto de fe en un mundo irónico. date: 2026-03-26 +category: ["es"] --- > I fogli bianchi sono la dismisura dell’anima diff --git a/content/es/posts/el-castillo-vagabundo.md b/content/posts/el-castillo-vagabundo.md similarity index 98% rename from content/es/posts/el-castillo-vagabundo.md rename to content/posts/el-castillo-vagabundo.md index b4b0a51..15dde06 100644 --- a/content/es/posts/el-castillo-vagabundo.md +++ b/content/posts/el-castillo-vagabundo.md @@ -4,6 +4,7 @@ draft: false tags: ["ensayo", "cine" ] description: "A través de cinco breves estrofas, explora cómo el amor actúa como una fuerza transformadora, protectora y atemporal. Desde las paradojas visuales del mundo mágico hasta el origen del Castillo nacido de la soledad, el texto culmina celebrando el afecto como la clave que restaura el orden y crea un hogar." date: 2026-04-01 +category: ["es"] --- Un Amor que cambia formas, en un mundo donde los jóvenes diff --git a/content/es/posts/otono.md b/content/posts/otono.md similarity index 99% rename from content/es/posts/otono.md rename to content/posts/otono.md index 82bf651..2dc45d8 100644 --- a/content/es/posts/otono.md +++ b/content/posts/otono.md @@ -3,6 +3,7 @@ title: "Otoño" draft: false tags: ["poesía"] date: 2026-03-16 +category: ["es"] --- # José Carlos Becerra diff --git a/content/en/posts/reading-list.md b/content/posts/reading-list.md similarity index 98% rename from content/en/posts/reading-list.md rename to content/posts/reading-list.md index 53233e4..d166424 100644 --- a/content/en/posts/reading-list.md +++ b/content/posts/reading-list.md @@ -1,5 +1,6 @@ --- title: Reading List +category: ["en", "es"] --- ## Currently Reading diff --git a/content/es/posts/tristan-isolda.md b/content/posts/tristan-isolda.md similarity index 100% rename from content/es/posts/tristan-isolda.md rename to content/posts/tristan-isolda.md diff --git a/data/menu.toml b/data/menu.toml index 6b23f17..eaee0e5 100644 --- a/data/menu.toml +++ b/data/menu.toml @@ -1,25 +1,24 @@ [[entries]] title = "English" +url = "posts" [entries.post_list] limit = 5 + category = "en" show_more = true show_more_text = "See archive..." show_more_url = "posts" - [entries.rss] - title = "rss" - url = "index.xml" - [[entries]] title = "Español" [entries.post_list] limit = 5 + category = "es" show_more = true show_more_text = "Ver archivo..." - show_more_url = "es/posts" + show_more_url = "posts" - [entries.rss] - title = "rss" - url = "es/index.xml" +[[entries]] +title = "rss" +url = "es/index.xml"