-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
85 lines (75 loc) · 3 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
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # 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
- readme_img/
- LICENSE
- README.md
- run_on_code_changed.sh
include: ["_pages"]
plugins:
- jekyll-minifier
- jekyll-polyglot
sass:
sourcemap: never
style: compressed
# -----------------------------------------------------------------------------
# Library versions
# -----------------------------------------------------------------------------
# Add the url, version and integrity hash of the libraries you use in your site.
# The integrity hash is used to ensure that the library is not tampered with.
# Integrity hashes not provided by the libraries were generated using https://www.srihash.org/
third_party_libraries:
download: false # if true, download the versions of the libraries specified below and use the downloaded files
bootstrap:
integrity:
css: "sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
js: "sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
url:
css: "https://cdn.jsdelivr.net/npm/bootstrap@{{version}}/dist/css/bootstrap.min.css"
js: "https://cdn.jsdelivr.net/npm/bootstrap@{{version}}/dist/js/bootstrap.bundle.min.js"
version: "5.3.3"
font-awesome:
integrity:
css: "sha256-XfA0ppGOANs88Ds+9FqVLy3xIGzT/25K/VLmRRxE9ow="
js: "sha256-qq1ob4lpAizCQs1tkv5gttMXUlgpiHyvG3JcCIktRvs="
url:
css: "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@{{version}}/css/fontawesome.min.css"
js: "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@{{version}}/js/all.min.js"
version: "6.6.0"
google_fonts:
url:
fonts: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
luxon:
integrity:
js: "sha256-/TZdvWBQbZdgT95AgMF6nDLyjhe3QdOMpw4VLnkcgq4="
url:
js: "https://cdn.jsdelivr.net/npm/luxon@{{version}}/build/global/luxon.min.js"
version: "3.5.0"
mdb:
integrity:
css: "sha256-m1+5a1JnsNbgocEqeccYA0D6eQWJSYLHJeSGN8xIVPA="
js: "sha512-z2TpMCfA7shP7qK/58k3WvdKLCFthQVrsfq+qsOjtVzk6QRE5mYgs6rd8pjtbtuqZtOJt8Q/IGpacrteVcoUpA=="
url:
css: "https://cdn.jsdelivr.net/npm/mdb-ui-kit@{{version}}/css/mdb.min.css"
js: "https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/{{version}}/mdb.umd.min.js"
version: "8.0.0"