From 38e3bc99692af4058c79d3ce59db59a7f3909f33 Mon Sep 17 00:00:00 2001
From: Kwangjin Lee <k.lee-5@student.tudelft.nl>
Date: Sat, 27 Jul 2024 21:14:28 +0200
Subject: [PATCH] Update file _config.yml

---
 _config.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/_config.yml b/_config.yml
index f9d5b84..55f3b80 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,11 +13,11 @@
 # you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
 # You can create any custom variable you would like, and they will be accessible
 # in the templates via {{ site.myvariable }}.
-title: MUDE
+title: MUDE 2024 website
 tagline: CEGM1000 Modelling, Uncertainty, and Data Analysis for Engineers
 description: Course website for TU Delft CEGM1000, or Modelling, Uncertainty, and Data Analysis for Engineers
 author: By MUDE Teachers and the Student Army
-baseurl: / # the subpath of your site, e.g. /blog
+baseurl: /2024-website # the subpath of your site, e.g. /blog
 url: https://mude.citg.tudelft.nl # the base hostname & protocol for your site, e.g. http://example.com
 exclude:
   [
@@ -48,6 +48,8 @@ aux_links:
     - "https://mude.citg.tudelft.nl/course-files/"
   Textbook:
     - "https://mude.citg.tudelft.nl/book"
+  Main MUDE Site:
+    - "https://mude.citg.tudelft.nl"
 aux_links_new_tab: true
 footer_content: 'The MUDE Team &copy; 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>'
 
-- 
GitLab