Sekundärliteratur Finsih

This commit is contained in:
Simon Martens
2023-01-29 08:21:14 +01:00
parent e390a7f8e7
commit 76f13d14c1
116 changed files with 155 additions and 658 deletions

View File

@@ -1,5 +1,10 @@
const eleventyNavigationPlugin = require("@11ty/eleventy-navigation");
module.exports = function (config) {
// Uses the semi-official "navigation"-plugin for eleventy
eleventyConfig.addPlugin(eleventyNavigationPlugin);
// Set static folder, which copntent will be copied to the output folder
config.addPassthroughCopy({ "src/static/": "/" });