From 8706ee3974a7c9ef7882ba4737ee4669ab2cb6ad Mon Sep 17 00:00:00 2001 From: fzorb Date: Thu, 5 Sep 2024 17:28:49 +0300 Subject: [PATCH] i guess i need to do this --- config.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config.yml diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..64b6d61 --- /dev/null +++ b/config.yml @@ -0,0 +1,24 @@ +baseURL: 'https://fzorb.xyz/' +languageCode: 'en-us' +title: "FzOrb's blog" +theme: 'zmin' +menus: + main: + - name: Home + pageRef: / + weight: 10 + - name: Technology + pageRef: /technology + weight: 20 + - name: Trains + pageRef: /trains + weight: 30 + - name: Miscellaneous + pageRef: /misc + weight: 40 + - name: Donate + pageRef: /donate + weight: 50 + - name: Services + pageRef: /services + weight: 60 \ No newline at end of file