add initial metadata structure
This commit is contained in:
parent
27b5cc11af
commit
524461f092
2 changed files with 7 additions and 0 deletions
3
_data/meta.json
Normal file
3
_data/meta.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"sitename": "yukinets"
|
||||||
|
}
|
||||||
|
|
@ -17,5 +17,9 @@ module.exports = function (eleventyConfig) {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
return {
|
||||||
|
markdownTemplateEngine: "njk",
|
||||||
|
htmlTemplateEngine: "njk"
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue