mirror of
https://github.com/zoriya/blog.git
synced 2025-12-05 22:16:10 +00:00
13 lines
317 B
TOML
13 lines
317 B
TOML
title = "Zoe's blog"
|
|
|
|
[params.author]
|
|
name = "Zoe Roux"
|
|
image = "img/author.png"
|
|
headline = "I'm not a dev, I'm a sorceress."
|
|
bio = "A little bit about me"
|
|
links = [
|
|
{ github = "https://github.com/zoriya" },
|
|
{ linkedin = "https://www.linkedin.com/in/zoe-roux/" },
|
|
{ twitter = "https://twitter.com/zoriya_dev" },
|
|
]
|