mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-22 19:34:57 +00:00
Markdown Syntax highlighting
Vitesse theme Draft tag in posts leg
This commit is contained in:
parent
fcc026d06d
commit
a09d21f28c
11 changed files with 1359 additions and 49 deletions
|
@ -1,4 +1,14 @@
|
|||
import { defineConfig } from "astro/config";
|
||||
|
||||
import syntaxTheme from "./syntax-theme.json";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
output: "static",
|
||||
markdown: {
|
||||
syntaxHighlight: "shiki",
|
||||
shikiConfig: {
|
||||
theme: syntaxTheme,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue