-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·122 lines (96 loc) · 3.13 KB
/
config.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
baseURL = "/"
languageCode = "en-us"
title = "Gabriele Orazi"
theme = "hugo-theme-cactus"
copyright = "Gabriele Orazi" # cactus will use title if copyright is not set
disqusShortname = "goemon" # Used when comments is enabled. Cactus will use site title if not set
# googleAnalytics = "UA-1234-5"
# summaryLength = 2
# Main menu which appears below site header.
#[[menu.main]]
#name = "Home"
#url = "/"
#weight = 1
[[menu.main]]
name = "Short Bio"
url = "/shortbio"
weight = 2
[[menu.main]]
name = "Publications"
url = "/publications"
weight = 3
[[menu.main]]
name = "Teaching"
url = "/teaching"
weight = 4
[[menu.main]]
name = "Activities"
url = "/activities"
weight = 5
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 6
[[menu.main]]
name = "Suggestions"
url = "/suggestions"
weight = 7
[[menu.main]]
name = "About"
url = "/about"
weight = 8
[markup]
[markup.tableOfContents]
endLevel = 6
ordered = false
startLevel = 2
[params]
colortheme = "dark" # dark, light, white, or classic
css = ["css/custom.css"] # here path of css custom file
rss = false # generate rss feed. default value is false
# googleAnalyticsAsync = false # use asynchronous tracking. Synchronous tracking by default
# Home page settings
description = "Cybersecurity PostDoc & Ph.D. Candidate in SPRITZ Group (UniPd). Strongly unprofessional climber, cyclist and trail runner."
mainSection = "posts" # your main section
showAllPostsOnHomePage = false # default
postsOnHomePage = 5 # this option will be ignored if showAllPostsOnHomePage is set to true
tagsOverview = false # show tags overview by default.
showProjectsList = true # show projects list by default (if projects data file exists).
projectsUrl = "https://github.com/goemon07" # title link for projects list
# https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
dateFormat = "2006-01-02" # default
# Post page settings
show_updated = false # default
[params.comments]
enabled = false # default
engine = "disqus" # more supported engines will be added.
# the value of name should be an valid font awesome icon name (brands type)
# https://fontawesome.com/icons?d=gallery&s=brands
[[params.social]]
name = "email"
link = "[email protected]" # no need for "mailto:" in the head
[[params.social]]
name = "scholar"
link = "https://scholar.google.com/citations?user=u30gQ60AAAAJ&hl=it"
[[params.social]]
name = "github"
link = "https://github.com/goemon07"
# [[params.social]]
# name = "telegram"
# link = "https://t.me/goemon07"
[[params.social]]
name = "twitter"
link = "https://twitter.com/_goemon07"
[[params.social]]
name = "bluesky"
link = "https://bsky.app/profile/gorazi.bsky.social"
[[params.social]]
name = "linkedin"
link = "https://www.linkedin.com/in/gabriele-orazi/"
[[params.social]]
name = "strava"
link = "https://www.strava.com/athletes/39260108"
[[params.office]]
department = "Department of Mathematics “Tullio Levi-Civita”"
office = "2CD8"
link = "https://www.google.it/maps/search/dipartimento+matematica+padova/@45.4083047,11.8743574,16z"