feat: the catppuccin update

This commit is contained in:
zackartz 2024-05-05 18:25:40 -04:00
parent 25ca02da0a
commit 141de7c95f
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
13 changed files with 1326 additions and 3116 deletions

View file

@ -7,5 +7,10 @@ import tailwind from "@astrojs/tailwind";
// https://astro.build/config
export default defineConfig({
site: "https://zackmyers.io",
markdown: {
shikiConfig: {
theme: "catppuccin-frappe",
},
},
integrations: [mdx(), sitemap(), tailwind()],
});