Update README.md
This commit is contained in:
parent
2c3139dad0
commit
8518fcddc8
8 changed files with 34 additions and 518 deletions
|
@ -1,7 +1,6 @@
|
|||
const syntaxHighlight = require('@11ty/eleventy-plugin-syntaxhighlight')
|
||||
const heroIcons = require('eleventy-plugin-heroicons')
|
||||
const pluginUnfurl = require('eleventy-plugin-unfurl')
|
||||
const pluginFilesMinifier = require('@sherby/eleventy-plugin-files-minifier')
|
||||
const markdownIt = require('markdown-it')
|
||||
const markdownItAnchor = require('markdown-it-anchor')
|
||||
const markdownItFootnote = require('markdown-it-footnote')
|
||||
|
@ -14,7 +13,6 @@ module.exports = function (eleventyConfig) {
|
|||
eleventyConfig.addPlugin(syntaxHighlight)
|
||||
eleventyConfig.addPlugin(heroIcons)
|
||||
eleventyConfig.addPlugin(pluginUnfurl)
|
||||
eleventyConfig.addPlugin(pluginFilesMinifier)
|
||||
|
||||
// filters
|
||||
Object.keys(filters).forEach((filterName) => {
|
||||
|
@ -74,8 +72,10 @@ module.exports = function (eleventyConfig) {
|
|||
})
|
||||
|
||||
return {
|
||||
passthroughFileCopy: true,
|
||||
dir: {
|
||||
input: 'src',
|
||||
output: '_site',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue