revamp projects, continue editing and add precommit hook for lastmod frontmatter
This commit is contained in:
+8
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user