-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy path_config.yml
47 lines (40 loc) · 1.11 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
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://diciotech.netlify.app/" # the base hostname & protocol for your site, e.g. http://example.com
# -----------------------------------------------------------------------------
# Plugins settings
# -----------------------------------------------------------------------------
# Jekyll Polyglot
languages: ["en-us", "pt-br"]
default_lang: "pt-br"
exclude_from_localization: ["assets"]
lang_from_path: true
parallel_localization: false
jekyll-minifier:
# exclude: ["robots.txt"]
uglifier_args:
harmony: true
# -----------------------------------------------------------------------------
# Build settings
# -----------------------------------------------------------------------------
exclude:
- .git/
- .github/
- .gitignore
- .ruby-version
- CONTRIBUTING.md
- format_data.py
- LICENSE
- package.json
- package-lock.json
- README.md
- ROADMAP.md
- run_on_code_changed.sh
- run_on_data_changed.sh
- todo.md
include: ["_json", "_pages"]
plugins:
- jekyll-minifier
- jekyll-polyglot
sass:
sourcemap: never
style: compressed