This repository was archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (57 loc) · 2.1 KB
/
_config.yml
File metadata and controls
62 lines (57 loc) · 2.1 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
title: Stefan Glorch
email: info@sglorch.de
description:
author: Stefan Glorch
baseurl: ""
url: "https://sglorch.de"
# Social Profiles
twitter_username:
github_username: sglorch
facebook_username:
# Build settings
markdown: kramdown
paginate: 5
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
#https://github.com/bdesham/reading_time
- jekyll-gist #https://github.com/jekyll/jekyll-gist
- jekyll-seo-tag #https://github.com/jekyll/jekyll-seo-tag
#- jekyll-github-metadata
- jekyll-target-blank
- jekyll-sitemap
- jekyll-minifier
- jekyll-image-optim
#- jekyll-responsive-image
sass:
style: compressed
jekyll-minifier:
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: true # Default: true
compress_json: true # 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
preserve_patterns: # Default: (empty)
uglifier_args: # Default: (empty)
# image_optim-jekyll-plugin customizations.
image_optim:
archive_dir: "assets/full-res-img"
cache_file: "tmp/img-opt-cache.yml"
image_glob: "img/**/*.{gif,png,jpg,jpeg}"