| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 1 | title = 'mykiwi.blog' |
| 2 | disableKinds = ['taxonomy', 'term'] |
| Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 13h ago | 3 | enableRobotsTXT = true |
| 4 | |
| 5 | # Multihost: every language below sets its own baseURL, which is what tells |
| 6 | # Hugo to build each one as a fully separate site (own absolute URLs, no |
| 7 | # /fr/ path prefix) instead of one shared build with a language-prefixed |
| Add Spanish (es) language support 479f7e2 Romain Gautier 9h ago | 8 | # path. `hugo` then writes public/en/, public/fr/, public/pt/, public/ja/, |
| 9 | # public/es/ - each folder is a complete site meant to be deployed as the |
| 10 | # docroot of its own (sub)domain (public/en/ -> mykiwi.blog, public/fr/ -> |
| 11 | # fr.mykiwi.blog, etc). A content file with no language suffix (e.g. |
| 12 | # posts/hello-world.md) is the English version; translations sit alongside |
| 13 | # it as posts/hello-world.fr.md, .pt.md, .ja.md, .es.md. |
| Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 13h ago | 14 | defaultContentLanguage = "en" |
| 15 | |
| Adapt urls & remove email ab57bea Romain Gautier 7h ago | 16 | [permalinks] |
| 17 | [permalinks.page] |
| 18 | posts = "/:year/:month/:day/:slug/" |
| 19 | |
| Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 13h ago | 20 | [languages.en] |
| 21 | baseURL = "https://mykiwi.blog/" |
| 22 | label = "English" |
| 23 | locale = "en-us" |
| 24 | weight = 1 |
| 25 | |
| Add Spanish (es) language support 479f7e2 Romain Gautier 9h ago | 26 | [languages.es] |
| 27 | baseURL = "https://es.mykiwi.blog/" |
| 28 | label = "Español" |
| 29 | locale = "es-es" |
| 30 | weight = 2 |
| 31 | |
| Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 13h ago | 32 | [languages.fr] |
| 33 | baseURL = "https://fr.mykiwi.blog/" |
| 34 | label = "Français" |
| 35 | locale = "fr-fr" |
| Add Spanish (es) language support 479f7e2 Romain Gautier 9h ago | 36 | weight = 3 |
| Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 13h ago | 37 | |
| 38 | [languages.pt] |
| 39 | baseURL = "https://pt.mykiwi.blog/" |
| 40 | label = "Português" |
| 41 | locale = "pt-br" |
| Add Spanish (es) language support 479f7e2 Romain Gautier 9h ago | 42 | weight = 4 |
| Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 13h ago | 43 | |
| 44 | [languages.ja] |
| 45 | baseURL = "https://ja.mykiwi.blog/" |
| 46 | label = "日本語" |
| 47 | locale = "ja-jp" |
| Add Spanish (es) language support 479f7e2 Romain Gautier 9h ago | 48 | weight = 5 |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 49 | |
| 50 | [params] |
| 51 | # Optional: overrides the <meta name="description"> tag with different text |
| 52 | # than the colophon bio below. Leave unset (as here) and the meta tag is |
| 53 | # derived automatically from params.profile.bio, stripped down to plain text. |
| 54 | # description = "..." |
| 55 | |
| Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 13h ago | 56 | # Blocks search engines from indexing the site (adds <meta name="robots" |
| 57 | # content="noindex, nofollow"> to every page and a Disallow: / robots.txt) - |
| 58 | # flip to false (or delete the line) once the site is ready to be found. |
| 59 | noindex = true |
| 60 | |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 61 | [params.profile] |
| 62 | # Drop a square photo at blog/assets/images/avatar.jpg (or change this path) |
| 63 | # to have it show up; the colophon quietly skips itself if the file is missing. |
| 64 | avatar = "images/avatar.jpg" |
| Add SRI fingerprinting, inline avatar blurhash, and a language switcher icon 51380a7 Romain Gautier 8h ago | 65 | avatarAlt = "mykiwi's avatar" |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 66 | firstName = "Romain" |
| 67 | lastName = "GAUTIER" |
| 68 | atprotoHandle = 'mykiwi.dev' |
| 69 | # Markdown, rendered as-is in the colophon (links work: [text](url)). Also |
| 70 | # the source for the <meta name="description"> tag, unless params.description |
| 71 | # above is set to override it. |
| Add SRI fingerprinting, inline avatar blurhash, and a language switcher icon 51380a7 Romain Gautier 8h ago | 72 | bio = "I'm a software engineer, passionate about technology, sharing knowledge and open source like #PHP, #Symfony, #Docker, #Dagger, #Nix, atproto:// and ATmosphere. Also [🐕️ & 🐈️](https://instagram.com/apy.leon \"Pictures of Apy & Léon\") dad." |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 73 | |
| 74 | [[params.profile.links]] |
| Add Spanish (es) language support 479f7e2 Romain Gautier 9h ago | 75 | key = "Tweets on ATmosphere" |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 76 | value = "@mykiwi.dev" |
| 77 | url = "https://bsky.app/profile/mykiwi.dev" |
| 78 | |
| 79 | [[params.profile.links]] |
| Add Spanish (es) language support 479f7e2 Romain Gautier 9h ago | 80 | key = "Tweets on Fediverse" |
| 81 | value = "@mykiwi@mamot.fr" |
| 82 | url = "https://mamot.fr/@mykiwi" |
| 83 | |
| 84 | [[params.profile.links]] |
| 85 | key = "Tweets on Twitter" |
| Add SRI fingerprinting, inline avatar blurhash, and a language switcher icon 51380a7 Romain Gautier 8h ago | 86 | value = "@my_kiwi" |
| Add Spanish (es) language support 479f7e2 Romain Gautier 9h ago | 87 | url = "https://x.com/mykiwi" |
| 88 | |
| 89 | [[params.profile.links]] |
| 90 | key = "Code on ATmosphere" |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 91 | value = "@mykiwi.dev" |
| 92 | url = "https://tangled.org/mykiwi.dev" |
| 93 | |
| 94 | [[params.profile.links]] |
| Add Spanish (es) language support 479f7e2 Romain Gautier 9h ago | 95 | key = "Code on GitHub" |
| 96 | value = "@mykiwi" |
| Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 18h ago | 97 | url = "https://github.com/mykiwi" |
| 98 | |
| 99 | [markup.highlight] |
| 100 | noClasses = false |
| 101 | |
| 102 | [markup.goldmark.renderer] |
| 103 | unsafe = true |
| 104 | |
| 105 | [markup.goldmark.parser] |
| 106 | autoHeadingID = true |
| 107 | |
| 108 | [markup.goldmark.parser.attribute] |
| 109 | title = true |