generated from imfing/hextra-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
66 lines (59 loc) · 1.32 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
# Hugo configuration file
title: Epi-Users Wiki
# 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: EpiUsers ↗
url: "https://www.epiusers.help/"
weight: 1
- name: Epicor ↗
url: "https://www.epicor.com/"
weight: 2
- name: EpicCare ↗
url: "https://epiccare.epicor.com//"
weight: 3
- name: EpicWeb ↗
url: "https://epicweb.epicor.com/"
weight: 4
- name: Epicor Ideas ↗
url: "https://epicor.ideas.aha.io/"
weight: 5
- name: Epicor Users Group ↗
url: "https://www.epicorusers.org/"
weight: 6
- name: Docs
pageRef: /docs
weight: 7
- name: About
pageRef: /about
weight: 8
- name: Search
weight: 9
params:
type: search
- name: GitHub
weight: 9
url: "https://github.com/epiusers-help/epiusers-help.github.io"
params:
icon: github
params:
navbar:
displayTitle: true
displayLogo: false
footer:
displayCopyright: true
displayPoweredBy: true
editURL:
enable: true
base: "https://github.com/epiusers-help/epiusers-help.github.io/edit/main/content"