-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config_build.yml
49 lines (42 loc) · 981 Bytes
/
_config_build.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
name: Google Cloud Platform
markdown: kramdown
kramdown:
input: GFM
html_to_native: true
hard_wrap: false
use_coderay: true
baseurl: /
safe: false
lsi: false
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "devsiteready"
relative_source: ../GoogleCloudPlatformSite.github.io/
destination: ../GoogleCloudPlatformSite.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: GoogleCloudPlatformSite
repo: GoogleCloudPlatformSite.github.io
branch: build
permalink: pretty
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- "*.Rmd"
- "*.yml"
- .gitignore
- vendor
- "searchtest.md"
include:
- "*.yaml"