Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dcsg2900 - Gitlab pages
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabian Kongelf
dcsg2900 - Gitlab pages
Commits
77e1255d
Commit
77e1255d
authored
May 19, 2022
by
Oddbjørn Sivert Borge-Jensen
Browse files
Options
Downloads
Patches
Plain Diff
small changes
parent
6cf10b1a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
_config.yml
+8
-7
8 additions, 7 deletions
_config.yml
webpage/_includes/head.html
+1
-0
1 addition, 0 deletions
webpage/_includes/head.html
with
9 additions
and
7 deletions
_config.yml
+
8
−
7
View file @
77e1255d
...
@@ -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
#
t
he subpath of your site, e.g. /blog
#
T
he 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
...
...
This diff is collapsed.
Click to expand it.
webpage/_includes/head.html
+
1
−
0
View file @
77e1255d
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment