-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·76 lines (63 loc) · 1.67 KB
/
_config.yml
File metadata and controls
executable file
·76 lines (63 loc) · 1.67 KB
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
## This content is duplicated here from configs/config_designers.yml because I'm building this site through Github Pages, and Github Pages just looks for the _config.yml file in the root directory to create the build.
# project definitions
project: doc_designers
audience: designers
product: all
platform: all
version: all
destination: ../doc_designers
topnav_title: Documentation
homepage_title: Frontdesk Anywhere Documentation
site_title: Frontdesk Anywhere Documentation
# disqus_shortname: idrbwjekyll
google_analytics:
github_editme_path: fdazen/fda-documentation
baseurl: /build
url: http://docs.frontdeskanywhere.net
# don't use a slash before or after the above path. here's how this url gets written out in page.html: https://github.com/{{site.github_editme_path}}{{page.url | replace: '.html', '.md'}}
# variables
sidebar_tagline: Documents
sidebar_version: version 3.5.112.1
port: 4001
exclude:
- doc_writers*
- configs/
- _site
- doc_multi*
# same for all
host: 127.0.0.1
feedback_email: help@frontdeskanywhere.com
sidebar_accordion: true
# markdown: redcarpet
print: true
theme_file: theme-green.css
# only use suffix if you need to force index.html to display
# suffix: index.html
# redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
# highlighter: pygments
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
highlighter: rouge
collections:
tooltips:
output: true
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
prose:
media: 'images'