Files
blog/config/_default/languages.en.toml
Nicola Belluti 4a400ff673
Some checks failed
Build and Publish / build (push) Failing after 1m18s
Added LinkedIn
2026-03-09 13:17:53 +01:00

33 lines
1.0 KiB
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/) \
"""
[params.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 = [
{ gitea = "https://git.nicolabelluti.me/nicolabelluti" },
{ github = "https://github.com/nicolabelluti" },
{ linkedin = "https://linkedin.com/in/nicolabelluti?locale=en_US" },
{ reddit = "https://reddit.com/u/nicola-belluti" },
{ instagram = "https://instagram.com/nicola.belluti" },
{ email = "mailto:me [at] [this domain]" },
{ telegram = "https://t.me/nicolabelluti" },
{ mug-hot = "https://buymeacoffee.com/nicolabelluti" },
{ rss = "/index.xml" },
]