Test post body #1
git clone https://github.com/buildingsareheavy/ando.git && cd ando
less blueprints
const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy('images')
eleventyConfig.addPassthroughCopy('admin')
eleventyConfig.addPlugin(syntaxHighlight);
};