Added layout to eleventy config and index page

This commit is contained in:
Claudia Reynders 2022-04-24 15:00:40 +02:00
parent 2705cbce72
commit 080eed16b5
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
module.exports = function(eleventyConfig) {
eleventyConfig.addLayoutAlias('page', 'layouts/page')
return {
dir: {

View File

@ -1,3 +1,7 @@
---
layout: page
---
# Eleventy Not So Minimal Blog Starter
This starter will help you build a relatively simple blog with a few key features, while using the Eleventy static site generator.