Introduce landing page and card shortcode

This commit is contained in:
Alex Shpak
2025-08-09 00:56:37 +02:00
parent b3322d7bae
commit 47223753a2
14 changed files with 231 additions and 60 deletions
+16 -1
View File
@@ -38,10 +38,25 @@ enableGitInfo = true
weight = 3
[menu]
[[menu.home]]
name = "Documentation"
url = "/docs/example/"
weight = 1
[[menu.home]]
name = "Showcases"
url = "/showcases/"
weight = 2
[[menu.home]]
name = "Github"
url = "https://github.com/alex-shpak/hugo-book/"
weight = 3
# [[menu.before]]
[[menu.after]]
name = "Github"
url = "https://github.com/alex-shpak/hugo-book"
url = "https://github.com/alex-shpak/hugo-book/"
weight = 10
[[menu.after]]