forked from dexidp/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
63 lines (52 loc) · 1.19 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
title = "Dex"
disableKinds = ["taxonomy", "taxonomyTerm"]
copyright = "Dex IdP Contributors"
enableGitInfo = true
[caches]
[caches.assets]
dir = ":cacheDir/_gen"
maxAge = -1
[caches.getcsv]
dir = ":cacheDir/:project"
maxAge = "60s"
[caches.getjson]
dir = ":cacheDir/:project"
maxAge = "60s"
[caches.images]
dir = ":cacheDir/_images"
maxAge = -1
[caches.modules]
dir = ":cacheDir/modules"
maxAge = -1
[markup.highlight]
style = "paraiso-dark"
[params]
font_awesome_version = "5.12.0"
description = "A Federated OpenID Connect Provider"
favicon = "favicon.png"
repositoryUrl = "https://github.com/dexidp/website"
contentDir = "/content/"
[params.logos]
navbar = "dex-horizontal-color.png"
[[params.social]]
name = "GitHub"
color = "#000000"
url = "https://github.com/dexidp/dex"
icon = "fab fa-github"
[[params.social]]
name = "Twitter"
color = "#00aced"
url = "https://twitter.com/dexidp"
icon = "fab fa-twitter"
[[params.fonts]]
name = "Fira Sans"
sizes = [300, 400, 600, 700]
type = "sans_serif"
[[params.fonts]]
name = "Fira Mono"
sizes = [300, 400, 600, 700]
type = "monospace"
[[params.fonts]]
name = "Fire Sans"
sizes = [100, 200, 300, 400, 500, 600, 700]
type = "heading_font"