From 741c60a17b2c5b0c9984d148dcf7405336474aab Mon Sep 17 00:00:00 2001
From: MadMaurice <madmaurice@zom.bi>
Date: Thu, 1 Apr 2021 22:59:46 +0200
Subject: [PATCH] prettify config

---
 _config.yml | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/_config.yml b/_config.yml
index 9eeb6cf..98eb116 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,17 +1,18 @@
 defaults:
-    -
-        scope:
-            path: ""
-        values:
-            layout: "page"
-            menuorder: 100
+- scope:
+    path: ""
+  values:
+    layout: "page"
+    menuorder: 100
+
 langs:
-    de: "DE"
-    en: "EN"
+  de: "DE"
+  en: "EN"
+
+include: [".well-known"]
+
 external:
-    -
-        name: "Git"
-        url: "https://git.zom.bi/explore/projects"
-    -
-        name: "Wiki"
-        url: "https://w.zom.bi"
+- name: "Git"
+  url: "https://git.zom.bi/explore/repos"
+- name: "Wiki"
+  url: "https://w.zom.bi"