-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
133 lines (115 loc) · 3.22 KB
/
config.toml
File metadata and controls
133 lines (115 loc) · 3.22 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
121
122
123
124
125
126
127
128
129
130
131
132
133
baseURL = "https://barbierisimone.com"
languageCode = "en"
title = "Simone Barbieri"
theme = "coder"
pygmentsStyle = "bw"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
enableEmoji = true
# Enable Disqus comments
# disqusShortname = "yourdiscussshortname"
[markup.goldmark.renderer]
unsafe= true
[pagination]
disableAliases = false
pagerSize = 20
path = 'page'
[params]
author = "Dr. Simone Barbieri"
description = "Simone Barbieri's Personal Website"
keywords = "blog,developer,personal"
info = ["EngD in Digital Media"]
avatarURL = "/resources/profile-pic.jpg"
# gravatar = "john.doe@example.com"
githubUsername = "simonebarbieri"
# footerContent = "Enter a text here."
dateFormat = "January 2, 2006"
hideFooter = false
hideCredits = false
hideCopyright = false
since = 2015
# Git Commit in Footer, uncomment the line below to enable it
# commit = "https://github.com/luizdepra/hugo-coder/tree/"
# Right To Left, shift content direction for languagues such as Arabic
rtl = false
# Specify light/dark colorscheme
# Supported values:
# "auto" (use preference set by browser)
# "dark" (dark background, light foreground)
# "light" (light background, dark foreground) (default)
colorScheme = "auto"
# Hide the toggle button, along with the associated vertical divider
hideColorSchemeToggle = false
# Series see also post count
maxSeeAlsoItems = 5
# Custom CSS
customCSS = []
# Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets)
customSCSS = []
# Custom JS
customJS = []
[[params.social]]
name = "Email"
url = "mailto:me@barbierisimone.com"
icon = "fa fa-envelope-o"
weight = 1
# [[params.social]]
# name = "University"
# url = "http://staffprofiles.bournemouth.ac.uk/display/sbarbieri"
# icon = "fa fa-university"
# weight = 2
[[params.social]]
name = "GitHub"
url = "https://github.com/simonebarbieri/"
icon = "fa fa-github"
weight = 3
# [[params.social]]
# name = "Facebook"
# url = "https://www.facebook.com/s.barbieri90"
# icon = "fa fa-facebook"
# weight = 4
[[params.social]]
name = "Mastodon"
rel = "me"
url = "https://mastodon.social/@simone_barbieri"
icon = "fa-brands fa-mastodon"
weight = 4
[[params.social]]
name = "Bluesky"
url = "https://bsky.app/profile/barbierisimone.com"
icon = "fa-brands fa-bluesky"
weight = 5
# [[params.social]]
# name = "Twitter"
# url = "https://twitter.com/s_barbieri90/"
# icon = "fa fa-twitter"
# weight = 5
[[params.social]]
name = "LinkedIn"
url = "https://www.linkedin.com/in/simone-barbieri-a9966349/"
icon = "fa fa-linkedin"
weight = 6
# [[menu.main]]
# url = "/"
# name = "Home"
# weight = 1
# [[menu.main]]
# url = "/post/"
# name = "Posts"
# weight = 2
[[menu.main]]
url = "/about"
name = "About Me"
weight = 2
[[menu.main]]
url = "/curriculum"
name = "Curriculum"
weight = 3
[[menu.main]]
url = "/publications/"
name = "Publications"
weight = 4
# [[menu.main]]
# url = "/projects/"
# name = "Projects"
# weight = 5