mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
test: code block style
This commit is contained in:
parent
85de183ccc
commit
dc24da0cb7
13 changed files with 206 additions and 277 deletions
|
@ -8,7 +8,7 @@ export const themeConfig: ThemeConfig = {
|
|||
// site subtitle
|
||||
subtitle: 'Revive the beauty of typography',
|
||||
// site description
|
||||
description: 'Retypeset is a static blog theme based on the Astro framework, inspired by Typography. Retypeset establishes a new visual standard and reimagines the layout of all pages, offering a reading experience similar to paper books, reviving the beauty of typography. Details in every sight, elegance in every space.',
|
||||
description: 'Retypeset is a static blog theme based on the Astro framework. Inspired by Typography, Retypeset establishes a new visual standard and reimagines the layout of all pages, creating a reading experience reminiscent of paper books, reviving the beauty of typography. Details in every sight, elegance in every space.',
|
||||
// use i18n title/subtitle/description from src/i18n/ui.ts instead of static ones above
|
||||
i18nTitle: true, // true, false
|
||||
// author name
|
||||
|
@ -37,7 +37,7 @@ export const themeConfig: ThemeConfig = {
|
|||
background: 'oklch(96% 0.005 298)',
|
||||
// code block theme
|
||||
// available themes: https://shiki.style/themes
|
||||
codeTheme: 'github-light',
|
||||
codeTheme: 'one-light ',
|
||||
},
|
||||
dark: {
|
||||
// primary color
|
||||
|
@ -51,7 +51,7 @@ export const themeConfig: ThemeConfig = {
|
|||
background: 'oklch(22% 0.005 298)',
|
||||
// code block theme
|
||||
// available themes: https://shiki.style/themes
|
||||
codeTheme: 'github-dark',
|
||||
codeTheme: 'one-dark-pro',
|
||||
},
|
||||
},
|
||||
// COLOR SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue