revamp projects, continue editing and add precommit hook for lastmod frontmatter

This commit is contained in:
2026-02-02 23:13:56 -07:00
parent 23a44c1e4f
commit 2fad7c173b
16 changed files with 357 additions and 47 deletions
+8 -7
View File
@@ -29,7 +29,8 @@ togglePreviousAndNextButtons = "true"
avatarUrl = "/images/fosscat_icon.png"
avatarSize = "size-s"
numberPostsOnHomePage = 5
showPostsOnHomePage = "recent" # "popular"
showPostsOnHomePage = "recent"
numberTilsOnHomePage = 3
[params.meta]
favicon = true
@@ -48,17 +49,17 @@ name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 2
[[menu.main]]
identifier = "tils"
name = "TIL's"
url = "/tils/"
weight = 2
weight = 3
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 3
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 4
[[menu.main]]
name = "Tags"
@@ -79,4 +80,4 @@ pre = "<span data-feather='rss'></span>"
# Enable raw HTML
[markup.goldmark.renderer]
unsafe= true
unsafe=true