We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3eec4c commit 0129e32Copy full SHA for 0129e32
config/_default/hugo.toml
@@ -135,6 +135,11 @@ name = "Website"
135
url = "https://taubyte.com"
136
weight = 40
137
138
+# Post sorting - show latest posts first (Hugo sorts by date descending by default)
139
+[sections]
140
+ [sections.posts]
141
+ sortBy = "date"
142
+
143
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
144
pygmentsUseClasses = true
145
[markup.highlight]
content/posts/_index.md
@@ -0,0 +1,3 @@
1
+---
2
+title: "Posts"
3
0 commit comments