forked from raml-org/raml-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·90 lines (73 loc) · 2.24 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
78
79
80
81
82
83
84
85
86
87
88
89
90
###########
# site.url, site.title
title: 'RAML'
## note:
# use site.path in your templates to make it work for both protocols e.g. http and https
# use site.url only inside the web feed template (e.g. requires full url incl. protocol)
path:
baseurl:
url: "https://raml.org"
permalink: "/blogs/:title"
timezone: null
########
# more settings
markdown: kramdown
sass:
sass_dir: css
style: expanded
exclude:
- README.md
safe: true
lsi: false
# Where things are
source: .
destination: ./_site
layouts_dir: ./_layouts
data_dir: ./_data
# collections: null
# Handling Reading
include: [".htaccess"]
exclude: []
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-minifier
defaults:
-
scope:
path: "" # empty string for all files
type: posts # limit to posts
values:
is_post: true # automatically set is_post=true for all posts
collections:
testimonials:
output: true
projectsgithuburl: https://github.com/raml-org/raml-org/tree/develop
projectnoofpages: 10
jekyll-minifier:
exclude: 'atom.xml'
preserve_php: true # Default: false
remove_spaces_inside_tags: true # Default: true
remove_multi_spaces: true # Default: true
remove_comments: true # Default: true
remove_intertag_spaces: true # Default: false
remove_quotes: false # Default: false
compress_css: true # Default: true
compress_javascript: false # Default: true
simple_doctype: false # Default: false
remove_script_attributes: false # Default: false
remove_style_attributes: false # Default: false
remove_link_attributes: false # Default: false
remove_form_attributes: false # Default: false
remove_input_attributes: false # Default: false
remove_javascript_protocol: false # Default: false
remove_http_protocol: false # Default: false
remove_https_protocol: false # Default: false
preserve_line_breaks: false # Default: false
simple_boolean_attributes: false # Default: false
compress_js_templates: false # Default: false