Added TILs to the mix!

This commit is contained in:
Nate Anderson
2025-03-04 15:08:09 -07:00
parent 81e5bff5d8
commit 1e3b1d83a2
11 changed files with 141 additions and 33 deletions
+11 -6
View File
@@ -21,11 +21,11 @@ customHeadHTML = '''
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<script>console.log("Custom script")</script>
<!-- <script>console.log("Custom script")</script> -->
<!-- <script src="/js/custom.js"></script> -->
''' # Import file from `static/`
# customFooterHTML = '<p>foot123</p>'
togglePreviousAndNextButtons = "false"
togglePreviousAndNextButtons = "true"
avatarUrl = "/images/fosscat_icon.png"
avatarSize = "size-s"
numberPostsOnHomePage = 5
@@ -48,21 +48,26 @@ name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "tils"
name = "TIL's"
url = "/tils/"
weight = 2
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 2
weight = 3
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 3
weight = 4
[[menu.main]]
name = "Tags"
url= "/tags/"
weight= 4
weight= 5
[[menu.main]]
identifier = "Gitea"
url = "https://git.fosscat.com/n8r/fosscat-site"
weight = 5
weight = 6
# Add Icon
pre = "<span data-feather='code'></span>"
[[menu.main]]