docs: Update README

Change project description to current toolset and update usage.
This commit is contained in:
sthag 2026-03-15 09:27:33 +01:00
parent d3ab17d5a1
commit c4947a9c04
2 changed files with 35 additions and 20 deletions

View file

@ -137,6 +137,6 @@ export default async function (eleventyConfig) {
includes: '../templates',
data: '../data'
},
templateFormats: ['html', 'liquid', 'md']
templateFormats: ['html', 'liquid', 'md', 'njk']
};
}