chore: add some basic styling

This commit is contained in:
syntaxbullet
2025-02-07 12:50:32 +01:00
parent aef2acc6de
commit 00fa1c07f8
8 changed files with 105 additions and 258 deletions

View File

@@ -6,4 +6,9 @@ import mdx from "@astrojs/mdx";
export default defineConfig({
site: "https://w.ayau.me",
integrations: [mdx()],
markdown: {
shikiConfig: {
theme: 'github-light-default',
}
},
});