forked from apache/cordova-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (43 loc) · 1.48 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
# =======
# Site settings
# =======
title: Apache Cordova
description: Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.
url: "https://cordova.apache.org" # the base hostname & protocol
baseurl: "" # the subpath of the site, e.g. /blog/
rss_path: /feed.xml
excerpt_separator: <!--more-->
repo:
uri: https://github.com/apache/cordova-docs
branch: master
latest_docs_version: edge
# NOTE: defaults are configured in _defaults.yml, which is a generated file
# =======
# Build settings
# =======
source: www
destination: build-dev
# don't erase these files in the output directory
keep_files: [".git", ".svn", "wiki-images", "images", "downloads"]
lsi: false # don't produce an index for related posts
safe: true # disables plugins
markdown: redcarpet
redcarpet:
extensions:
# this adds the ".prettyprint" class to <code> and <pre> tags
- prettify
# this enables code blocks denoted by backticks, like in GFM
# NOTE:
# this is turned on by default by Jekyll, but is still
# specified explicitly here in case the defaults change
- fenced_code_blocks
# this allows code blocks and HTML blocks to
# not have a leading or trailing newline
- lax_spacing
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
# exclude these directories from the build
exclude:
- static/css-src