-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
64 lines (52 loc) · 1.11 KB
/
_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
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
title: APX Autopilot
email: [email protected]
description: >
APX Autopilot by UAVOS Inc. Technical documentation and hardware integration manual.
#baseurl: "/pages-test" # the subpath of your site, e.g. /blog/
#url: https://uavos.github.io/pages-test # the base hostname & protocol for your site
url: https://docs.uavos.com
google_analytics: UA-38438120-1
sass:
style: compressed
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-titles-from-headings
relative_links:
enabled: true
collections: true
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
defaults:
- scope:
path: "_docs"
values:
layout: docs
seo:
type: "WebPage"
collections:
docs:
permalink: /:path
output: true
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: [local]
blanklines: true
profile: false
startings: [html, head, body]
titles_from_headings:
enabled: true
strip_title: true
collections: true
optional_front_matter:
remove_originals: true