-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
79 lines (64 loc) · 1.66 KB
/
config.toml
File metadata and controls
79 lines (64 loc) · 1.66 KB
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
baseurl = "/docs/"
relativeurls = false
languageCode = "en-gb"
title = "ContinuousPipe Docs"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyURLs = false
googleAnalytics = "UA-71216332-1"
PygmentsCodeFences = true
PygmentsOptions = "startinline=true"
[params]
# General information
author = "Samuel Rozé"
description = "Documentation for ContinuousPipe"
copyright = "Released under the MIT license"
#version = "1.0.0"
logo = "/docs/images/logo.png"
favicon = "/docs/images/favicon.png"
permalink = "#"
cpwebsite = "https://continuouspipe.github.io/"
# Custom assets
custom_css = [ "https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css","stylesheets/custom.css" ]
custom_js = [ "https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js", "javascripts/jquery-3.1.1.min.js" , "javascripts/menu.js" ]
# Syntax highlighting theme
highlight_css = ""
[params.palette]
primary = "blue"
accent = "teal"
[params.font]
text = "Open Sans"
code = "Ubuntu Mono"
[social]
twitter = "continuouspipe"
github = "continuouspipe"
[[menu.main]]
name = "Basics"
url = "/basics/"
identifier = "basics"
weight = "5"
[[menu.main]]
name = "Quick Start"
url = "/quick-start/"
identifier = "quick-start"
weight = "10"
[[menu.main]]
name = "Configuration"
url = "/configuration/"
identifier = "configuration"
weight = "15"
[[menu.main]]
name = "Remote Development"
url = "/remote-development/"
identifier = "remote-development"
weight = "20"
[[menu.main]]
name = "FAQ"
url = "/faq/"
identifier = "faq"
weight = "25"
[[menu.main]]
name = "Guides"
url = "/guides/"
identifier = "guides"
weight = "30"