diff options
author | Mirai Kumiko <murrr@macaw.me> | 2025-02-02 07:35:21 +0000 |
---|---|---|
committer | Mirai Kumiko <murrr@macaw.me> | 2025-02-02 07:37:49 +0000 |
commit | 224768e9fa8110832aaa38ec1b8b0bf598933b15 (patch) | |
tree | 74ebbccd9d817b7341cbc1570ec958139fd5d79a /hugo.toml | |
parent | 4165e97622aa87c59b1d4a135b47e6e3cbcd0bef (diff) | |
download | miraikumiko.com-224768e9fa8110832aaa38ec1b8b0bf598933b15.tar.gz miraikumiko.com-224768e9fa8110832aaa38ec1b8b0bf598933b15.tar.bz2 |
Updated
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -29,21 +29,21 @@ enableRobotsTXT = true title = "Mirai Kumiko's website" languageName = "🇺🇸" LanguageCode = "en-US" - contentDir = "content" + contentDir = "content/en" [languages.en.params] madeWith = "Personal site" [languages.es] title = "Sitio web de Mirai Kumiko" languageName = "🇪🇸" LanguageCode = "es-ES" - contentDir = "content.es" + contentDir = "content/es" [languages.es.params] madeWith = "Sitio personal" [languages.ru] title = "Бложик Mirai Kumiko" languageName = "🇷🇺" LanguageCode = "ru-RU" - contentDir = "content.ru" + contentDir = "content/ru" [languages.ru.params] madeWith = "Персональный сайт" @@ -95,5 +95,5 @@ enableRobotsTXT = true # email is also added to the footer of each post. You can hide the "reply to" # link by using a `hideReply` param in front matter. [params.author] - name = "Mirai Kumiko" # Your name as shown in the RSS feed metadata - email = "murrr@macaw.me" # Added to the footer so readers can reply to posts + name = "Mirai Kumiko" + email = "murrr@macaw.me" |