diff options
| author | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-12-25 17:17:09 -0500 |
|---|---|---|
| committer | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-12-25 17:17:09 -0500 |
| commit | a181759e4a108c35fcf6898abbf17f2a424d85dc (patch) | |
| tree | 6b8d7454db70a1a8dec81fb138e7085e6541d9d6 /config.yaml | |
| parent | 5e24ef726bf10fac4ad24cee27b9b1fa796cd6eb (diff) | |
rewrite content and config
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 15 |
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" |
