aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.11tydata.js
diff options
context:
space:
mode:
author2024-12-15 14:34:00 +0530
committer2024-12-15 14:34:00 +0530
commite1634059a75054c8f7dcc5ece66d1222fb18597c (patch)
tree4b58bae881fb11c649f97f91ace6c6f96ab93a25 /src/index.11tydata.js
parentDeal with inaccesible public dir and missing sitemap (diff)
downloadsudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar.gz
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar.bz2
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar.lz
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar.xz
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar.zst
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.zip
Updated deps
Diffstat (limited to 'src/index.11tydata.js')
-rw-r--r--src/index.11tydata.js10
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