feat: move essays of 2010

This commit is contained in:
Stefan Imhoff
2023-06-01 17:34:15 +02:00
parent d9cee479c3
commit ef677b19f7
11 changed files with 230 additions and 1 deletions

View File

@@ -10,6 +10,11 @@ import { defineConfig } from 'astro/config';
export default defineConfig({
markdown: {
remarkPlugins: [remarkReadingTime],
shikiConfig: {
theme: 'nord',
langs: [],
wrap: true,
},
},
integrations: [mdx(), tailwind(), preact(), astroImageTools],
});