add header, navigation, pages

This commit is contained in:
Lyn Fugmann 2024-09-13 17:18:41 +02:00
parent c0b8c33ddb
commit ca43d25e0f
9 changed files with 57 additions and 3 deletions

View file

@ -1,10 +1,12 @@
const { EleventyHtmlBasePlugin } = require("@11ty/eleventy");
const eleventyNavigationPlugin = require("@11ty/eleventy-navigation");
// update this :)
const year = 2024;
module.exports = function(eleventyConfig) {
eleventyConfig.addPlugin(EleventyHtmlBasePlugin);
eleventyConfig.addPlugin(eleventyNavigationPlugin);
eleventyConfig.addGlobalData("year", year);