redesign c:
This commit is contained in:
parent
4ae31ee714
commit
f50572713b
19 changed files with 13891 additions and 1501 deletions
|
|
@ -3,13 +3,14 @@ import mdx from "@astrojs/mdx";
|
|||
import sitemap from "@astrojs/sitemap";
|
||||
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
import syntaxTheme from "./syntax-theme.json";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://zackmyers.io",
|
||||
markdown: {
|
||||
shikiConfig: {
|
||||
theme: "catppuccin-frappe",
|
||||
theme: syntaxTheme,
|
||||
},
|
||||
},
|
||||
integrations: [mdx(), sitemap(), tailwind()],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue