-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
74 lines (65 loc) · 1.37 KB
/
hugo.yml
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
69
70
71
72
73
74
title: nxthdr
languageCode: en-us
theme: hextra
params:
description: Observing the Internet, for Research and Beneficial Initiatives
navbar:
displayTitle: true
displayLogo: true
logo:
path: logo/favicon.svg
dark: logo/favicon-dark.svg
link: /
width: 40
height: 20
blog:
list:
displayTags: true
# date | lastmod | publishDate | title | weight
sortBy: date
sortOrder: desc # or "asc"
editURL:
enable: true
base: "https://github.com/nxthdr/nxthdr.dev/edit/main/"
footer:
enable: true
displayPoweredBy: false
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
enableInlineShortcodes: true
menu:
main:
- identifier: datasets
weight: 1
name: datasets
pageRef: /datasets
- identifier: infrastructure
weight: 2
name: infrastructure
pageRef: /infrastructure
- identifier: as215011
weight: 3
name: as215011
pageRef: /as215011
- identifier: blog
weight: 4
name: blog
pageRef: /blog
- identifier: about
weight: 5
name: about
pageRef: /about
- name: discord
weight: 6
url: "https://discord.gg/KRsVs7jafg"
params:
icon: discord
- name: github
weight: 7
url: "https://github.com/nxthdr"
params:
icon: github