-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-minimal.toml
More file actions
86 lines (71 loc) · 1.84 KB
/
config-minimal.toml
File metadata and controls
86 lines (71 loc) · 1.84 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
baseURL = "https://barbierisimone.com"
languageCode = "en-us"
title = "Simone Barbieri"
theme = "minimal"
paginate = 12
enableEmoji = true
enableRobotsTXT = true
googleAnalytics = ""
[params]
author = "Simone Barbieri"
description = "EngD Student"
githubUsername = "simonebarbieri"
accent = "#2980b9"
showBorder = true
backgroundColor = "white"
font = "Montserrat" # should match the name on Google Fonts!
highlight = false
highlightStyle = "solarized-dark"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
# profilePic = "/resources/profile-pic.jpg"
[[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
# Social icons to be shown on the right-hand side of the navigation bar
# The "name" field should match the name of the icon to be used
# The list of available icons can be found at http://fontawesome.io/icons/
[[menu.icon]]
url = "mailto:simone.barbieri@hey.com"
name = "envelope-o"
weight = 1
[[menu.icon]]
url = "http://staffprofiles.bournemouth.ac.uk/display/sbarbieri"
name = "university"
weight = 2
[[menu.icon]]
url = "https://github.com/simonebarbieri/"
name = "github"
weight = 3
[[menu.icon]]
url = "https://www.facebook.com/s.barbieri90"
name = "facebook"
weight = 4
[[menu.icon]]
url = "https://twitter.com/s_barbieri90/"
name = "twitter"
weight = 5
[[menu.icon]]
url = "https://www.linkedin.com/in/simone-barbieri-a9966349/"
name = "linkedin"
weight = 6