htmx/www/.eleventy.js
2020-04-28 12:24:48 -07:00

8 lines
239 B
JavaScript

const pluginSyntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
module.exports = function(config) {
config.addPlugin(pluginSyntaxHighlight);
config.addPassthroughCopy("js");
config.addPassthroughCopy("css");
}