feat: convert templates from njk to html
Note: Nunjucks will still process the templates, but this way they can be plain HTML files and will be formatted properly.
This commit is contained in:
parent
d666ef0731
commit
a5526174ba
11 changed files with 107 additions and 10 deletions
|
@ -10,6 +10,10 @@ module.exports = (eleventyConfig) => {
|
|||
// Optional (default is set): If your site deploys to a subdirectory, change `pathPrefix`, for example with with GitHub pages
|
||||
pathPrefix: "/",
|
||||
|
||||
markdownTemplateEngine: "njk",
|
||||
dataTemplateEngine: "njk",
|
||||
htmlTemplateEngine: "njk",
|
||||
|
||||
dir: {
|
||||
output: "dist",
|
||||
input: "src",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue