WIP: move blog to hugo
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 1m16s

This commit is contained in:
Radu C. Martin 2025-04-08 09:27:07 +02:00
parent 747c75dffc
commit f7f1c6f09b
43 changed files with 523 additions and 601 deletions

44
config/_default/menu.toml Normal file
View file

@ -0,0 +1,44 @@
# Configure main menu and social menu
#[[main]]
#identifier = "home"
#name = "Home"
#url = "/"
#[main.params]
#icon = "home"
#newtab = true
[[social]]
identifier = "github"
name = "GitHub"
url = "https://github.com/Radu-C-Martin"
weight = 1
[social.params]
icon = "brand-github"
[[social]]
identifier = "forgejo"
name = "Forgejo"
url = "https://git.martin.md/radu"
weight = 2
[social.params]
icon = "brand-git"
[[social]]
identifier = "mastodon"
name = "Mastodon"
url = "https://mstdn.md/@radu"
weight = 3
[social.params]
icon = "brand-mastodon"
[[social]]
identifier = "matrix"
name = "Matrix"
url = "https://matrix.to/#/@radu:martin.md"
weight = 4
[social.params]
icon = "brand-matrix"