Files
blog/config/_default/languages.en.toml
2024-12-30 22:32:56 +01:00

17 lines
457 B
TOML

title = "Zoe's blog"
[params]
# logo = "img/author.png"
[params.author]
name = "Zoe Roux"
image = "img/author.png"
headline = "I'm not a dev, I'm a sorceress."
bio = "I work on [Kyoo](https://github.com/zoriya/kyoo) or other nerdy projects at night."
links = [
{ github = "https://github.com/zoriya" },
{ twitter = "https://twitter.com/zoriya_dev" },
{ linkedin = "https://www.linkedin.com/in/zoe-roux/" },
{ rss = "https://zoriya.dev/index.xml" },
]