mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-28 16:55:33 +00:00
Sekundärliteratur Finsih
This commit is contained in:
@@ -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/": "/" });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user