mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
refactor: update theme configuration and background styles
This commit is contained in:
parent
8eb0876c01
commit
d148649454
9 changed files with 129 additions and 4214 deletions
|
@ -1,9 +1,12 @@
|
|||
---
|
||||
import Head from '@/components/Head.astro'
|
||||
import themeConfig from '@/config'
|
||||
import '@/styles/global.css'
|
||||
|
||||
const fontStyle = `font-${themeConfig.global.font}`
|
||||
---
|
||||
|
||||
<html lang={Astro.currentLocale || 'en-US'}>
|
||||
<html lang={Astro.currentLocale || 'en-US'} class={fontStyle}>
|
||||
<head>
|
||||
<Head />
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue