Fixed missing global data
This commit is contained in:
parent
ef9d665849
commit
3358e1858b
2 changed files with 7 additions and 1 deletions
|
|
@ -8,6 +8,12 @@ module.exports = function (eleventyConfig) {
|
||||||
return (data) => `${data.page.filePathStem}.${data.page.outputFileExtension}`;
|
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/images": "art"});
|
||||||
|
|
||||||
eleventyConfig.addPassthroughCopy({"source/art/favicons/**/*.+(ico|png|svg)": "."});
|
eleventyConfig.addPassthroughCopy({"source/art/favicons/**/*.+(ico|png|svg)": "."});
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hippie",
|
"name": "hippie",
|
||||||
"version": "0.12.2",
|
"version": "0.13.1",
|
||||||
"description": "Hippie interweaves preeminent personal interface elements",
|
"description": "Hippie interweaves preeminent personal interface elements",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hippie",
|
"hippie",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue