-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
52 lines (43 loc) · 1.46 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
baseurl = "https://cdhainaut.github.io/"
title = "Charles Dhainaut"
theme = "hugo-creative-portfolio-theme"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
tags = ["charles","dhainaut","naval", "engineer", "optimization", "hydrodynamics","foil","design","race","boat","sailing","america","cup","imoca"]
[params]
# Style options: default (pink), blue, green, pink, red, sea, violet
# Use custom.css for your custom styling
#style = "default"
style = "sea"
custom_css = ["css/images.css"]
description = "Charles Dhainaut - I am a naval engineer specialized in race yachts hydrodynamics and optimization"
copyright = "©2023 Charles Dhainaut"
sidebarAbout = [
"I am a naval engineer specialized in race yachts hydrodynamics and optimization",
]
email = "[email protected]"
# Nav links in the side bar
[[params.navlinks]]
name = "projects"
url = "projects/"
home = true
#[[params.navlinks]]
#name = "articles"
#url = "articles/"
#[[params.navlinks]]
#name = "resume"
#url = "resume/"
[[params.navlinks]]
name = "about"
url = "about/"
[[params.navlinks]]
name = "get in touch"
url = "contact/"
[params.social]
email = "[email protected]"
linkedin = "https://www.linkedin.com/in/charles-dhainaut-05491b87/"
github = "https://github.com/cdhainaut"
cv = "/cv.pdf"