-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
80 lines (69 loc) · 1.61 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
project: mydoc_designers
audience: designers
product: doc
platform: all
version: all
output: web
destination: ../doc_outputs/mydoc/designers
topnav_title: Quarks Documentation
homepage_title: Quarks Documentation
site_title: Quarks Documentation
project_folder: mydoc
company_name: Quarks
footer_image_location: ../../common_images/company_logo.png
github_editme_path: quarks-edge/quarks.documentation/blob/gh-pages
docsurl: https://github.com/quarks-edge/quarks.documentation
disqus_shortname: idrbwjekyll
# variables
sidebar_tagline: Quarks
sidebar_version: Version 0.3.0
theme_file: theme-blue.css
pdf_file_name: mydoc_designers_pdf.pdf
# the algolia entries here are experimental only.
#gems:
# - algoliasearch-jekyll
#algolia:
# application_id: 'HXUBJERYYB'
# index_name: 'documentation_theme_jekyll_designers'
port: 4009
exclude:
- _site
- _drafts
- configs/
- doc/mydoc_writers*
# same for all
host: 127.0.0.1
feedback_email: [email protected]
# these settings should work, but they don't seem to apply the right highlighting
#highlighter: rouge
#markdown: kramdown
#kramdown:
# input: GFM
# auto_ids: true
# hard_wrap: false
# syntax_highlighter: rouge
highlighter: pygments
markdown: redcarpet
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