blog/config/_default/languages.en.toml
Nicola Belluti 1ca907dfe3
All checks were successful
Build and Publish / build (push) Successful in 1m33s
Removed the avatar
2024-08-08 19:29:36 +02:00

31 lines
893 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"
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" },
{ github = "https://github.com/nicolabelluti" },
{ instagram = "https://instagram.com/nicola.belluti" },
{ email = "mailto:nicolabelluti@protonmail.com" },
{ telegram = "https://t.me/nicolabelluti" },
{ mug-hot = "https://buymeacoffee.com/nicolabelluti" },
{ rss = "/index.xml" },
]