generated from imfing/hextra-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
63 lines (56 loc) · 1.16 KB
/
hugo.yaml
File metadata and controls
63 lines (56 loc) · 1.16 KB
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
# Hugo configuration file
title: DSE Disturbance Toolbox
baseURL: "/"
# 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: Tools
pageRef: /tools
weight: 2
- name: About
pageRef: /about
weight: 3
- name: Roadmap
pageRef: /roadmap
weight: 4
- name: Contact
pageRef: /contact
weight: 5
- name: DSE
url: "https://dse.berkeley.edu/"
weight: 6
params:
icon: external-link
- name: GitHub
weight: 7
url: "https://github.com/orgs/SchmidtDSE/teams/disturbance-recovery/repositories"
params:
icon: github
params:
navbar:
displayTitle: false
displayLogo: true
logo:
path: /static/feedback.png
link: https://form.asana.com/?k=cSbLLW6qj84vrOaG5XhMtw&d=68745051195273
width: 100px
height: 30px
footer:
enable: false
enableInlineShortcodes: true
assets:
favicon: /static/favicon.ico