-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
75 lines (60 loc) · 1.36 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
64
65
66
67
68
69
70
71
72
73
74
title = "Parsec"
disableKinds = ["taxonomy", "taxonomyTerm"]
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]
projectName = "Parsec"
font_awesome_version = "5.12.0"
description = "Website for the Parsec project"
favicon = "favicon.png"
repositoryUrl = "https://github.com/tbd"
contentDir = "/content/"
[params.logos]
navbar = "parsec-icon-white.svg"
[[params.social]]
name = "GitHub"
color = "#000000"
url = "https://github.com/parallaxsecond/parsec"
icon = "fab fa-github"
[[params.social]]
name = "Slack"
color = "#4A154B"
url = "https://github.com/parallaxsecond/community#community-channel"
icon = "fab fa-slack"
[[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"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Documentation"
url = "https://parallaxsecond.github.io/parsec-book/"
weight = 2