-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
120 lines (101 loc) · 2.72 KB
/
config.toml
File metadata and controls
120 lines (101 loc) · 2.72 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
baseURL = 'https://jahrim.com/'
languageCode = 'en-us'
title = 'Jahrim Cesario'
theme = 'personal-web'
copyright="© Jahrim Gabriele Cesario"
googleAnalytics = ""
enableEmoji=true
enableRobotsTXT=true
pygmentsUseClasses=true
pygmentsCodeFences=true
[params.intro]
main = "Hi, I'm Jahrim :wave:"
sub = "I'm a PhD Student"
[params.main]
latestPublishHeader = "My Latest Project"
[taxonomies]
design = "designs"
tech = "techs"
[blackfriday]
hrefTargetBlank = true
[params]
breadcrumb = true
accentColor = "#FD3519"
mainSections = ['portfolio'] # values: ['post', 'portfolio'] only accept one section, to be displayed bellow 404
rendererSafe = true # set to true if wish to remove the unsafe renderer setting below (recommended). Titles will not be run through markdownify
[params.notFound]
gopher = "/images/gopher.png"
h1 = 'Bummer!'
p = "It seems that this page doesn't exist."
[params.sections]
# Define how your sections will be called
# when automatically pulled. For instance in the 404 page
# post = "article"
portfolio = "project"
[params.sidebar]
backgroundImage = '/images/background.jpg' # header background image - default "/images/default_sidebar.jpg" - Photo by Tim Marshall on Unsplash
gradientOverlay = '' # default: rgba(0,0,0,0.4),rgba(0,0,0,0.4)
logo = "/images/profile.jpg"
[params.assets]
favicon = "/favicon.ico"
customCSS = ""
[params.social]
orcid = "https://orcid.org/0009-0000-1448-5676"
github = "https://github.com/jahrim"
# twitter = "https://twitter.com/"
linkedin = "https://www.linkedin.com/in/jahrim-gabriele-cesario-288a822b8/"
# medium = "https://medium.com/"
# codepen = "https://codepen.io/"
# facebook = "https://www.facebook.com/"
# youtube = "https://www.youtube.com/"
# instagram = "https://www.instagram.com/"
gitlab = "https://gitlab.com/Jahrim"
# keybase = "https://keybase.io/"
[params.contact]
email = "jahrim.gabriele.cesario@outlook.com"
text = "Contact" # text of the contact link in the sidebar. If email params.contact.email is defined
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
title = "Home section"
url = "/"
weight = -130
[[menu.main]]
identifier = "about"
name = "About"
title = "About section"
url = "/about/"
weight = -120
[[menu.main]]
identifier = "portfolio"
name = "Portfolio"
title = "Portfolio"
url = "/portfolio/"
weight = -110
[[menu.main]]
identifier = "blog"
name = "Blog"
title = "Blog section"
url = "/post/"
weight = -100
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = true
respectDoNotTrack = true
useSessionStorage = false
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[security]
enableInlineShortcodes = true