-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
53 lines (47 loc) · 909 Bytes
/
hugo.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
# Hugo configuration file
title: "Stanford Applied Cyber"
baseURL: "https://applied-cyber.stanford.edu"
# import hextra as module
module:
imports:
- path: github.com/imfing/hextra
markup:
# allow raw html
goldmark:
renderer:
unsafe: true
# enable hextra syntax highlight
highlight:
noClasses: false
menu:
main:
- name: Home
pageRef: /
weight: 1
- name: Events
pageRef: /events
weight: 2
- name: Competitions
pageRef: /competitions
weight: 3
- name: Projects
pageRef: /projects
weight: 4
- name: Resources
pageRef: /resources
weight: 5
- name: Leadership
pageRef: /leadership
weight: 6
- name: Join
pageRef: /join
weight: 7
params:
navbar:
displayTitle: true
displayLogo: false
logo:
path: /logo.png
link: /
footer:
enable: false