initial setup. make pages work, basic layouts, config, markdown blog
This commit is contained in:
parent
6979f11d92
commit
af0f3e6268
13 changed files with 438 additions and 12 deletions
|
|
@ -2,7 +2,7 @@ export default async function (eleventyConfig) { }
|
|||
|
||||
export const config = {
|
||||
dir: {
|
||||
input: "views",
|
||||
input: "content",
|
||||
includes: "includes",
|
||||
layouts: "layouts",
|
||||
output: "dist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue