forked from devlance/googledevdocs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
42 lines (36 loc) · 827 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
name: Google Cloud Documentation
markdown: kramdown
kramdown:
input: GFM
html_to_native: true
hard_wrap: false
use_coderay: true
baseurl: /
safe: false
lsi: false
pygments: true
relative_source: ../googledevdocs.github.io/
destination: ../googledevdocs.github.io-build/
# Settings for deploy rake task
# Username and repo of Github repo, e.g.
# https://github.com/USERNAME/REPO.git
# username defaults to ENV['GIT_NAME'] used by Travis
# repo defaults to USERNAME.github.io
# Branch defaults to "source" for USERNAME.github.io
# or "master" otherwise
username: GoogleDevDocs
repo: googledevdocs.github.io
branch: build
permalink: pretty
paginate: 10
paginate_path: "blog/page:num"
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- "*.Rmd"
- "*.yml"
- .gitignore
- vendor