forked from ReproNim/repronim.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
68 lines (59 loc) · 1.18 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Hugo configuration file
title: ReproNim
# 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: Help
pageRef: /help/
weight: 10
- name: About
pageRef: /about/
weight: 2
- name: Resources
pageRef: /resources/
weight: 3
- name: Fellowship
pageRef: /fellowship/
weight: 5
- name: Participate
pageRef: /participate/
weight: 7
# - name: Contact ↗
# url: "https://github.com/imfing"
# weight: 15
- name: Search
weight: 20
params:
type: search
params:
navbar:
displayTitle: ReproNim
displayLogo: true
logo:
path: images/logo-square-256.png
width: 50
footer:
displayCopyright: true
displayPoweredBy: true
editURL:
enable: true
base: "https://github.com/ReproNIM/repronim.org/edit/main/content"
theme:
# light | dark | system
default: light
displayToggle: true
deployment:
targets:
name: public
URL: s3://dev.repronim.org