Added the italian language

This commit is contained in:
Nicola Belluti 2024-04-15 19:10:41 +02:00
parent 568902728e
commit 4bc24dd762
10 changed files with 86 additions and 5 deletions

View File

@ -3,7 +3,7 @@ title = "Nicola's Blog"
languageName = "English"
[params]
displayName = "EN"
displayName = "🇬🇧"
isoCode = "en"
copyright = """ \

View File

@ -0,0 +1,28 @@
title = "Il blog di Nicola"
languageName = "Italiano"
[params]
displayName = "🇮🇹"
isoCode = "it"
copyright = """ \
Fatto da **Nicola Belluti** col | \
[*Licenza GNU AGPLv3.0*](https://git.nicolabelluti.me/nicolabelluti/blog/src/branch/main/LICENSE) \
"""
[author]
name = "Nicola Belluti"
image = "/img/avatar.jpg"
headline = "Coding while listening to good music 🧑🏻‍💻"
bio = """ \
Un ragazzo innamorato del mondo open source. \
[***Su di me...***](/it/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" },
]

View File

@ -0,0 +1,32 @@
[[main]]
name = "Blog"
weight = 10
[[main]]
name = "Post"
pageRef = "/posts"
weight = 11
parent = "Blog"
[[main]]
name = "Categorie"
pageRef = "/categories"
weight = 12
parent = "Blog"
[[main]]
name = "Serie"
pageRef = "/series"
weight = 13
parent = "Blog"
[[main]]
name = "Su di me"
pageRef = "/about-me"
weight = 20
[[main]]
identifier = "rss"
pre = "rss"
url = "/index.xml"
weight = 30

View File

@ -1,7 +1,3 @@
# Default article background image
# Credits: https://unsplash.com/photos/macbook-pro-JO_S6ewBqAk
defaultBackgroundImage = "/img/home-bg.jpg"
# Theme
colorScheme = "blowfish"
defaultAppearance = "dark"

1
content/_index.it.md Normal file
View File

@ -0,0 +1 @@

View File

@ -0,0 +1,17 @@
+++
title = "Chi sono?"
layoutBackgroundHeaderSpace = false
sharingLinks = false
showAuthor = false
showDate = false
showEdit = false
showHeadingAnchors = false
showPagination = false
showReadingTime = false
showTableOfContents = false
showTaxonomies = false
showWordCount = false
showZenMode = false
+++

View File

@ -0,0 +1 @@
# Categorie

View File

@ -0,0 +1 @@
# Post

View File

@ -0,0 +1 @@
# Serie

4
i18n/it.yaml Normal file
View File

@ -0,0 +1,4 @@
article:
part_of_series: "Questo articolo fa parte di una serie"
part: "Parte"
this_article: "Questo articolo"