ExtraStatic: powerful and easy publishing

Skip to content
Snippets Groups Projects
Forked from svekyll / svekyll
80 commits behind, 20 commits ahead of the upstream repository.
mdsvex.config.js 273 B
const layout = {
	_: './src/layouts/blog.svelte',
	resume: './src/layouts/resume.svelte'
};

const config = {
	extensions: ['.svelte.md', '.md', '.svx'],

	smartypants: {
		dashes: 'oldschool'
	},

	remarkPlugins: [],
	rehypePlugins: [],
	layout
};

export default config;