aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..3f49d42
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,15 @@
+baseURL: 'https://jpappel.xyz'
+languageCode: 'en-us'
+title: "JP Appel"
+
+menu:
+ main:
+ - identifier: "projects"
+ name: "Projects"
+ url: "/projects"
+ - identifier: "research"
+ name: "Research"
+ url: "/research"
+ - identifier: "blog"
+ name: "Blog"
+ url: "/blog"