-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
96 lines (82 loc) · 2.16 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
90
91
92
93
94
95
96
baseURL: "https://CyberSp3ck.github.io/"
title: CyberSp3ck
languageCode: en-us
paginate: 5
theme: PaperMod
enableEmoji: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
description: "CyberSp3ck"
author: CyberSp3ck
published: true
DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light
disableThemeToggle: false
images: ["img/logo.jpg"]
ShowReadingTime: false
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: false
ShowRssButtonInSectionTermList: false
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
assets:
# disableHLJS: true # to disable highlight.js
# disableFingerprinting: true
# Favicon is in /static/favicon.ico
favicon: "favicon.ico"
favicon16x16: "img/favicon-16x16.png"
favicon32x32: "img/favicon-32x32.png"
label:
text: "CyberSp3ck"
# home-info mode
homeInfoParams:
Image: "static/img/logo.jpg"
Title: "CyberSp3ck"
Content: >
We are a Capture the Flag team from the University of Trento, Italy.
- We are currently taking part in the [CyberCup.IT
2024](https://cybercup.it/).
- Our team is mainly composed of former
[CyberChallenge.IT](https://cyberchallenge.it) students, a national
program and competition for young talents in the field of cyber security.
socialIcons:
- name: github
url: "http://github.com/CyberSp3ck"
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page
menu:
main:
- identifier: cyberchallenge
name: CyberChallenge
url: /cyberchallenge/
weight: 5
- identifier: writeups
name: Writeups
url: /writeups/
weight: 10
pygmentsUseClasses: true
markup:
highlight:
noClasses: false
# anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# style: monokai