blog/config/_default/languages.en.toml
Nicola Belluti e68deb61d7
All checks were successful
Build and Publish / build (push) Successful in 2m8s
Rilicensed the contents
2024-07-30 21:05:49 +02:00

30 lines
806 B
TOML

title = "Nicola's Blog"
languageName = "English"
[params]
displayName = "🇺🇸"
isoCode = "en"
dateFormat = "January 2, 2006"
copyright = """ \
Made by **Nicola Belluti** with ❤️ | \
[*CC BY-SA 4.0 license*](https://creativecommons.org/licenses/by-sa/4.0/) \
"""
[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" },
]