mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 17:51:23 -04:00
feat: add rss template
feat: enhance sidebar on mobile chore: simplify settings by having defaults chore: update footer template
This commit is contained in:
@ -4,6 +4,7 @@ title: "Hextra"
|
||||
|
||||
enableRobotsTXT: true
|
||||
enableGitInfo: true
|
||||
# enableEmoji: false
|
||||
# hasCJKLanguage: true
|
||||
|
||||
outputs:
|
||||
@ -88,22 +89,15 @@ params:
|
||||
# height: 20
|
||||
|
||||
footer:
|
||||
disabled: false
|
||||
displayCopyright: true
|
||||
displayPoweredBy: true
|
||||
|
||||
displayUpdatedDate: true
|
||||
dateFormat: "January 2, 2006"
|
||||
|
||||
toc:
|
||||
disabled: false
|
||||
|
||||
search:
|
||||
disabled: false
|
||||
|
||||
math:
|
||||
disabled: false
|
||||
enable: true
|
||||
|
||||
editURL:
|
||||
disabled: false
|
||||
enable: true
|
||||
base: "https://github.com/imfing/hextra/edit/main/exampleSite/content"
|
||||
|
@ -347,7 +347,6 @@
|
||||
"min-w-full",
|
||||
"ml-1",
|
||||
"ml-4",
|
||||
"mr-1",
|
||||
"mr-2",
|
||||
"mt-1.5",
|
||||
"mt-12",
|
||||
|
Reference in New Issue
Block a user