-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
34 lines (32 loc) · 950 Bytes
/
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
baseURL = 'http://example.org/'
theme = 'hugo-book'
defaultContentLanguage = 'en'
enableGitInfo = true
[languages]
[languages.en]
languageName = "English"
title = "ICCS GitHub Content"
weight = 1
contentDir = "content/en"
[languages.en.params]
description = "ICCS GitHub Content"
author = "ICCS OSS Working Group and Open North"
BookEditPath = 'edit/main'
[languages.fr]
languageName = "Français"
title = "Contenu GitHub de l'ISAC"
weight = 2
contentDir = "content/fr"
[languages.fr.params]
description = "Contenu GitHub de l'ISAC"
author = "Groupe de travail du logiciel libre de l'ISAC et Nord Ouvert"
BookEditPath = 'edit/main'
[menu]
# [[menu.before]]
[[menu.after]]
name = "Github"
url = "https://github.com/ICCS-ISAC/iccs-isac.github.io"
weight = 10
[params]
BookRepo = 'https://github.com/ICCS-ISAC/iccs-isac.github.io'
BookDateFormat = '2006-01-02'