-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
46 lines (38 loc) · 1.03 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
baseURL = 'https://marioolf.github.io'
languageCode = 'en-us'
title = 'Mario López'
theme = "cactus"
[params]
showProjectsList = true
projectsUrl = "https://github.com/marioolf"
description = "Cybersecurity Researcher @ Gradiant. MSc in Cybersecurity. Computer Science Engineer. Here I post personal researchs, projects and walkthroughs from different certifications."
colortheme = "dark"
logo = "/images/logo.png"
css = ["css/custom.css"]
mainSectionTitle = "Recent Posts"
ignoreLogs = ['warning-goldmark-raw-html']
[[params.social]]
name = "linkedin"
link = "https://www.linkedin.com/in/mariolopezfeijoo/"
[[params.social]]
name = "email"
link = "[email protected]" # no need for "mailto:" at the start
[[params.social]]
name = "github"
link = "https://github.com/marioolf"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Writings"
url = "/posts"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 3
[[menu.main]]
name = "About"
url = "/about"
weight = 4