-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathprod_config.yml
916 lines (823 loc) · 31.7 KB
/
prod_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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
# ------------------------------------------------------------------------------
# ~/_config.yml
# Global Jekyll site configuration (runtime)
#
# Product/Info:
# https://jekyll.one
#
# Copyright (C) 2023, 2024 Juergen Adams
#
# J1 Template is licensed under the MIT License.
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
# ------------------------------------------------------------------------------
# ==============================================================================
# 1. BUILD configuration
#
# ------------------------------------------------------------------------------
#
# Set the environment for the build
#
# NOTE:
# You can specify a Jekyll environment at build time. In the build
# (or serve) arguments, you can specify a Jekyll environment and
# value like:
#
# *nix: JEKYLL_ENV=production jekyll build
# Windows: set JEKYLL_ENV=production & jekyll build
# jekyll build
#
# The default value for JEKYLL_ENV is "development". Therefore if you
# omit JEKYLL_ENV from the build arguments, the default value will be
# JEKYLL_ENV=development.
#
# The Jekyll environment variable JEKYLL_ENV is accessible via the
# Liquid variable "jekyll.environment". J1 Theme overwrites the site
# variable "site.environment" with the value of the Liquid variable
# "jekyll.environment" automatically - in other words: JEKYLL_ENV takes
# PRECENDENCE over the site variable "site.environment" given with the
# _config.yml file.
#
# ------------------------------------------------------------------------------
#
# environment
# ------------------------------------------------------------------------------
# Sets the build environment of the website
#
# values: development|production
# default: development
#
environment: production
# version
# ------------------------------------------------------------------------------
# Sets the build version of the site
#
version: 2024.2.1
# copyright
# ------------------------------------------------------------------------------
# Sets the copyright info of the site
#
copyright: © 2023, 2024 J1 · All rights reserved
# noscript
# ------------------------------------------------------------------------------
# Enables|Disables a noscript page
#
noscript: false
# ==============================================================================
# 2. THEME configuration
#
# ------------------------------------------------------------------------------
#
# Set the (gem-based) theme and the (Bootrap) theme used for the site
#
# J1 Theme is a so-called gem-based template for Jekyll. All components
# for the template J1 (template core and template modules) are Ruby gem
# managed by the Ruby bundler respectively by the GEM manager "gem". All
# components are available public at RubyGems.org.
#
# theme
# ------------------------------------------------------------------------------
# Sets the name of the (gem-based) theme used for Jekyll
# serve and build (currently set to old gem|name: j1-template
#
# theme: j1-theme
theme: j1-template
# ------------------------------------------------------------------------------
# J1 Theme configuration
# Sets J1 Theme specific configurations
#
# NOTE:
# Parameter "theme" is used by Jekyll >= 3.2.0 for gem-based
# templates. For that reason, the configuration parameter for
# the J1 Theme was changed to "template" to not conflict with
# new versions of Jekyll.
#
# template.name
# ------------------------------------------------------------------------------
# Sets the theme "path" of J1 Theme for the ~/assets/themes
# folder. To not conflict with other template systems, all
# template assets for J1 Theme are stored under the default
# path "/assets/themes/j1".
#
# NOTE:
# Do NOT change template.name to other values.
#
# default: j1
#
# template.config
# ------------------------------------------------------------------------------
# Sets the name of the J1 Theme configuration file
#
# default: j1_config
#
template:
name: j1
config: j1_config
# ==============================================================================
# 3. SITE configuration
#
# ------------------------------------------------------------------------------
#
# Set language, coding and HTML document type (DOCTYPE)
#
# language
# ------------------------------------------------------------------------------
# Sets the language used by the website. The parameter language
# is used by Content-Language entity-header field (meta tag )
# that describes the natural language(s) of the intended audience
# for the enclosed entity. This might helpful for robots|search
# engines.
#
# NOTE:
# This might not be equivalent to all the languages used within
# the entity-body of the website but should describe the language
# the language the site is using "overall".
# See: https://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html
# for more details
#
# values: Content-Language tags
# default: en
#
# coding
# ------------------------------------------------------------------------------
# Sets the content coding scheme (character encoding for the
# HTML documents) of the website. Used for the meta tag "charset".
#
# values: charset
# default: UTF-8
#
# doctype
# ------------------------------------------------------------------------------
# Sets the HTML standard of the website. J1 Theme is using
# HTML5, therefor the doctype is: <!DOCTYPE html>
#
# values: HTML doc types
# default: html
#
language: en
coding: UTF-8
doctype: html
# ------------------------------------------------------------------------------
# META data
# Mainly to set the meta tags for the document <head> section.
# title
# ------------------------------------------------------------------------------
# Sets the meta tag 'title' (used by SEO tags)
#
# values: string
# default: no default
#
# description
# ------------------------------------------------------------------------------
# Sets the meta tag 'description' (used by SEO tags)
#
# values: string
# default: no default
#
# keywords
# ------------------------------------------------------------------------------
# Sets the meta tag 'keywords'
# Meta keywords are can give search engines more information about a
# page’s content. Most modern search engines does NOT use this tag
# anymore but should be defined for backwards compatability.
#
# values: string (comma separated)
# default: no default
#
#
# robots.index
# ------------------------------------------------------------------------------
# Controls spider|robots of search engines. Sets the meta
# tag for "robots". If set to "false", the meta tag robots
# is set to "noindex", if set to "true" the tag is set to
# "index"
#
# values: boolean (true|false)
# default: false
#
# robots.follow
# ------------------------------------------------------------------------------
# Controls spider|robots of search engines. Sets the meta
# tag for "robots". If set to "false", the meta tag robots
# is set to "nofollow", if set to "true" the tag is set to
# "follow".
#
# values: boolean (true|false)
# default: false
# ------------------------------------------------------------------------------
#
title: J1 Starter
title_extention: Free Template for Jekyll and Bootstrap
description: >
J1 Template gives web developers and hobbyists a clean
implementation in Jekyll for starting new projects
based on Bootstap V5. The template combines the best
software for the Web. Jekyll One is open source,
free to use, and the modules packed as well.
keywords: >
open source, free, template, jekyll, jekyllone, web,
sites, static, jamstack, bootstap
# Crawling/Indexing ENABLED for default. Settings managed page-wise using
# front matter defaults or by page default settings to make sure that only
# WANTED pages gets crawled.
#
robots:
index: true
follow: true
# ------------------------------------------------------------------------------
# BRAND configuration
# Set the brand image and favicon (located in /asset/images)
brand:
image: icons/j1/j1-512x512.png
image_height: 48px
text: Jekyll One
text_color: "#9E9E9E"
# Set the favicon and type
#
favicon:
image: icons/j1/favicon.ico
type: image/ico
# ==============================================================================
# 4. JEKYLL specific site configuration
#
# ------------------------------------------------------------------------------
#
# ------------------------------------------------------------------------------
# LOCATION configuration
# Set uri, files and path specific configurations
# ------------------------------------------------------------------------------
# URI configuration
# For default, J1 is using "pretty" links (URLs) ofr ALL types
# of conten (pages, posts, collections). For J1 Theme the
# permalink style (pretty):
#
# pretty: /:categories/:year/:month/:day/:title/
#
# used for default. Read mor about permalinks for pages and
# collections at:
#
# https://jekyllrb.com/docs/permalinks/#pages-and-collections
#
# All links are using an a trailing file extension of .html
# for best support of various Web Servers with NO addtional
# configuration needed.
#
# NOTE: The build-in Web server Ruby "Webrick" for Jekyll support
# pretty "links" out of the box. If other web servers are used to
# serve the Web like Apache or Nginx, "extensionless" URLs are to
# be enabled for those. See https://jekyllrb.com/docs/permalinks/
# for more details.
#
# NOTE:
# For development, respectively "live-reload" functionality,
# webpack-dev-server is used. The build-in Web server "Express"
# for Webpack does *NOT* support "pretty links" out of the box.
#
# NOTE:
# The permalink style can individualy configured by
# front matter variables. It is highly recommended to use a
# "pretty style" for individual permalinks as well. For that
# reason, the permalink should always have a trailing backslash.
#
# See: https://jekyllrb.com/docs/permalinks/#template-variables
#
# ------------------------------------------------------------------------------
#
permalink: pretty
# If your site has set a CNAME (pages.github.com), set the custom
# domain http|s://your-site.domain here. Accessible in Liquid as
# "site.url". For the development environment there is an EXCEPTION:
# if you are running jekyll serve in a development environment,
# site.url will be set to the value of host, port.
# NOTE: Required setting for the sitemap plugin, for example.
#
#url: http://localhost:23000
url: https://starter.jekyll.one/
# The subpath of your site, e.g. /blog/. Used in conjunction with
# site.url (see above) when you want a link to something with the
# full URL to it.
#
baseurl: ""
# The production_url is only used when full-domain names are needed
# such as sitemap.txt. For most places will/should use base_path to
# make the URLs.
#
base_path: ""
# ------------------------------------------------------------------------------
# Base hostname and protocol for the site
#
# Defaults:
# protocol: http
# host: localhost
# port: 4000
# timezone: Europe/Berlin
# encoding: UTF-8
#
protocol: http
host: localhost
port: 23000
timezone: Europe/Berlin
encoding: UTF-8
# detach: false
# show_dir_listing: true
# ------------------------------------------------------------------------------
# PATH configuration
# Global folder configuration where Jekyll will read files from
#
# Defaults:
# source: .
# destination: _site
#
source: .
destination: _site
plugins_dir: _plugins
layouts_dir: _layouts
data_dir: _data
includes_dir: _includes
collections_dir: collections
# ------------------------------------------------------------------------------
# FILES configuration
# Set the files to include, exclude and ignore (keep_files on _site)
#
include: [ .htaccess ]
exclude: [
log, vendor, node_modules, utilsrv,
'.sass-cache', '.vscode', '.idea',
'pages/public/jupyter/notebooks/j1',
'pages/public/jupyter/notebooks/nbi-docs',
History.markdown, README.md,
changelog.md, Rakefile,
Gemfile, Gemfile.lock, Guardfile,
dev_config.yml, prod_config.yml,
yarn.lock, config.ru,
package-lock.json, package.json,
'*.ignore', '*._config.yml',
'*.bat', '*.sh', '*.tmp', 'dot.*',
'*.log', '*.ppt*', '*.pdf',
'*.zip', '*.7z', '*.tgz', '*.tar',
'*.a2p', '*.asciidoc'
]
keep_files: []
safe: false
strict_front_matter: false
# ------------------------------------------------------------------------------
# SASS conversion options
#
# Sets the style of the generate CSS file.
# Possible values: compact|compressed|expanded|nested
#
sass:
sass_dir: _sass/scss
style: expanded # values: compact|compressed|expanded|nested
# ------------------------------------------------------------------------------
# WEBRICK Customizations
# You can provide custom headers for your site
# See: https://jekyllrb.com/docs/configuration/webrick/
# https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
#
# NOTE:
# Jekyll provides by default Content-Type and Cache-Control
# response headers: one dynamic in order to specify the nature of
# the data being served, the other static in order to disable
# caching so that you don’t have to fight with Chrome’s aggressive
# caching when you are in development mode.
#
# webrick:
# headers:
# My-Header: My-Value
# My-Other-Header: My-Other-Value
#
# ------------------------------------------------------------------------------
#
webrick:
headers:
X-Builder-Template: J1 Theme
X-Builder-Engine: Jekyll
# ------------------------------------------------------------------------------
# POSTS Management
# Control how post articles are generated
#
future: true # workaround (non US) TZ issues (of April 2021)
show_drafts: false
unpublished: false
limit_posts: 1000000 # set to UNLIMITED
# ------------------------------------------------------------------------------
# LIQUID template engine
#
liquid:
error_mode: warn
# ------------------------------------------------------------------------------
# MARKDOWN
#
# NOTE:
# Option input/GFM turns on the recognition of Github Flavoured
# Markdown (GFM)
#
markdown: kramdown
markdown_ext: markdown,md
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..3
smart_quotes: lsquo,rsquo,ldquo,rdquo
syntax_highlighter: rouge
# ------------------------------------------------------------------------------
# PLUGIN configuration
#
plugins:
# - algolia
# - asciidoctor-pdf
# - jekyll-archives
# - jekyll-gist
# - jekyll-redirect-from
- asciidoctor
- jekyll-asciidoc
# ------------------------------------------------------------------------------
# ALGOLIA Search (Instantsearch)
#
algolia:
enabled: false
application_id: your_application_id
search_only_api_key: your_searchonly_api_key
index_name: your_index_name
extensions_to_index: [ adoc ]
files_to_exclude: []
# ------------------------------------------------------------------------------
# ASCIIDOCTOR (Asciidoc plugin)
#
asciidoc_attributes: &asciidoc_attributes
hardbreaks-option:
source-highlighter: rouge
icons: font
imagesdir: /assets/images
iconsdir: '{imagesdir}/icons/asciidoc'
experimental: true # enable the UI macros, e.g kbd:[], for Asciidoctor globally
asciidoc:
processor: asciidoctor
require_front_matter_header: true
ext: adoc
asciidoctor:
safe: unsafe
template_dir: _templates
attributes: *asciidoc_attributes
# ------------------------------------------------------------------------------
# SAFEMODE
#
# If you want to use plugins when running Jekyll in safe mode,
# you must add the gem to the whitelist
#
whitelist:
- jekyll-asciidoc
# ==============================================================================
# 5. SEO and Social Media settings (global)
#
# ------------------------------------------------------------------------------
#
author:
name: Juergen Adams
url: https://jekyll.one/
email: [email protected]
github:
facebook:
twitter:
feedburner:
logo: /assets/images/icons/j1/j1-512x512.png
image:
path: /assets/images/promo/home/screenshot.jpg
width: 1200
height: 800
twitter:
username:
facebook:
author:
publisher:
app_id:
admins:
webmaster:
email: [email protected]
webmaster_verifications:
facebook:
google:
bing:
yandex:
# ==============================================================================
# 6. PAGE configuration
#
# ------------------------------------------------------------------------------
#
# ------------------------------------------------------------------------------
# EXCERPT settings
#
excerpt_separator: excerpt__end
excerpt_truncate_words: 100
# ------------------------------------------------------------------------------
# COLLECTION settings
# See: https://jekyllrb.com/docs/collections/#collections
#
collections:
# ----------------------------------------------------------------------------
# People
#
people:
output: true
permalink: /collections/public/:collection/:name/
# ----------------------------------------------------------------------------
# Portfolio
#
portfolio:
output: true
permalink: /collections/public/:collection/:name/
# ----------------------------------------------------------------------------
# Book shelf
#
biography:
output: true
permalink: /collections/public/:collection/:name/
fantasy:
output: true
permalink: /collections/public/:collection/:name/
romance:
output: true
permalink: /collections/public/:collection/:name/
# ------------------------------------------------------------------------------
# FRONT MATTER defaults
#
# Using the YAML Front Matter is a way the (individual) configuration
# for post and pages can be specified. Very often, a lot of config
# options are repeated on each and every post or page. Setting the
# layout for each file, adding categories to a post, etc. might be
# the same for the majority of your content.
#
# Instead of repeating this configuration each time a page is being
# created, Jekyll provides a way to set these configuration items
# as defaults in this site configuration (_config.yml).
#
defaults:
# ----------------------------------------------------------------------------
# HTML partials (loaded via XHR) excluded from sitemap
#
- scope:
path: assets/data
values:
sitemap: false
# ----------------------------------------------------------------------------
# Module HTML docs and examples excluded from sitemap
#
- scope:
path: assets/themes/j1
values:
sitemap: false
# ----------------------------------------------------------------------------
# PAGES
#
- scope:
path: pages
type: pages
values:
layout: page
compress: true
author:
name: Juergen Adams
url: https://jekyll.one/
logo: /assets/images/icons/j1/j1-512x512.png
image:
path: /assets/images/promo/home/screenshot.jpg
width: 1200
height: 800
icons:
family: MDI
color: md-blue
size: 5x
images:
dir: /assets/images/pages
robots:
index: true
follow: true
tts: true
toc: true
canonical: false
fab_menu_id: open_toc
comments: false
scrollbar: false
personalization: false
exclude_from_search: false
youtube: true
vimeo: true
resource_options:
- toccer:
collapseDepth: 3
# ----------------------------------------------------------------------------
# POSTS
#
# ----------------------------------------------------------------------------
# PUBLIC
#
- scope:
path: posts/public
type: posts
values:
layout: post
compress: true
author:
name: Juergen Adams
url: https://jekyll.one/
logo: /assets/images/icons/j1/j1-512x512.png
image:
path: /assets/images/promo/home/screenshot.jpg
width: 1200
height: 800
robots:
index: true
follow: true
tts: true
toc: true
canonical: false
fab_menu_id: open_toc
scrollbar: false
comments: false
page_navigation: true
personalization: false
exclude_from_search: false
series: false
resource_options:
- toccer:
collapseDepth: 3
# ----------------------------------------------------------------------------
# Collections
#
# ----------------------------------------------------------------------------
# Portfolio
#
- scope:
type: portfolio
path: collections/_portfolio
values:
layout: page
tts: false
canonical: false
# ----------------------------------------------------------------------------
# Book Shelf
#
- scope:
type: biography
path: collections/_biography
values:
layout: page
tts: false
canonical: false
- scope:
type: fantasy
path: collections/_fantasy
values:
layout: page
tts: false
canonical: false
- scope:
type: romance
path: collections/_romance
values:
layout: page
tts: false
canonical: false
# ==============================================================================
# 7. LAYOUT configuration
#
# ------------------------------------------------------------------------------
#
# ------------------------------------------------------------------------------
# COMPRESS (HTML) settings
#
# enabled
# ------------------------------------------------------------------------------
# Enables|Disables the use of compress.
# If enabled, all HTML pages generated for ALL layout
# get compressed for production. To use compress, set
# the ENVIRONMENT to production and the value of
# compress_html.enable to "true".
#
# See http://jch.penibelst.de/ for more details.
#
# values: boolean (true|false)
# default: false
#
# profile
# ------------------------------------------------------------------------------
# A boolean value to turn on the profile mode. If true, the
# layout creates a HTML table after the compressed content. The
# table contains the file size in bytes during the compressing
# steps.
#
# The profile table provides attributes for styling and reading.
# The id ends with build’s timestamp to be unique enough.
#
# <table
# id="compress_html_profile_YYYYMMDD"
# class="compress_html_profile"
# >
#
# This page itself is compressed in profile mode for analysis,
# testing or educational purposes only. The table written to
# the end of a page.
#
# NOTE:
# Never profile pages for public use.
#
# values: boolean (true|false)
# default: false
#
# blanklines
# ------------------------------------------------------------------------------
# A boolean value to turn on blanklines mode. This mode will
# only remove lines consisting of whitespace and leave other
# lines alone.
#
# values: boolean (true|false)
# default: false
#
# clippings
# ------------------------------------------------------------------------------
# An array of elements to clip whitespace around them. The
# following elements may be safe to clip:
#
# - Metadata
# - Sections
# - Grouping content (except the pre element)
# - Tabular data
#
# Use the shortcut all to clip all safe elements.
#
# Example:
#
# clippings: [div, p, ul, td, h1, h2]
#
# values: HTML tags|all
# default: empty array
#
# comments
# ------------------------------------------------------------------------------
# An array of exactly two comment tags to strip comments
# enclosed by them. The first string must be the start tag,
# the second must be the end tag.
#
# Example:
#
# comments: ["<!-- ", " -->"]
#
# values: comment tags
# default: empty array
#
# startings
# ------------------------------------------------------------------------------
# An array of elements with optional start tags. These start
# tags will be >>removed<<.
#
# Example:
#
# startings: [html, head, body]
#
# values: HTML optional start tags
# default: empty array
#
# endings
# ------------------------------------------------------------------------------
# An array of elements with optional end tags. These end tags
# will be >>removed<<. Use the shortcut all to remove all
# optional endings.
#
# Example:
#
# endings: [p, li, td]
#
# values: HTML optional end tags
# default: empty array
#
# ignore.envs
# ------------------------------------------------------------------------------
# An array of environments given by ENV["JEKYLL_ENV"]
# where the compress layout is IGNORED. This is useful
# while developing a website the content should NOT
# compressed.
#
# Example:
#
# envs: [development, test]
#
# values: HTML optional end tags
# default: empty array
#
# ------------------------------------------------------------------------------
# Copmress (HTML) settings
#
compress_html:
enabled: true
profile: false
blanklines: false
comments: []
startings: []
clippings: []
endings: []
ignore: []
envs: []
# ------------------------------------------------------------------------------
# END config