-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
78 lines (64 loc) · 1.82 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
# Build settings
markdown: kramdown
highlighter: rouge
relative_permalinks: false
###############
# Site settings
###############
title: VisualDiffer
keywords: "mac,apple,osx,apps,development,macosx,diff,differ,visual,compare,search,regular expression"
favicon: img/favicon.ico
# Show the popup about cookies
cookiesdirective: true
common_links:
- title: Official site
link: &official_link http://visualdiffer.com/
- title: Wiki
link: &wiki_link http://wiki.visualdiffer.com/
- title: Bug report, features request
link: &bugs_link http://bugs.visualdiffer.com/
- title: Mac App Store Page
link: &mas_link "http://itunes.apple.com/us/app/visualdiffer/id412386481?mt=12&ls=1"
- title: Twitter
link: &twitter_link https://twitter.com/visualdiffer
- title: GitHub
link: &github_link https://github.com/visualdiffer
header:
title: VisualDiffer
subtitle: Wiki
# must be 128x128
logo_image: img/logo.png
# Set 'provider' to false to turn analytics off globally
analytics:
provider: off
google:
tracking_id: 'UA-257181-9'
navigation_links:
- title: Support
link: *bugs_link
- title: Products
submenus:
- title: VisualDiffer
link: *official_link
- title: VisualGrep
link: https://itunes.apple.com/us/app/visualgrep/id597887722?mt=12
- title: Clipboard Plain
link: https://itunes.apple.com/us/app/clipboardplain/id528607880?mt=12
social_links:
- label: Twitter
link: *twitter_link
icon_class: fa-twitter
- label: GitHub
link: *github_link
icon_class: fa-github
######################
# Application specific
######################
minItemsToShowToc: 2
# Needed only when generate Apple Help
showToggleButton: true
exclude: ['mas', '*.sh', 'params.json']
toc:
# Set 'type' to false to turn toc generation off globally
# Supported types: 'js' or 'plugin'
type: js