Added the italian language
This commit is contained in:
parent
568902728e
commit
4bc24dd762
@ -3,7 +3,7 @@ title = "Nicola's Blog"
|
|||||||
languageName = "English"
|
languageName = "English"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
displayName = "EN"
|
displayName = "🇬🇧"
|
||||||
isoCode = "en"
|
isoCode = "en"
|
||||||
|
|
||||||
copyright = """ \
|
copyright = """ \
|
||||||
|
28
config/_default/languages.it.toml
Normal file
28
config/_default/languages.it.toml
Normal 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" },
|
||||||
|
]
|
32
config/_default/menus.it.toml
Normal file
32
config/_default/menus.it.toml
Normal 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
|
@ -1,7 +1,3 @@
|
|||||||
# Default article background image
|
|
||||||
# Credits: https://unsplash.com/photos/macbook-pro-JO_S6ewBqAk
|
|
||||||
defaultBackgroundImage = "/img/home-bg.jpg"
|
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
colorScheme = "blowfish"
|
colorScheme = "blowfish"
|
||||||
defaultAppearance = "dark"
|
defaultAppearance = "dark"
|
||||||
|
1
content/_index.it.md
Normal file
1
content/_index.it.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
17
content/about-me/index.it.md
Normal file
17
content/about-me/index.it.md
Normal 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
|
||||||
|
+++
|
1
content/categories/_index.it.md
Normal file
1
content/categories/_index.it.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Categorie
|
1
content/posts/_index.it.md
Normal file
1
content/posts/_index.it.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Post
|
1
content/series/_index.it.md
Normal file
1
content/series/_index.it.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Serie
|
4
i18n/it.yaml
Normal file
4
i18n/it.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
article:
|
||||||
|
part_of_series: "Questo articolo fa parte di una serie"
|
||||||
|
part: "Parte"
|
||||||
|
this_article: "Questo articolo"
|
Loading…
x
Reference in New Issue
Block a user