mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: upgrade waline to v3.5.7 (fixes #10), remove unused titlegap configuration
This commit is contained in:
parent
d3d6561f4d
commit
bf20fb4014
12 changed files with 443 additions and 577 deletions
1
src/types/index.d.ts
vendored
1
src/types/index.d.ts
vendored
|
@ -33,7 +33,6 @@ export interface ThemeConfig {
|
|||
moreLocales: typeof supportedLangs[number][]
|
||||
fontStyle: 'sans' | 'serif'
|
||||
dateFormat: 'YYYY-MM-DD' | 'MM-DD-YYYY' | 'DD-MM-YYYY' | 'MONTH DAY YYYY' | 'DAY MONTH YYYY'
|
||||
titleGap: 1 | 2 | 3
|
||||
katex: boolean
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue