-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
89 lines (73 loc) · 1.48 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Hugo configuration file
title: Vulnerability-Lookup
# 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
enableInlineShortcodes: true
outputs:
home: [HTML]
page: [HTML]
section: [HTML, RSS]
news: [HTML, RSS]
taxonomies:
series: series
tags: tags
menu:
main:
- identifier: news
name: News
pageRef: /news
weight: 1
- name: Events
pageRef: /events
weight: 2
- name: Docs
pageRef: /documentation
weight: 3
- name: About
pageRef: /about
weight: 4
- name: Contact ↗
url: "https://www.circl.lu"
weight: 5
- name: Search
weight: 6
params:
type: search
- name: GitHub
weight: 7
url: "https://github.com/cve-search/vulnerability-lookup"
params:
icon: github
- name: Mastodon
weight: 8
url: "https://social.circl.lu/@circl"
params:
icon: mastodon
params:
page:
# full (100%), wide (90rem), normal (1280px)
width: normal
navbar:
displayTitle: true
displayLogo: false
news:
list:
displayTags: true
# date | lastmod | publishDate | title | weight
sortBy: date
sortOrder: desc # or "asc"
footer:
displayCopyright: false
displayPoweredBy: false
permalinks:
news: '/:year/:month/:day/:slug/'