-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
59 lines (44 loc) · 2.16 KB
/
hugo.toml
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
baseURL = '/'
languageCode = 'it-it'
title = 'CyberEagles - Headquarter'
[minify]
minifyOutput = true
[module]
[[module.imports]]
path = 'github.com/yukuro/hugo-theme-shell'
[Params]
description = "Un team di studenti vivaci e determinati, impegnati a individuare vulnerabilità e potenziare la sicurezza informatica con soluzioni innovative e creative."
[Params.Terminal]
scheme = "shell-ubuntu"
userName = "cybereagles"
pcName = "headquarter"
workDir = "informazioni"
profile = "who-we-are.txt"
ps1Delay = 0 # prompt speed : [userName]@[pcName]:~/$ , [userName]@[pcName]:~/[workDir]$
stdoutDelay = 0 # stdout speed : [description] , files in Params.Tree
commandDelay = 50 # command speed : cd [workDir] , cat [profile] , tree ./[folderName]/
titleDelay = 0 # title speed : "title" in front matter
contentDelay = 0 # content speed : content in .md file
description = """
Ciao, benvenuti nel quartier generale di CyberEagles!
Siamo un gruppo di ragazzi appassionati di Cybersecurity!
Scopri di più sulle nostre attività e progetti qui sotto.
<p>* Nati per la sicurezza.</p> <p>* Felici possessori del <a target="_blank" href="https://pwnagotchi.ai/">Pwnagotchi</a>!</p><p>* Inside your kernel space: We hack, you sleep!</p>
Progetti: <a target="_blank" href="https://linktr.ee/cybereagles">LinkTree</a>
"""
[Params.Tree]
folderName = "componenti-del-team"
use = true
componenti = "componenti"
files = [
["Noemi De Martino - Leader Supremo", "https://linkedin.com/"],
["Victoria Braile - Canva Master", "https://linkedin.com/"],
["Cristian Bonaldi - Google Chrome addicted", "https://linkedin.com/"],
["Matteo Beltrami Marzolini - CTO Sala delle Torture", "https://linkedin.com/"],
["Flavio Scognamiglio - NPLS (Nato Per La Sicurezza)", "https://linkedin.com/"],
["Mattia Fossati - Pro Builder", "https://linkedin.com/"],
["Antonio Spallone - Chilling expert", "https://linkedin.com/"],
["Sarah Ortiz - Traveling Cyber Security Specialist", "https://linkedin.com/"],
["Paolo Romeo - Legal department", "https://linkedin.com/"],
["Matteo Zerbi - Dynamic Team Member", "https://linkedin.com/"],
]