-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
116 lines (99 loc) · 3.14 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
baseURL = "http://charlie.fougeray.net/"
languageCode = "fr-FR"
title = "Charlie Fougeray"
theme = "minimal"
#disqusShortname = "username" # delete this to disable disqus comments
googleAnalytics = "UA-2239485-1"
[params]
author = "Charlie Fougeray"
#description = "from screen to green"
keywords = "Développeur, Consultant technique, Application Mobile, iOS, watchOS, tvOS, Objective-c, Swift, IoT, Domotique, Golf"
place = "📍Bordeaux, France"
avatar = "charlie-fougeray.jpg"
favico = "favico.png"
#copyright = "© 2018 Charlie Fougeray • [A propos](/about)"
copyright = "© 2024 Charlie Fougeray • Page générée par [Hugo](https://gohugo.io) • Thème inspiré de [Minimal](https://github.com/calintat/minimal)"
githubUsername = "#chaaarly"
accent = "#006747"
showBorder = true
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!
highlight = false
highlightStyle = "solarized-dark"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
css = ["/css/custom.css"]
googleTagManager = "GTM-5L4T4B6"
### MAIN MENU
#[[menu.main]]
# identifier = "home"
# url = "/"
# name = "Accueil"
# weight = 1
#[[menu.main]]
# url = "/about"
# name = "About"
# weight = 2
#[[menu.main]]
# url = "/posts/"
# name = "Posts"
# weight = 2
### SOCIAL MENU
# 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]]
identifier = "twitter"
url = "https://twitter.com/chaaarly"
name = "Twitter (X)"
weight = 2
pre = "<i class='fab fa-twitter'></i>"
[[menu.icon]]
identifier = "instagram"
url = "https://www.instagram.com/chaaarly"
name = "Instagram"
weight = 3
pre = "<i class='fab fa-instagram'></i>"
[[menu.icon]]
identifier = "facebook"
url = "https://www.facebook.com/chaaarly"
name = "Facebook"
weight = 4
pre = "<i class='fab fa-facebook'></i>"
[[menu.icon]]
identifier = "linkedin"
url = "https://www.linkedin.com/in/chaaarly"
name = "LinkedIn"
weight = 10
pre = "<i class='fab fa-linkedin'></i>"
[[menu.icon]]
identifier = "github"
url = "https://github.com/chaaarly"
name = "GitHub"
weight = 12
pre = "<i class='fab fa-github'></i>"
#[[menu.icon]]
# url = "https://www.stackoverflow.com/chaaarly/"
# name = "stack-overflow"
# weight = 14
#[[menu.icon]]
# identifier = "viadeo"
# url = "http://www.viadeo.com/p/0021hom42pev48dv"
# name = "Viadeo"
# weight = 12
# pre = "<i class='fab fa-viadeo'></i>"
#[[menu.icon]]
# identifier = "golf-ball"
# url = "https://twitter.com/chaaarly_golf"
# name = "Twitter 100% Golf"
# weight = 20
[[menu.icon]]
identifier = "tv"
url = "https://www.tvtime.com/en/user/69547/profile"
name = "TV Time"
weight = 21
# pre = "<i class='fa-solid fa-tv fa-sm'></i>"
#[[menu.icon]]
# identifier = "envelope"
# url = "mailto:charlie[dot]fougeray[at]gmail[dot]com"
# name = "Mail me !"
# weight = 100