From 3358e1858bc764e520dad65cc614c842b4f66245 Mon Sep 17 00:00:00 2001 From: sthag Date: Wed, 25 Oct 2023 21:30:02 +0200 Subject: [PATCH] Fixed missing global data --- .eleventy.js | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index c69af4e..dc2acea 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -8,6 +8,12 @@ module.exports = function (eleventyConfig) { return (data) => `${data.page.filePathStem}.${data.page.outputFileExtension}`; }); + eleventyConfig.addGlobalData("hippie", { + brand: 'hippie', + titlePrefix: ' - HIPPIE', + pageBase: './' + }); + eleventyConfig.addPassthroughCopy({"source/art/images": "art"}); eleventyConfig.addPassthroughCopy({"source/art/favicons/**/*.+(ico|png|svg)": "."}); diff --git a/package.json b/package.json index a834109..e6ab548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hippie", - "version": "0.12.2", + "version": "0.13.1", "description": "Hippie interweaves preeminent personal interface elements", "keywords": [ "hippie",