forked from sdaps/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
101 lines (83 loc) · 2.18 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
baseURL = "https://sdaps.org/"
languageCode = "en-us"
title = "SDAPS"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
enableInlineShortcodes = true
[params]
# General information
author = "Benjamin Berg"
description = "Scripts for data acquisition with paper-based surveys."
copyright = "Released under GPLv3+/LPPLv1.3c+"
build_date_format = "2nd Jan 2006, 15:04"
# Repository
# Setting provider to github results in a broken download link,
# so don't for now.
use_github_star = "true"
repo_url = "https://github.com/sdaps/sdaps"
custom_download_url = "https://sdaps.org/getting-started/"
version = "1.9.9"
logo = "images/sdaps.png"
favicon = "images/sdaps.svg"
custom_css = ['fa/css/all.css']
[params.palette]
primary = "teal"
accent = "orange"
[social]
github = "sdaps"
email = "benjamin@sipsolutions.net"
matrix = "https://matrix.to/#/!ycTzzbwRIINFSJQltE:matrix.org"
irc = "freenode.net/sdaps"
mailinglist = "contribute/#mailing-list"
[[menu.main]]
pre = "<i class='fas fa-sticky-note'></i> "
name = "Overview"
url = "/"
weight = 10
[[menu.main]]
pre = "<i class='fas fa-clipboard-list'></i> "
name = "Getting started"
url = "getting-started/"
weight = 20
[[menu.main]]
pre = "<i class='fas fa-users'></i> "
name = "Contribute"
url = "contribute/"
weight = 30
[[menu.main]]
pre = "<i class='fas fa-newspaper'></i> "
name = "News"
url = "news/"
weight = 40
[[menu.main]]
pre = "<i class='fas fa-book'></i>"
name = "Documentation"
url = "documentation/"
weight = 50
[[menu.main]]
parent = "Documentation"
pre = "<i class='far fa-file-code'></i>"
name = "LaTeX Class"
url = "/class-doc"
weight = 55
[[menu.main]]
pre = "<i class='fas fa-handshake'></i> "
name = "Used by"
url = "used-by/"
weight = 60
[[menu.main]]
pre = "<i class='fas fa-bullseye'></i> "
name = "Roadmap"
url = "roadmap/"
weight = 70
[[menu.main]]
name = "Imprint"
url = "imprint/"
pre = "<i class='far fa-address-card'></i>"
weight = 200
[blackfriday]
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true