-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhugo.toml
41 lines (34 loc) · 1.07 KB
/
hugo.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
baseURL = 'https://decysif.fr'
title = 'DéCySif'
copyright = 'OCamlPro'
SectionPagesMenu = "main"
theme = 'ananke'
defaultContentLanguage = "fr"
defaultContentLanguageInSubdir = true
Paginate = 10
[languages]
[languages.fr]
contentDir = "content/fr"
languageCode = "fr"
languageName = "Français"
weight = 1
[languages.fr.params]
legal = "DéCySif est financé par l'appel à projet i-Démo et la région Ile-de-France."
[languages.en]
contentDir = "content/en"
languageCode = "en"
languageName = "English"
weight = 2
[languages.en.params]
legal = "DéCySif is a project funded by the i-Démo call and the Ile-de-France region."
[params]
site_logo = 'images/logo_decysif_excellence_for_security_blank_bg_rectangle.svg'
header_logo = 'images/logo_decysif_security_by_design_blank_bg_rectangle.svg'
text_color = ""
recent_posts_number = 5
[params.contact]
development = "https://formspree.io/f/mayreylq"
# Helps display HTML inlined inside of frontmatter variables
[markup.goldmark.renderer]
unsafe = true
relativeURLs = true