mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-18 04:06:05 +02:00
chore: add toc theme config option and update theme guides
This commit is contained in:
parent
94f9998f45
commit
eb82a7d2f2
14 changed files with 121 additions and 15 deletions
1
src/types/index.d.ts
vendored
1
src/types/index.d.ts
vendored
|
@ -34,6 +34,7 @@ export interface ThemeConfig {
|
|||
fontStyle: 'sans' | 'serif'
|
||||
dateFormat: 'YYYY-MM-DD' | 'MM-DD-YYYY' | 'DD-MM-YYYY' | 'MONTH DAY YYYY' | 'DAY MONTH YYYY'
|
||||
katex: boolean
|
||||
toc: boolean
|
||||
}
|
||||
|
||||
comment: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue