-
Notifications
You must be signed in to change notification settings - Fork 2
/
hugo.yaml
48 lines (41 loc) · 837 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
# Hugo configuration file
title: PESUfy
# 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: Getting Started
pageRef: /docs
weight: 1
- name: About
pageRef: /about
weight: 2
- name: Search
weight: 3
params:
type: search
- name: GitHub
weight: 4
url: "https://github.com/siri-n-shetty/pesufy"
params:
icon: github
params:
navbar:
displayTitle: true
displayLogo: false
footer:
displayCopyright: false
displayPoweredBy: false
editURL:
enable: false
base: "https://github.com/imfing/hextra-starter-template/edit/main/content"