-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
58 lines (51 loc) · 986 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
project: haxe-checkstyle
output: web
destination: doc_outputs/haxe-checkstyle
topnav_title: Haxe Checkstyle Documentation
site_title: Haxe Checkstyle Documentation
homepage_title: Home
url: /docs/
project_folder: haxe-checkstyle
company_name: Haxe Checkstyle
footer_image_location: common_images/icon.png
# variables
sidebar_tagline:
sidebar_version:
theme_file: theme-orange.css
port: 4009
exclude:
- _site
- _drafts
- configs/
- doc/docs*
- node_modules
- .temp
- .idea
- .n
# same for all
host: 127.0.0.1
highlighter: rouge
markdown: kramdown
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
collections:
tooltips:
output: false
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
-
scope:
path: ""
type: "tooltips"
values:
layout: "page"
comments: true
search: true
tooltip: true