This repository was archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
58 lines (51 loc) · 1.47 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
baseURL = "https://disic.github.io/gazette-bluehats/"
languageCode = "fr-Fr"
title = "Gazette #BlueHats"
copyright = "Direction interministérielle du numérique"
defaultContentLanguage = "fr"
publishDir = "docs"
[Author]
name = "Gazette #BlueHats - La gazette du logiciel libre dans/pour l'administration"
profile = "https://disic.github.io/gazette-bluehats"
[Taxonomies]
tag = "tags"
category = "categories"
[languages]
[languages.fr]
weight = 1
[languages.fr.params]
headline = "Gazette #BlueHats"
description = "La gazette du logiciel libre dans/pour l'administration"
[languages.en]
weight = 2
[languages.en.params]
headline = "Gazette #BlueHats"
description = "La gazette du logiciel libre dans/pour l'administration"
[Params]
intro = true
headline = "Gazette #BlueHats"
github = "https://github.com/disic/gazette-bluehats"
twitter = "https://twitter.com/_DINUM"
email = "[email protected]"
opengraph = true
shareTwitter = true
shareFacebook = false
shareGooglePlus = false
shareLinkedIn = false
dateFormat = "Mon 2 Jan 2006"
highlightJsUrl = ""
highlightJsLocalUrl = ""
[Permalinks]
post = "/:filename"
[[languages.fr.menu.main]]
name = "À propos"
url = "/a-propos/"
weight = 1
[minify]
disableCSS = false
disableHTML = false
disableJS = false
disableJSON = false
disableSVG = false
disableXML = false
minifyOutput = true