add another couple posts and start working on code styling

This commit is contained in:
2026-03-14 10:07:25 -04:00
parent 4da303fceb
commit 3aa7ad1368
5 changed files with 868 additions and 0 deletions

View File

@@ -8,4 +8,12 @@ export default defineConfig({
vue(),
],
prefetch: true,
markdown: {
shikiConfig: {
themes: {
light: 'dracula',
dark: 'dracula-soft',
}
},
},
});