mykiwi/mykiwi.blogpublic Fork 0
bf3cf90170888299b6939d18c034327377a52922
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.

Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 · on bf3cf90170888299b6939d18c034327377a52922 · Romain Gautier · 18h ago
hugo.toml · 55 lines · 1.6 KBTOML Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
baseURL = 'https://example.org/'
locale = 'en-us'
title = 'mykiwi.blog'
disableKinds = ['taxonomy', 'term']

[params]
# Optional: overrides the <meta name="description"> tag with different text
# than the colophon bio below. Leave unset (as here) and the meta tag is
# derived automatically from params.profile.bio, stripped down to plain text.
# description = "..."

[params.profile]
# Drop a square photo at blog/assets/images/avatar.jpg (or change this path)
# to have it show up; the colophon quietly skips itself if the file is missing.
avatar = "images/avatar.jpg"
avatarAlt = "mykiwi's GitHub avatar"
firstName = "Romain"
lastName = "GAUTIER"
atprotoHandle = 'mykiwi.dev'
# Markdown, rendered as-is in the colophon (links work: [text](url)). Also
# the source for the <meta name="description"> tag, unless params.description
# above is set to override it.
bio = "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."

[[params.profile.links]]
key = "bluesky"
value = "@mykiwi.dev"
url = "https://bsky.app/profile/mykiwi.dev"

[[params.profile.links]]
key = "tangled"
value = "@mykiwi.dev"
url = "https://tangled.org/mykiwi.dev"

[[params.profile.links]]
key = "github"
value = "mykiwi"
url = "https://github.com/mykiwi"

[[params.profile.links]]
key = "email"
value = "hi@mykiwi.blog"
url = "mailto:you@example.com"

[markup.highlight]
noClasses = false

[markup.goldmark.renderer]
unsafe = true

[markup.goldmark.parser]
autoHeadingID = true

[markup.goldmark.parser.attribute]
title = true