Skip to content
Snippets Groups Projects
Commit 77e1255d authored by Oddbjørn Sivert Borge-Jensen's avatar Oddbjørn Sivert Borge-Jensen
Browse files

small changes

parent 6cf10b1a
No related branches found
No related tags found
No related merge requests found
...@@ -7,25 +7,26 @@ ...@@ -7,25 +7,26 @@
# Site settings, change to your values # Site settings, change to your values
title: "..." title: "..."
email: ...@ntnu.no email: "...@ntnu.no"
twitter_username: ""
gitlab_username: ""
description: >- # this means to ignore newlines until "baseurl:" description: >- # this means to ignore newlines until "baseurl:"
A short section summarising the website. Variable is located in _config.yml A short section summarising the website. Variable is located in _config.yml
# the subpath of your site, e.g. /blog # The subpath of your site, e.g. /blog
baseurl: "/..." baseurl: "/..."
# the base hostname & protocol for your site # the base hostname & protocol for your site
url: "https://...pages.stud.idi.ntnu.no/" url: "https://...pages.stud.idi.ntnu.no/"
# Announcement directory (do not put the link in clams ', " or `) # Announcement directory
# Markdown files in this directory are added to the announcement box; not the main table of contents
announcedir: announcements announcedir: announcements
# Announcement webhook-link to ms teams. (do not put the link in clams ', " or `). The exsample do not work, change it if you want the functionality # Announcement webhook-link to Microsoft Teams. Not implemented by default.
announcement_webhook: https://studntnu.webhook... announcement_webhook: https://studntnu.webhook...
# Variables # Defaults
twitter_username:
gitlab_username:
ntnu_logo: true ntnu_logo: true
toc: true toc: true
......
...@@ -9,4 +9,5 @@ ...@@ -9,4 +9,5 @@
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}"> <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head> </head>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment