Skip to content
Snippets Groups Projects
Commit b2ac28ee authored by Kwangjin Lee's avatar Kwangjin Lee
Browse files

Update 2 files

- /_config.yml
- /_config_draft.yml
parent 7db44c7c
No related branches found
No related tags found
1 merge request!10merge for publish
Pipeline #245768 passed
......@@ -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 Website 2024
title: MUDE
tagline: CEGM1000 Modelling, Uncertainty, and Data Analysis for Engineers
description: Website for TU Delft Module CEGM1000, or 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: /2024 # the subpath of your site, e.g. /blog
baseurl: / # 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:
[
......@@ -32,6 +32,7 @@ exclude:
"_config.yml.bak",
]
logo: "/assets/logo/MUDE Logo.png"
footer_logo: "/assets/logo/TUDelft Logo.png"
# Theme settings
theme: just-the-docs
......@@ -41,19 +42,17 @@ heading_anchors: true
permalink: pretty
aux_links:
Brightspace:
- "https://brightspace.tudelft.nl/d2l/home/680254"
- "https://brightspace.tudelft.nl/d2l/home/594596"
Answers:
- "https://answers.citg.tudelft.nl"
Files:
- "https://mude.citg.tudelft.nl/2024/files"
- "https://mude.citg.tudelft.nl/course-files/"
Textbook:
- "https://mude.citg.tudelft.nl/2024/book"
Home:
- "https://mude.citg.tudelft.nl"
- "https://mude.citg.tudelft.nl/book"
aux_links_new_tab: true
footer_content: >
<div class="footer-logo">
<img src="/assets/logo/TUDelft Logo1.png" alt="Footer Logo" style="height: 40px; width: auto;">
<img src="{{ site.footer_logo | relative_url }}" alt="Footer Logo" style="height: 60px; width: auto;">
</div>
<div>
The MUDE Team &copy; 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
......@@ -105,5 +104,5 @@ compress_html:
blanklines: false
profile: false
# is_draft: true
# draft_banner: "This is the DRAFT version of the MUDE 2024 website. Content may change frequently."
\ No newline at end of file
is_draft: true
draft_banner: '⚠This is a draft website. The most recent published version can be found <a href="https://mude.citg.tudelft.nl/">here</a>.⚠'
......@@ -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 2024 website
title: MUDE
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: /2024/draft # the subpath of your site, e.g. /blog
baseurl: / # 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:
[
......@@ -32,6 +32,7 @@ exclude:
"_config.yml.bak",
]
logo: "/assets/logo/MUDE Logo.png"
footer_logo: "/assets/logo/TUDelft Logo.png"
# Theme settings
theme: just-the-docs
......@@ -41,19 +42,17 @@ heading_anchors: true
permalink: pretty
aux_links:
Brightspace:
- "https://brightspace.tudelft.nl/d2l/home/680254"
- "https://brightspace.tudelft.nl/d2l/home/594596"
Answers:
- "https://answers.citg.tudelft.nl"
Files:
- "https://mude.citg.tudelft.nl/2024/files"
- "https://mude.citg.tudelft.nl/course-files/"
Textbook:
- "https://mude.citg.tudelft.nl/2024/book"
Home:
- "https://mude.citg.tudelft.nl"
- "https://mude.citg.tudelft.nl/book"
aux_links_new_tab: true
footer_content: >
<div class="footer-logo">
<img src="/assets/logo/TUDelft Logo1.png" alt="Footer Logo" style="height: 40px; width: auto;">
<img src="{{ site.footer_logo | relative_url }}" alt="Footer Logo" style="height: 60px; width: auto;">
</div>
<div>
The MUDE Team &copy; 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
......@@ -106,4 +105,4 @@ compress_html:
profile: false
is_draft: true
draft_banner: "This is the draft version of the MUDE 2024 website. Content may change frequently."
draft_banner: 'This is a draft website. The most recent published version can be found <a href="https://mude.citg.tudelft.nl/">here</a>.⚠'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment