Added better welcoming page using permanent redirects
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
8eedb3a82f
commit
dc888c4965
15
config.toml
15
config.toml
|
@ -13,13 +13,6 @@ pygmentsUseClasses = true
|
|||
highlight = true
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "posts"
|
||||
name = "posts"
|
||||
title = "posts"
|
||||
url = "/"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "blogroll"
|
||||
name = "blogroll"
|
||||
|
@ -28,10 +21,10 @@ pygmentsUseClasses = true
|
|||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "Other"
|
||||
name = "other"
|
||||
title = "other"
|
||||
url = "/other/"
|
||||
identifier = "Links"
|
||||
name = "links"
|
||||
title = "links"
|
||||
url = "/links/"
|
||||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
---
|
||||
title: "Home"
|
||||
---
|
||||
Welcome to my site! You can learn more about who I am [here](/about), or have a
|
||||
look at my posts below :)
|
||||
|
||||
Welcome! I'm Jef, a Belgian CS student looking for his place on the internet.
|
||||
|
||||
I develop most of my projects on my personal [Gitea](/gitea) instance, but I'm
|
||||
also present on [GitHub](/github), [GitLab](/gitlab) & [Codeberg](/codeberg).
|
||||
You can contact me on [Matrix](/matrix).
|
||||
|
||||
Besides that, I love music, hanging out with friends, and whisky! If you're
|
||||
interested, I have a more in-depth [about](/about) page :) I also maintain a
|
||||
few packages on the [AUR](/aur).
|
||||
|
||||
|
|
|
@ -20,15 +20,5 @@ Trackmania Esports scene!
|
|||
Music has been an important part of my life for many years. I'm one of those
|
||||
people that listens to music multiple hours a day, during studying, cooking,
|
||||
anything really. It really calms the chaos in my head, allowing me to think
|
||||
more clearly. It's also a great way to improve my mood, or just to help me
|
||||
process my current thoughts.
|
||||
|
||||
Some interesting links:
|
||||
|
||||
* My personal projects can be found on
|
||||
[my Gitea instance](https://git.rustybever.be/Chewing_Bever).
|
||||
* GitHub: [ChewingBever](https://github.com/ChewingBever)
|
||||
* GitLab: [Chewing_Bever](https://gitlab.com/Chewing_Bever)
|
||||
* Codeberg: [Chewing_Bever](https://codeberg.org/Chewing_Bever) (Rarely used)
|
||||
* Matrix: [@jef:rustybever.be](https://matrix.to/#/@jef:rustybever.be)
|
||||
* AUR: [Chewing_Bever](https://aur.archlinux.org/account/Chewing_Bever)
|
||||
more clearly. It's also a great way to improve my mood, or to help me process
|
||||
my current thoughts.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Other"
|
||||
title: "Links"
|
||||
---
|
||||
|
||||
### Vieter
|
Loading…
Reference in New Issue