aboutsummaryrefslogtreecommitdiffstats
path: root/src/about.11tydata.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/about.11tydata.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/about.11tydata.js b/src/about.11tydata.js
new file mode 100644
index 0000000..f065cd9
--- /dev/null
+++ b/src/about.11tydata.js
@@ -0,0 +1,10 @@
+export default function () {
+ return {
+ layout: "page",
+ title: "About Me",
+ eleventyNavigation: {
+ key: "About Me",
+ order: 3
+ }
+ }
+} \ No newline at end of file