blog/config/_default/languages.en.toml

31 lines
893 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 | \
2024-07-30 21:05:49 +02:00
[*CC BY-SA 4.0 license*](https://creativecommons.org/licenses/by-sa/4.0/) \
2024-04-15 13:50:42 +02:00
"""
[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" },
2024-07-30 21:21:23 +02:00
{ github = "https://github.com/nicolabelluti" },
{ instagram = "https://instagram.com/nicola.belluti" },
2024-04-15 13:50:42 +02:00
{ email = "mailto:nicolabelluti@protonmail.com" },
{ telegram = "https://t.me/nicolabelluti" },
{ mug-hot = "https://buymeacoffee.com/nicolabelluti" },
{ rss = "/index.xml" },
]