forked from wymeditor/wymeditor
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
43 lines (39 loc) · 803 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
name: WYMeditor
markdown: redcarpet
pygments: true
# Permalinks
permalink: pretty
# Server
destination: ./_gh_pages
exclude: [
"AUTHORS",
"bower.json",
".bowerrc",
"CHANGELOG.md",
"chef",
"docs",
"Gemfile",
"Gemfile.lock",
".gitignore",
"GPL-license.txt",
"Gruntfile.js",
".jshintignore",
".jshintrc",
"Makefile",
"MIT-license.txt",
"node_modules",
"package.json",
"pre-release_checklist.md",
"README.md",
"src",
".travis.yml",
".vagrant",
"Vagrantfile",
"vagrant_provision.sh",
"wym_selenium"
]
# Custom vars
current_version: 1.0.0b5
repo: https://github.com/wymeditor/wymeditor/
download_source: https://github.com/wymeditor/wymeditor/archive/v1.0.0b5.zip
download_dist: https://github.com/wymeditor/wymeditor/releases/download/v1.0.0b5/wymeditor-1.0.0b5.tar.gz