-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.toml
49 lines (34 loc) · 1.32 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# The URL the site will be built for
base_url = "https://hpc.uit.no"
title = "High-performance computing group at UiT"
description = '''
When your computation does not fit anymore into your computer, we are the group
to talk to.
'''
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[markdown]
highlight_code = true
highlight_theme = "cheerfully-light"
[extra]
navigation = [
{ name = "Home", target = "/" },
{ name = "About us", target = "/about/" },
{ name = "Projects", target = "/projects/" },
{ name = "Training and events", target = "/training/" },
{ name = "Getting started", target = "/accounts/" },
{ name = "Newsletter/blog", target = "/blog/" },
{ name = "Contact", target = "/contact/" },
]
logo_uit_seal_white = "img/UiT_seal_white.png"
logo_uit_seal_black = "img/UiT_seal_black.png"
logo_uit_seal_blue = "img/UiT_seal_blue.png"
logo_uit_2line_white = "img/UiT_2line_white.png"
logo_uit_2line_blue = "img/UiT_2line_blue.png"
logo_nris_acronym_blue = "img/NRIS_acronym_blue.png"
logo_nris_acronym_white = "img/NRIS_acronym_white.png"
logo_nris_seal_blue = "img/NRIS_seal_blue.png"
logo_nris_seal_white = "img/NRIS_seal_white.png"
# twitter_image = "example.png"