-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy path_config.yml
More file actions
63 lines (55 loc) · 1.24 KB
/
_config.yml
File metadata and controls
63 lines (55 loc) · 1.24 KB
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
# Site settings
title: Missing Maps
safe: false
source: app
exclude:
- assets/scripts
- assets/vendor
- assets/styles
- README.md
- assets/sources
- node_modules
- package.json
- package-lock.json
- gulpfile.cjs
- .sass-cache
- .jekyll-cache
- vendor
timezone: America/New_York
highlighter: false
encoding: UTF-8
# Performance optimizations
incremental: true
profile: false
strict_front_matter: true
# Caching and build optimization
sass:
style: compressed
sourcemap: never
# Liquid rendering optimization
liquid:
error_mode: strict
strict_filters: true
strict_variables: false
baseurl: ""
permalink: pretty
# Jekyll Polyglot Configuration
languages: ["en", "fr", "cs", "es"]
default_lang: "en"
exclude_from_localization: ["assets", "scripts", "styles", "images", "favicon.ico", "robots.txt", "humans.txt", "CNAME", "Process-1.svg", "_site", "node_modules"]
parallel_localization: true
# add support for an atom feed and sitemap
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-polyglot
- jekyll-paginate-v2
# Pagination configuration
pagination:
enabled: true
per_page: 15
permalink: '/blog/page/:num/'
title: ':title - page :num of :max'
limit: 0
sort_field: 'date'
sort_reverse: true