-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yaml
60 lines (51 loc) · 916 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
49
50
51
52
53
54
55
56
57
58
59
60
# Hugo configuration file
title: mmmray documents
baseURL: https://mmmray.github.io/
# import hextra as module
module:
imports:
- path: github.com/imfing/hextra
outputs:
home:
- html
- rss
section:
- html
- rss
taxonomy:
- html
term:
- html
markup:
# allow raw html
goldmark:
renderer:
unsafe: true
# enable hextra syntax highlight
highlight:
noClasses: false
menu:
main:
- name: Blog
pageRef: /blog
weight: 1
params:
type: blog
- name: GitHub
weight: 3
url: "https://github.com/mmmray"
params:
icon: github
params:
navbar:
displayTitle: true
displayLogo: false
footer:
enable: true
displayCopyright: true
displayPoweredBy: true
width: normal
displayUpdatedDate: true
editURL:
enable: true
base: "https://github.com/mmmray/mmmray.github.io/edit/main/content"