Orderstruktur "Verzeichnisse", Datenschutz, Stand Datum unten

This commit is contained in:
Simon Martens
2023-03-23 16:07:09 +01:00
parent 6e44cc2ca7
commit d63fa3b0a7
11 changed files with 324 additions and 85 deletions

View File

@@ -164,6 +164,10 @@ module.exports = function (config) {
outputdir = "dist";
}
config.addShortcode("year", () => `${new Date().getFullYear()}`);
config.addShortcode("month", () => `${new Date().getMonth() + 1}`);
config.addShortcode("day", () => `${new Date().getDate()}`);
return {
// Set custom directories for dynamic pages, data, includes, layouts and finally the generated output
dir: