Skip to content

feat: add home page #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README_DOCKER_HUB.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
 

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

Expand Down
47 changes: 39 additions & 8 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,19 @@ languageName = "it"
languageAltTitle = "Italiano"
contentDir = "content/italian"

[[languages.it.menu.main]]
weight = 5
name = "Archivio"
url = "archives/"
[languages.it.homeInfoParams]
Title = "Oh, ciao! 👋🏻"

Content = """
Ti do il benvenuto su **airscript.it**!
Su questo blog troverai articoli relativi ad informatica, motivazione e molto altro!
Se vuoi, puoi supportarmi attraverso i link sotto o lasciando una 🌟 al [blog su GitHub](https://github.com/Airscripts/blog.airscript.it).
"""

# [[languages.it.menu.main]]
# weight = 5
# name = "Archivio"
# url = "archives/"

[[languages.it.menu.main]]
weight = 10
Expand All @@ -38,10 +47,10 @@ weight = 2
languageName = "en"
contentDir = "content/english"

[[languages.en.menu.main]]
weight = 5
name = "Archive"
url = "archives/"
# [[languages.en.menu.main]]
# weight = 5
# name = "Archive"
# url = "archives/"

[[languages.en.menu.main]]
weight = 10
Expand All @@ -53,6 +62,15 @@ weight = 15
name = "Search"
url = "search/"

[languages.en.homeInfoParams]
Title = "Oh, hello! 👋🏻"

Content = """
I welcome you on **airscript.it**!
On this blog you'll find articles related to computer science, motivation and much more!
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).
"""


[taxonomies]
category = 'categories'
Expand All @@ -68,6 +86,19 @@ ShowCodeCopyButtons = true
ShowToc = true
label.icon = "logo.svg"

[[params.socialIcons]]
name = "github"
url = "https://github.com/sponsors/Airscripts"

[[params.socialIcons]]
name = "KoFi"
url = "https://ko-fi.com/airscript"

[params.editPost]
URL = "https://github.com/Airscripts/blog.airscript.it/tree/main/content"
Text = "Suggest Changes"
appendFilePath = false


[outputs]
home = [ "HTML", "RSS", "JSON" ]
4 changes: 2 additions & 2 deletions content/english/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Just to name a few of the thousand things that fascinate me.
Oh yes! I cannot miss out an honorable mention to paleonthology and
specifically to **dinosaurs**.

Of all, however, information technology was the one I never lost sight of.
Of all, however, computer science was the one I never lost sight of.
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,
**passion** and later also **work**.

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

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

How? I'll put in a pinch of **philosophy** and **simplicity**: like those that distinguish me.
Expand Down
Empty file added content/english/posts/.gitkeep
Empty file.
Empty file added content/italian/posts/.gitkeep
Empty file.