Added the italian language
This commit is contained in:
@ -3,7 +3,7 @@ title = "Nicola's Blog"
|
||||
languageName = "English"
|
||||
|
||||
[params]
|
||||
displayName = "EN"
|
||||
displayName = "🇬🇧"
|
||||
isoCode = "en"
|
||||
|
||||
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
|
||||
colorScheme = "blowfish"
|
||||
defaultAppearance = "dark"
|
||||
|
Reference in New Issue
Block a user