add header, navigation, pages
This commit is contained in:
parent
c0b8c33ddb
commit
ca43d25e0f
9 changed files with 57 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue