mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
feat: Improve tag pages and article tag display
This commit is contained in:
parent
b5bf2883cf
commit
f96af1b102
18 changed files with 422 additions and 315 deletions
|
@ -2,18 +2,18 @@ import type { Theme } from 'unocss/preset-uno'
|
|||
import {
|
||||
defineConfig,
|
||||
presetAttributify,
|
||||
presetUno,
|
||||
presetWind3,
|
||||
transformerDirectives,
|
||||
transformerVariantGroup,
|
||||
} from 'unocss'
|
||||
import presetTheme from 'unocss-preset-theme'
|
||||
import { themeConfig } from './src/config'
|
||||
import { themeConfig } from './src/config.ts'
|
||||
|
||||
const { light, dark } = themeConfig.color
|
||||
|
||||
export default defineConfig({
|
||||
presets: [
|
||||
presetUno(),
|
||||
presetWind3(),
|
||||
presetAttributify(),
|
||||
presetTheme<Theme>({
|
||||
theme: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue