blog/config/_default/languages.it.toml
Nicola Belluti 006423c856
All checks were successful
Build and Publish / build (push) Successful in 1m27s
Fixed Blowfish breaking change
2024-09-03 10:10:13 +02:00

31 lines
910 B
TOML

title = "Nicola Belluti"
languageName = "Italiano"
[params]
displayName = "🇮🇹"
isoCode = "it"
homepage.showMoreLinkDest = "/it/posts"
copyright = """ \
Fatto da **Nicola Belluti** col ❤️ | \
[*Licenza CC BY-SA*](https://creativecommons.org/licenses/by-sa/4.0/) \
"""
[params.author]
name = "Nicola Belluti"
headline = "Coding while listening to good music 🧑🏻‍💻"
bio = """ \
Un ragazzo innamorato del mondo open source. \
[***Su di me...***](/it/about-me) \
"""
links = [
{ gitea = "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" },
]