blog/config/_default/languages.en.toml

30 lines
830 B
TOML
Raw Normal View History

2024-04-14 13:59:19 +02:00
title = "Nicola's Blog"
2024-04-15 13:50:42 +02:00
languageName = "English"
[params]
2024-04-22 13:30:36 +02:00
displayName = "🇺🇸"
2024-04-15 13:50:42 +02:00
isoCode = "en"
2024-04-23 20:03:45 +02:00
dateFormat = "January 2, 2006"
2024-04-15 13:50:42 +02:00
copyright = """ \
Made by **Nicola Belluti** with | \
[*GNU AGPLv3.0 license*](https://git.nicolabelluti.me/nicolabelluti/blog/src/branch/main/LICENSE) \
"""
[author]
name = "Nicola Belluti"
image = "/img/avatar.jpg"
headline = "Coding while listening to good music 🧑🏻‍💻"
bio = """ \
An IT guy in love with the open source world. \
[***About me...***](/about-me) \
"""
links = [
{ code = "https://git.nicolabelluti.me/nicolabelluti" },
{ email = "mailto:nicolabelluti@protonmail.com" },
{ telegram = "https://t.me/nicolabelluti" },
{ mug-hot = "https://buymeacoffee.com/nicolabelluti" },
{ rss = "/index.xml" },
]