forked from hack-lu/hackathon.lu-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
98 lines (82 loc) · 1.69 KB
/
hugo.yaml
File metadata and controls
98 lines (82 loc) · 1.69 KB
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
90
91
92
93
94
95
96
97
98
# Hugo configuration file
title: hackathon.lu - The Open Source Security Software Hackathon
baseurl: https://hackathon.lu/
author:
email: info@circl.lu
# 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: Projects
pageRef: /projects
weight: 2
- name: Topics
pageRef: /topics
weight: 3
- name: Agenda
pageRef: /agenda
weight: 3
- name: Datasets
pageRef: /datasets
weight: 3
- name: Practical
pageRef: /practical
weight: 4
- name: Sponsoring
pageRef: /sponsoring
weight: 5
- name: Search
weight: 6
params:
type: search
- name: Mastodon
weight: 8
url: "https://social.circl.lu/@circl"
params:
icon: mastodon
- name: GitHub
weight: 9
url: "https://github.com/hack-lu/hackathon.lu-website"
params:
icon: github
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/'