add initial metadata structure

This commit is contained in:
yuki 2025-03-27 05:58:51 -03:00
parent 27b5cc11af
commit 524461f092
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
2 changed files with 7 additions and 0 deletions

3
_data/meta.json Normal file
View file

@ -0,0 +1,3 @@
{
"sitename": "yukinets"
}

View file

@ -17,5 +17,9 @@ module.exports = function (eleventyConfig) {
};
},
});
return {
markdownTemplateEngine: "njk",
htmlTemplateEngine: "njk"
}
};