-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
60 lines (41 loc) · 1.87 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
baseURL = "https://clement-rebuffel.com"
title = "Clément Rebuffel"
defaultContentLanguage = 'en'
languageCode = "en-us"
enableEmoji = "true"
assetDir = "static"
# This is necessary due to a bug (?) in how Hugo stores its sites
# See: https://discourse.gohugo.io/t/multilingual-page-404-not-found/31729/3
publishDir = "public"
# This is not necessary, but removes some warnings as well
# as removes "tags" from the site map
disableKinds = ["taxonomyTerm"]
# This anables for rendering arbitrary html in markdown files.
[markup.goldmark.renderer]
unsafe = true
# https://gohugo.io/content-management/syntax-highlighting/#generate-syntax-highlighter-css
[markup.highlight]
noClasses = false
[languages]
[languages.en]
weight = 1 # Always make sure defaultContentLanguage has lowest weight
LanguageName = "English"
shortdescription = "Quant Researcher at G-Research"
metadescription = "Personal website of Clément Rebuffel. I'm a Quant Researcher at G-Research and PhD in Natural Language Generation"
location = "London, UK"
[languages.fr]
weight = 2
LanguageName = "Français"
shortdescription = "Quant Researcher chez G-Research"
metadescription = "Site personnel de Clément Rebuffel. Je suis chercheur quant chez G-Research et docteur en Génération de Texte en Langage Naturel."
location = "Londres, Royaume Uni"
[params]
author = "Clément Rebuffel"
avatar = "/images/avatar.jpeg"
favicon = "/images/favicon.png"
longdescription = [["Made in France", ":fr:"], ["Deep Learning aficionado", ""], ["Natural Language Processing", ":books:"]]
email = "[email protected]"
github = "https://github.com/KaijuML"
twitter = "https://twitter.com/ClementRebuffel"
linkedin = "https://fr.linkedin.com/in/clementrebuffel"
scholar = "https://scholar.google.com/citations?user=QxRGjEUAAAAJ&hl=en"