@@ -16,10 +16,19 @@ languageName = "it"
16
16
languageAltTitle = " Italiano"
17
17
contentDir = " content/italian"
18
18
19
- [[languages .it .menu .main ]]
20
- weight = 5
21
- name = " Archivio"
22
- url = " archives/"
19
+ [languages .it .homeInfoParams ]
20
+ Title = " Oh, ciao! 👋🏻"
21
+
22
+ Content = """
23
+ Ti do il benvenuto su **airscript.it**!
24
+ Su questo blog troverai articoli relativi ad informatica, motivazione e molto altro!
25
+ Se vuoi, puoi supportarmi attraverso i link sotto o lasciando una 🌟 al [blog su GitHub](https://github.com/Airscripts/blog.airscript.it).
26
+ """
27
+
28
+ # [[languages.it.menu.main]]
29
+ # weight = 5
30
+ # name = "Archivio"
31
+ # url = "archives/"
23
32
24
33
[[languages .it .menu .main ]]
25
34
weight = 10
@@ -38,10 +47,10 @@ weight = 2
38
47
languageName = " en"
39
48
contentDir = " content/english"
40
49
41
- [[languages .en .menu .main ]]
42
- weight = 5
43
- name = " Archive"
44
- url = " archives/"
50
+ # [[languages.en.menu.main]]
51
+ # weight = 5
52
+ # name = "Archive"
53
+ # url = "archives/"
45
54
46
55
[[languages .en .menu .main ]]
47
56
weight = 10
@@ -53,6 +62,15 @@ weight = 15
53
62
name = " Search"
54
63
url = " search/"
55
64
65
+ [languages .en .homeInfoParams ]
66
+ Title = " Oh, hello! 👋🏻"
67
+
68
+ Content = """
69
+ I welcome you on **airscript.it**!
70
+ On this blog you'll find articles related to computer science, motivation and much more!
71
+ If you want, you can support me through the link below or leaving a 🌟 at [blog on GitHub](https://github.com/Airscripts/blog.airscript.it).
72
+ """
73
+
56
74
57
75
[taxonomies ]
58
76
category = ' categories'
@@ -68,6 +86,19 @@ ShowCodeCopyButtons = true
68
86
ShowToc = true
69
87
label.icon = " logo.svg"
70
88
89
+ [[params .socialIcons ]]
90
+ name = " github"
91
+ url = " https://github.com/sponsors/Airscripts"
92
+
93
+ [[params .socialIcons ]]
94
+ name = " KoFi"
95
+ url = " https://ko-fi.com/airscript"
96
+
97
+ [params .editPost ]
98
+ URL = " https://github.com/Airscripts/blog.airscript.it/tree/main/content"
99
+ Text = " Suggest Changes"
100
+ appendFilePath = false
101
+
71
102
72
103
[outputs ]
73
104
home = [ " HTML" , " RSS" , " JSON" ]
0 commit comments