-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
48 lines (41 loc) · 1.02 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
baseURL = "https://lukeluocn.github.io/multicoresysu2020/"
languageCode = "en-us"
title = "Multicore Programming Spring 2020"
theme = "learn"
[params]
editURL = "https://github.com/lukeluocn/multicoresysu2020/edit/master/content/"
author = "LukeLook"
description = "This is the course homepage for Multicore Programming (Spring 2020) opened in SDCS@SYSU."
showVisitedLinks = false
disableSearch = true
disableAssetsBusting = false
disableInlineCopyToClipBoard = false
disableShortcutsTitle = true
disableLanguageSwitchingButton = false
disableBreadcrumb = false
disableNextPrev = true
ordersectionsby = "weight"
themeVariant = "green"
# For search functionality
# [outputs]
# home = [ "HTML", "RSS", "JSON" ]
[[menu.shortcuts]]
name = "Home"
url = "/"
weight = 10
[[menu.shortcuts]]
name = "Syllabus"
url = "/syllabus"
weight = 11
[[menu.shortcuts]]
name = "Assignments"
url = "/assignments"
weight = 19
[[menu.shortcuts]]
name = "About"
url = "/about"
weight = 20
[[menu.shortcuts]]
name = "Tool: MD5 Generator"
url = "/md5"
weight = 21