baseURL = 'https://example.org/' locale = 'en-us' title = 'mykiwi.blog' disableKinds = ['taxonomy', 'term'] [params] # Optional: overrides the 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 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