mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
chore: add auto option for theme colors
This commit is contained in:
parent
88a3a9f46b
commit
21ae80e27d
4 changed files with 6 additions and 7 deletions
|
@ -25,7 +25,7 @@ site: {
|
|||
// descripción del sitio
|
||||
description: 'Retypeset is a static blog theme...'
|
||||
// usar título/subtítulo/descripción en varios idiomas desde src/i18n/ui.ts en lugar de los estáticos anteriores
|
||||
i18nTitle: true // light, dark, auto
|
||||
i18nTitle: true // true, false
|
||||
// nombre del autor
|
||||
author: 'radishzz'
|
||||
// url del sitio
|
||||
|
@ -41,7 +41,7 @@ site: {
|
|||
```ts
|
||||
color: {
|
||||
// modo de tema predeterminado
|
||||
mode: 'light' // light, dark
|
||||
mode: 'light' // light, dark, auto
|
||||
// modo claro
|
||||
light: {
|
||||
// color primario
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue