forked from uit-no/hpc.uit.no
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
38 lines (27 loc) · 995 Bytes
/
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
# 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 = "Team", target = "/team/" },
{ name = "About us", target = "/about/" },
{ name = "Projects", target = "/projects/" },
{ name = "Training and events", target = "/training/" },
{ name = "Accounts", target = "/accounts/" },
{ name = "NRIS", target = "https://documentation.sigma2.no/" },
{ name = "Blog", target = "/blog/" },
{ name = "Contact", target = "/contact/" },
]
# twitter_image = "example.png"