-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathhugo.yaml
More file actions
43 lines (35 loc) · 713 Bytes
/
hugo.yaml
File metadata and controls
43 lines (35 loc) · 713 Bytes
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
baseURL: https://PedestrianDynamics.github.io
languageCode: en-us
title: Pedestrian Dynamics
markup:
goldmark:
renderer:
unsafe: true
module:
imports:
- path: github.com/imfing/hextra
menu:
main:
- name: About
pageRef: /about
weight: 3
- name: Search
weight: 4
params:
type: search
- name: GitHub
weight: 5
url: "https://github.com/PedestrianDynamics/PedestrianDynamics.github.io"
params:
icon: github
params:
navbar:
displayTitle: true
displayLogo: false
page:
width: wide
footer:
displayCopyright: false
displayPoweredBy: false
displayUpdatedDate: true
dateFormat: "January 2, 2006"