mykiwi/mykiwi.blogpublic Fork 0
ca8b900c61818e412fa536a0f92084227bbf5f4c
Commits
Clone
git clone https://git.rickub.com/mykiwi/mykiwi.blog.git
git clone ssh://git@rickub.com/mykiwi/mykiwi.blog.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

hugo.toml · 55 lines · 1.6 KBTOML Blame HistoryRaw
Add hugo skeleton 373f934 Romain Gautier yesterday1baseURL = 'https://example.org/'
2locale = 'en-us'
Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 22h ago3title = 'mykiwi.blog'
4disableKinds = ['taxonomy', 'term']
5
6[params]
7# Optional: overrides the <meta name="description"> tag with different text
8# than the colophon bio below. Leave unset (as here) and the meta tag is
9# derived automatically from params.profile.bio, stripped down to plain text.
10# description = "..."
11
12[params.profile]
13# Drop a square photo at blog/assets/images/avatar.jpg (or change this path)
14# to have it show up; the colophon quietly skips itself if the file is missing.
15avatar = "images/avatar.jpg"
16avatarAlt = "mykiwi's GitHub avatar"
17firstName = "Romain"
18lastName = "GAUTIER"
19atprotoHandle = 'mykiwi.dev'
20# Markdown, rendered as-is in the colophon (links work: [text](url)). Also
21# the source for the <meta name="description"> tag, unless params.description
22# above is set to override it.
23bio = "I'm a software engineer, passionate about technology, sharing knowledge and open source like #PHP, #Symfony, #Docker, #Dagger, #Nix and atproto:// Also [🐕️ & 🐈️](https://instagram.com/apy.leon \"Pictures of Apy & Léon\") dad."
24
25[[params.profile.links]]
26key = "bluesky"
27value = "@mykiwi.dev"
28url = "https://bsky.app/profile/mykiwi.dev"
29
30[[params.profile.links]]
31key = "tangled"
32value = "@mykiwi.dev"
33url = "https://tangled.org/mykiwi.dev"
34
35[[params.profile.links]]
36key = "github"
37value = "mykiwi"
38url = "https://github.com/mykiwi"
39
40[[params.profile.links]]
41key = "email"
42value = "hi@mykiwi.blog"
43url = "mailto:you@example.com"
44
45[markup.highlight]
46noClasses = false
47
48[markup.goldmark.renderer]
49unsafe = true
50
51[markup.goldmark.parser]
52autoHeadingID = true
53
54[markup.goldmark.parser.attribute]
55title = true