mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 08:24:06 -04:00
feat: support sort blog post list page (#348)
This commit is contained in:
@ -136,7 +136,7 @@ params:
|
||||
flexsearch:
|
||||
# index page by: content | summary | heading | title
|
||||
index: content
|
||||
# full | forward | reverse | strict
|
||||
# full | forward | reverse | strict
|
||||
# https://github.com/nextapps-de/flexsearch/#tokenizer-prefix-search
|
||||
tokenize: forward
|
||||
|
||||
@ -147,6 +147,9 @@ params:
|
||||
blog:
|
||||
list:
|
||||
displayTags: true
|
||||
# date | lastmod | publishDate | title | weight
|
||||
sortBy: date
|
||||
sortOrder: desc # or "asc"
|
||||
|
||||
comments:
|
||||
enable: false
|
||||
|
Reference in New Issue
Block a user