-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
76 lines (66 loc) · 1.09 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
markdown:
kramdown
host: 0.0.0.0
port: 4000
kramdown:
auto_ids: true
input: GFM
hard_wrap: false
syntax_highlighter_opts:
disable : true
highlighter: rouge
liquid:
error_mode: strict
sass:
style: compressed
compress_html:
clippings: all
comments: all
blanklines: false
profile: false
collections:
faq:
output: false
glossary:
output: false
blog:
output: true
docs:
output: true
help:
output: true
about:
output: true
plugins:
- jekyll-redirect-from
- jekyll-sitemap
exclude:
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
- CNAME
- CONTRIBUTING.md
- .gitignore
- .gitmodules
- Vagrantfile
- .vagrant
- _blog/posts/post.md.template
- _docs/concepts/concept.md.template
- _docs/tasks/task.md.template
- _docs/guides/sample.md.template
- _docs/reference/reference.md.template
- _docs/setup/setup.md.template
- scripts/
- Rakefile
- Jenkinsfile
- repos/*.html
- repos/*.md
- vendor/
- js/misc.js
- js/styleSwitcher.js
- firebase.json
- _rakesite
- _index.html
repository:
google/asylo-site