mirror of
https://github.com/ckaczor/Blog.git
synced 2026-02-16 10:48:30 -05:00
Formatting and cleanup
This commit is contained in:
@@ -45,6 +45,11 @@ export default async function (eleventyConfig) {
|
||||
toFileDirectory: "dist"
|
||||
});
|
||||
|
||||
eleventyConfig.setFrontMatterParsingOptions({
|
||||
excerpt: true,
|
||||
excerpt_separator: "<!-- excerpt -->"
|
||||
});
|
||||
|
||||
// Official plugins
|
||||
eleventyConfig.addPlugin(pluginSyntaxHighlight, {
|
||||
preAttributes: { tabindex: 0 }
|
||||
|
||||
Reference in New Issue
Block a user