feat: add new site
This commit is contained in:
parent
53738961bb
commit
532a32db68
27 changed files with 1198 additions and 1328 deletions
|
|
@ -2,17 +2,16 @@ import { defineMDSveXConfig as defineConfig } from 'mdsvex';
|
|||
|
||||
const config = defineConfig({
|
||||
layout: {
|
||||
project: './src/routes/projects/project.layout.svelte',
|
||||
blog: './src/layouts/blog.svelte'
|
||||
},
|
||||
|
||||
extensions: ['.svelte.md', '.md', '.svx'],
|
||||
|
||||
smartypants: {
|
||||
dashes: 'oldschool',
|
||||
dashes: 'oldschool'
|
||||
},
|
||||
|
||||
remarkPlugins: [],
|
||||
rehypePlugins: [],
|
||||
rehypePlugins: []
|
||||
});
|
||||
|
||||
export default config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue