-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
executable file
·49 lines (39 loc) · 980 Bytes
/
config.toml
File metadata and controls
executable file
·49 lines (39 loc) · 980 Bytes
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
baseurl = "https://kangaroo-server.github.io/"
title = "Kangaroo"
theme = "material-docs"
metadataformat = "yaml"
canonifyurls = true
googleAnalytics = ""
[params]
# General information
author = "Michael Krotscheck"
description = "A material design theme for documentations."
copyright = "Apache 2.0"
# Repository
provider = "GitHub"
repo_url = "https://github.com/kangaroo-server"
logo = "images/kangaroo.svg"
favicon = "favicon.ico"
permalink = "#"
# Custom assets
custom_css = [
'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'
]
custom_js = []
# Syntax highlighting theme
highlight_css = ""
[params.palette]
primary = "deep-orange"
accent = "blue"
[params.font]
text = "Roboto"
code = "Roboto Mono"
[social]
github = "kangaroo-server"
slack = "kangaroo-server"
irc = "kangaroo"
#[blackfriday]
# smartypants = true
# fractions = true
# smartDashes = true
# plainIDAnchors = true