-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
146 lines (127 loc) · 3.79 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
baseURL = 'https://cedricbatailler.me/'
languageCode = 'en-us'
title = 'Cédric Batailler'
theme = 'apero'
ignoreFiles = [ "\\.qmd$", "\\.ipynb$" ]
googleAnalytics = "G-CSC1TRYSDL"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# one of: https://xyproto.github.io/splash/docs/
style = "github"
[imaging]
quality = 70
resampleFilter = "Lanczos"
# HUGO-APERO SETTINGS ---------------------------------------------------------
[params]
orgName = "Cédric Batailler"
orgLocal = ""
description = "A modern, beautiful, and easily configurable blog theme for Hugo."
favicon = ""
logo = ""
mainSections = ["blog", "projects", "pubs"]
navallcaps = true
# TODO: update social sharing image
# Default image for social sharing and search engines.
# Place image file in `static` folder and specify image name here.
sharing_image = "/img/papillons.jpg"
# Twitter username (without @). Used when a visitor shares your site on Twitter.
twitter = "cedricbatailler"
# use a built-in color theme
# one of: forest / grayscale / peach / plum /
# poppy / sky / violet / water
theme = "peach"
# or, leave theme empty & make your own palette
# see docs at https://hugo-apero.netlify.app/learn/color-themes/
# the custom scss file must be in the assets/ folder
# add the filename name here, without extension
# to use hex colors instead of named tachyons colors, include "hex" in filename
custom_theme = "hex-colors"
# use an embedded font
customtextFontFamily = "Atkinson Hyperlegible"
customheadingFontFamily = "Metropolis"
# or choose a system font stack
textFontFamily = "sans-serif"
headingFontFamily = "serif"
[params.utterances]
use_utterances = true
repo_name = "cedricbatailler/cedricbatailler.me"
issue_term = "title" # url, pathname, or title
theme = "github-light"
label = "comments :crystal_ball:"
# NAVBAR ----------------------------------------------------------------------
[menu]
[[menu.header]]
name = "Notes"
title = "My project portfolio"
url = "/blog/"
weight = 1
[[menu.header]]
name = "Projects"
title = "My project portfolio"
url = "/projects/"
weight = 1
[[menu.header]]
name = "Pubs"
title = "My project portfolio"
url = "/pubs/"
weight = 2
[[menu.header]]
name = "Contact"
title = "My project portfolio"
url = "/contact/"
weight = 3
[[menu.footer]]
name = "License"
title = "License"
url = "/license/"
weight = 1
[[params.social]]
icon = "mastodon"
icon_pack = "fab"
url = "https://fosstodon.org/@cedricbatailler"
[[params.social]]
icon = "github"
icon_pack = "fab"
url = "https://github.com/cedricbatailler"
[[params.social]]
icon = "linkedin"
icon_pack = "fab"
url = "https://www.linkedin.com/in/cedricbatailler/"
[[params.social]]
icon = "google-scholar"
icon_pack = "ai"
url = "https://scholar.google.fr/citations?user=3KAcQowAAAAJ"
[[params.social]]
icon = "twitter"
icon_pack = "fab"
url = "https://twitter.com/cedricbatailler"
[[params.social]]
icon = "cv"
icon_pack = "ai"
url = "https://cedricbatailler.me/cv"
# PRIVACY CONTENT -------------------------------------------------------------
# see https://gohugo.io/about/hugo-and-gdpr/
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = false
anonymizeIP = true
respectDoNotTrack = true
[privacy.instagram]
disable = false
simple = true
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
enableDNT = true
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true