-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (36 loc) · 785 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
# bundle exec jekyll serve --livereload
# General settings
favicon: "/assets/images/favicon.ico"
# Language settings
languages: [ "br", "us" ]
translations: [ "br", "us" ]
exclude_from_localizations: [ "assets" ]
# Collections settings
collections_dir: _collections
collections:
certificates_br:
output: true
certificates_us:
output: true
# Markdown settings
kramdown:
input: kramdown
# Optimization settings
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
blanklines: true
profile: false
startings: [html, head, body]
sass:
style: compressed
# Plugins settings
plugins:
- jekyll-multiple-languages-plugin
#- jekyll-timeago
#- jekyll-feed
#- jekyll-seo-tag
#- jekyll-sitemap
#- jekyll-spaceship
#- jekyll-scholar