-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
36 lines (30 loc) · 843 Bytes
/
_config.yml
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
title: Just the Docs
description: A Jekyll theme for documentation
permalink: pretty
exclude: [
"Rakefile", "Gemfile", "Gemfile.lock",
"*.gemspec", "*.gem",
"node_modules/",
"package.json", "package-lock.json",
"script/", "lib/", "bin/",
"LICENSE.txt", "README.md",
"core"
]
# Enable or disable the site search
search_enabled: true
# Aux links for the upper right navigation
aux_links:
"Just the Docs on GitHub":
- "//github.com/pmarsceill/just-the-docs"
# Color scheme currently only supports "dark" or nil (default)
remote_theme: pmarsceill/just-the-docs
color_scheme: dark
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
#ga_tracking: UA-2709176-10
#baseurl: "/site-docs/" # the subpath of your site, e.g. /blog
#url: "https://kaceo.github.io"
#port: 8080
#host: 0.0.0.0
source: src
#destination: docs