Skip to content

Commit f4696db

Browse files
author
Francesco Sardone
authored
feat: add home page
1 parent fc129e0 commit f4696db

File tree

5 files changed

+42
-11
lines changed

5 files changed

+42
-11
lines changed

README_DOCKER_HUB.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
 
1212

1313
# What is blog.airscript.it?
14-
This is my personal blog where I write posts about information technology, motivation and life adventures.
14+
This is my personal blog where I write posts about computer science, motivation and much more.
1515
It is open source so that anybody can improve it freely or just take inspiration.
1616
 
1717

config.toml

+39-8
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,19 @@ languageName = "it"
1616
languageAltTitle = "Italiano"
1717
contentDir = "content/italian"
1818

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/"
2332

2433
[[languages.it.menu.main]]
2534
weight = 10
@@ -38,10 +47,10 @@ weight = 2
3847
languageName = "en"
3948
contentDir = "content/english"
4049

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/"
4554

4655
[[languages.en.menu.main]]
4756
weight = 10
@@ -53,6 +62,15 @@ weight = 15
5362
name = "Search"
5463
url = "search/"
5564

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+
5674

5775
[taxonomies]
5876
category = 'categories'
@@ -68,6 +86,19 @@ ShowCodeCopyButtons = true
6886
ShowToc = true
6987
label.icon = "logo.svg"
7088

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+
71102

72103
[outputs]
73104
home = [ "HTML", "RSS", "JSON" ]

content/english/about.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Just to name a few of the thousand things that fascinate me.
2121
Oh yes! I cannot miss out an honorable mention to paleonthology and
2222
specifically to **dinosaurs**.
2323

24-
Of all, however, information technology was the one I never lost sight of.
24+
Of all, however, computer science was the one I never lost sight of.
2525
The possibility of being able to create tools that could make people's life better through lines of code, got me so excited to make this interest,
2626
**passion** and later also **work**.
2727

@@ -50,7 +50,7 @@ During this year I've got an invaluable value from these experiences and I
5050
want to share them with you.
5151

5252
## What can I read?
53-
As a great information technolgy enthusiast it seems absolutely obvious
53+
As a great computer science enthusiast it seems absolutely obvious
5454
to me that the main topic will be that. I will treat it, however, in my own way.
5555

5656
How? I'll put in a pinch of **philosophy** and **simplicity**: like those that distinguish me.

content/english/posts/.gitkeep

Whitespace-only changes.

content/italian/posts/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)