-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
65 lines (50 loc) · 1.08 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
baseurl = "https://unixvoid.github.io/binder_docs/"
languageCode = "en-us"
title = "binder-docs"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
[params]
# General information
author = "Matthew Faltys"
description = "Binder documentation."
copyright = "Released under the MIT license"
# Repository
provider = "GitHub"
repo_url = "https://github.com/unixvoid/binder"
version = "v0.0.3a"
logo = "img/logo.png"
favicon = ""
permalink = "#"
# Custom assets
custom_css = []
custom_js = []
# Syntax highlighting theme
highlight_css = ""
[params.palette]
primary = "indigo"
accent = "teal"
[params.font]
text = "Source Sans Pro"
code = "Source Code Pro"
[social]
twitter = "thefaltyone"
github = "mfaltys"
email = "mfaltys@gmail.com"
[[menu.main]]
name = "Binder"
url = "/"
weight = 0
[[menu.main]]
name = "API"
url = "api/"
weight = 10
[[menu.main]]
name = "Configuration"
url = "configuration/"
weight = 10
[blackfriday]
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true