diff options
Updated deps
Diffstat (limited to 'src/index.11tydata.js')
-rw-r--r-- | src/index.11tydata.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/index.11tydata.js b/src/index.11tydata.js new file mode 100644 index 0000000..8d236fc --- /dev/null +++ b/src/index.11tydata.js @@ -0,0 +1,10 @@ +export default function () { + return { + layout: "page.html", + title: "Welcome", + eleventyNavigation: { + key: "Home", + order: 1 + } + } +}
\ No newline at end of file |