-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
68 lines (58 loc) · 1.13 KB
/
config.yaml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
baseURL: http://localhost:1313/
languageCode: en-us
title: Senior Projects
module:
mounts:
- source: static/home
target: assets/home
- source: static
target: static
- source: assets
target: assets
- source: node_modules
target: static
- source: node_modules
target: assets
build:
noJSConfigInAssets: true
timeout: 300s # Image processing may take some time, default was 30s
minify:
disableJSON: true
summaryLength: 1
params:
year: "2022"
semester: "spring"
taxonomies:
advisors: advisors
RemovePathAccents: true
menu:
main:
- identifier: "offers"
name: "Offered Projects"
url: "/offers/"
title: ""
weight: 1
- identifier: "ongoing"
name: "Ongoing Projects"
url: "/ongoing/"
title: ""
weight: 2
- identifier: "semesters"
name: "Past Projects"
url: "/semesters/"
title: ""
weight: 3
- identifier: "about"
name: "About"
url: "/about/"
title: ""
weight: 1
- identifier: "awards"
name: "Awards"
url: "/awards/"
title: ""
weight: 4
outputs:
home:
- HTML
- JSON