j1_template 2019.4.7 → 2019.4.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_collection.html +24 -9
  3. data/_includes/themes/j1/layouts/content_generator_page.html +24 -9
  4. data/_includes/themes/j1/layouts/content_generator_post.html +27 -15
  5. data/_includes/themes/j1/layouts/layout_theme_generator.html +39 -19
  6. data/_includes/themes/j1/layouts/layout_theme_generator.new.html +118 -0
  7. data/_includes/themes/j1/layouts/layout_theme_generator.org.html +119 -0
  8. data/_includes/themes/j1/procedures/global/pager.proc +49 -51
  9. data/lib/j1/version.rb +1 -1
  10. data/lib/j1_app/j1_auth_manager/auth_manager.rb +27 -29
  11. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +12 -8
  12. data/lib/starter_web/Gemfile +1 -1
  13. data/lib/starter_web/_cc_test_data/_config.yml +1 -1
  14. data/lib/starter_web/_cc_test_data/_data/blocks/banner.yml +57 -0
  15. data/lib/starter_web/_cc_test_data/_data/blocks/defaults/banner.yml +55 -0
  16. data/lib/starter_web/_cc_test_data/_data/blocks/defaults/footer.yml +3 -3
  17. data/lib/starter_web/_cc_test_data/_data/blocks/defaults/panel.yml +30 -38
  18. data/lib/starter_web/_cc_test_data/_data/blocks/footer.yml +181 -110
  19. data/lib/starter_web/_cc_test_data/_data/modules/back2top.yml +1 -1
  20. data/lib/starter_web/_cc_test_data/_data/modules/defaults/smooth_scroll.yml +169 -0
  21. data/lib/starter_web/_cc_test_data/_data/modules/defaults/theme_switcher.yml +168 -0
  22. data/lib/starter_web/_cc_test_data/_data/modules/smooth_scroll.yml +169 -0
  23. data/lib/starter_web/_cc_test_data/_data/modules/theme_switcher.yml +168 -0
  24. data/lib/starter_web/_config.yml +74 -71
  25. data/lib/starter_web/_data/blocks/banner.yml +57 -0
  26. data/lib/starter_web/_data/blocks/defaults/banner.yml +55 -0
  27. data/lib/starter_web/_data/modules/{j1_navigator_menu.yml → _old_configs/j1_navigator_menu.yml} +0 -0
  28. data/lib/starter_web/_data/modules/{j1_parallax.yml → _old_configs/j1_parallax.yml} +0 -0
  29. data/lib/starter_web/_data/modules/{j1_smooth_scroll.yml → _old_configs/j1_smooth_scroll.yml} +0 -0
  30. data/lib/starter_web/_data/modules/{j1_stickybits.yml → _old_configs/j1_stickybits.yml} +0 -0
  31. data/lib/starter_web/_data/modules/{j1_theme_switcher.yml → _old_configs/j1_theme_switcher.yml} +0 -0
  32. data/lib/starter_web/_data/modules/{j1_toccer.yml → _old_configs/j1_toccer.yml} +0 -0
  33. data/lib/starter_web/_data/modules/defaults/smooth_scroll.yml +169 -0
  34. data/lib/starter_web/_data/modules/defaults/stickybits.yml +37 -0
  35. data/lib/starter_web/_data/modules/defaults/theme_switcher.yml +168 -0
  36. data/lib/starter_web/_data/modules/defaults/toccer.yml +172 -0
  37. data/lib/starter_web/_data/modules/navigator_menu.yml +306 -0
  38. data/lib/starter_web/_data/modules/smooth_scroll.yml +169 -0
  39. data/lib/starter_web/_data/modules/stickybits.yml +38 -0
  40. data/lib/starter_web/_data/modules/theme_switcher.yml +168 -0
  41. data/lib/starter_web/_data/modules/toccer.yml +172 -0
  42. data/lib/starter_web/_data/resources.yml +23 -24
  43. data/lib/starter_web/_data/template_settings.yml +2 -2
  44. data/lib/starter_web/assets/data/authclient.html +9 -9
  45. data/lib/starter_web/assets/data/banner.html +24 -19
  46. data/lib/starter_web/assets/data/cookie_consent.html +9 -9
  47. data/lib/starter_web/assets/data/footer.html +9 -10
  48. data/lib/starter_web/assets/data/menu.html +23 -16
  49. data/lib/starter_web/assets/data/panel.html +9 -10
  50. data/lib/starter_web/assets/data/sidebar.html +9 -10
  51. data/lib/starter_web/assets/data/webhook.html +8 -8
  52. data/lib/starter_web/assets/images/pages/roundtrip/package.json +1 -1
  53. data/lib/starter_web/assets/themes/j1/adapter/js/back2top.js +11 -9
  54. data/lib/starter_web/assets/themes/j1/adapter/js/cookie_consent.js +5 -5
  55. data/lib/starter_web/assets/themes/j1/adapter/js/logger.js +8 -18
  56. data/lib/starter_web/assets/themes/j1/adapter/js/master_header.js +48 -70
  57. data/lib/starter_web/assets/themes/j1/adapter/js/navigator.js +45 -27
  58. data/lib/starter_web/assets/themes/j1/adapter/js/octokit.app_only.js +433 -0
  59. data/lib/starter_web/assets/themes/j1/adapter/js/octokit.js +179 -192
  60. data/lib/starter_web/assets/themes/j1/adapter/js/scroller.js +29 -28
  61. data/lib/starter_web/assets/themes/j1/adapter/js/searcher.js +5 -5
  62. data/lib/starter_web/assets/themes/j1/adapter/js/stickybits.js +14 -13
  63. data/lib/starter_web/assets/themes/j1/adapter/js/switcher.js +56 -52
  64. data/lib/starter_web/assets/themes/j1/adapter/js/template.js +256 -213
  65. data/lib/starter_web/assets/themes/j1/adapter/js/toccer.js +24 -21
  66. data/lib/starter_web/assets/themes/j1/core/js/template.js +9 -9
  67. data/lib/starter_web/assets/themes/j1/core/js/template.js.map +1 -1
  68. data/lib/starter_web/assets/themes/j1/core/js/template.min.js +1 -1
  69. data/lib/starter_web/package.json +1 -1
  70. data/lib/starter_web/pages/public/start/downloads/quickstarter/100_linux_starter.adoc +1 -1
  71. data/lib/starter_web/pages/public/start/roundtrip/420_responsive_tables_extensions.adoc +5 -0
  72. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  73. data/lib/starter_web/utilsrv/package.json +1 -1
  74. metadata +38 -9
  75. data/lib/starter_web/_data/resources.new.yml +0 -876
@@ -9,7 +9,6 @@
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE
12
- #
13
12
  # ------------------------------------------------------------------------------
14
13
 
15
14
  # ==============================================================================
@@ -46,8 +45,8 @@
46
45
  # ------------------------------------------------------------------------------
47
46
  #
48
47
  # environment
49
- # --------------------------------------------------------------------
50
- # Sets the build environment of the website
48
+ # ------------------------------------------------------------------------------
49
+ # Sets the build environment of the website
51
50
  #
52
51
  # values: development|test|production
53
52
  # default: development
@@ -55,12 +54,12 @@
55
54
  environment: development
56
55
 
57
56
  # version
58
- # --------------------------------------------------------------------
57
+ # ------------------------------------------------------------------------------
59
58
  # Sets the build environment of the web site. Do not change
60
59
  # anything here because version information is bumped-in by
61
60
  # the build process
62
61
  #
63
- version: 2019.4.7
62
+ version: 2019.4.8
64
63
 
65
64
 
66
65
  # ==============================================================================
@@ -77,7 +76,7 @@ version: 2019.4.7
77
76
  #
78
77
  #
79
78
  # theme
80
- # --------------------------------------------------------------------
79
+ # ------------------------------------------------------------------------------
81
80
  # Sets the name of the (gem-based) theme used for Jekyll
82
81
  # serve and build
83
82
  #
@@ -88,7 +87,7 @@ version: 2019.4.7
88
87
  #
89
88
  theme: j1_template
90
89
 
91
- # --------------------------------------------------------------------
90
+ # ------------------------------------------------------------------------------
92
91
  # J1 Template configuration
93
92
  # Sets J1 Template specific configurations
94
93
  #
@@ -99,7 +98,7 @@ theme: j1_template
99
98
  # new versions of Jekyll.
100
99
  #
101
100
  # template.name
102
- # ---------------------------------------------------------------
101
+ # ------------------------------------------------------------------------------
103
102
  # Sets the theme "path" of J1 Template for the ~/assets/themes
104
103
  # folder. To not conflict with other template systems, all
105
104
  # template assets for J1 Template are stored under the default
@@ -111,7 +110,7 @@ theme: j1_template
111
110
  # default: j1
112
111
  #
113
112
  # template.config
114
- # ---------------------------------------------------------------
113
+ # ------------------------------------------------------------------------------
115
114
  # Sets the name of the J1 Template configuration file
116
115
  #
117
116
  # default: j1_config
@@ -129,7 +128,7 @@ template:
129
128
  # Set language, coding and HTML document type (DOCTYPE)
130
129
  #
131
130
  # language
132
- # --------------------------------------------------------------------
131
+ # ------------------------------------------------------------------------------
133
132
  # Sets the language used by the website. The parameter language
134
133
  # is used by Content-Language entity-header field (meta tag )
135
134
  # that describes the natural language(s) of the intended audience
@@ -143,19 +142,19 @@ template:
143
142
  # See: https://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html
144
143
  # for more details
145
144
  #
146
- # values: Content-Language tags
147
- # default: en
145
+ # values: Content-Language tags
146
+ # default: en
148
147
  #
149
148
  # coding
150
- # --------------------------------------------------------------------
149
+ # ------------------------------------------------------------------------------
151
150
  # Sets the content coding scheme (character encoding for the
152
151
  # HTML documents) of the website. Used for the meta tag "charset".
153
152
  #
154
- # values: charset
155
- # default: UTF-8
153
+ # values: charset
154
+ # default: UTF-8
156
155
  #
157
156
  # doctype
158
- # --------------------------------------------------------------------
157
+ # ------------------------------------------------------------------------------
159
158
  # Sets the HTML standard of the website. J1 template is using
160
159
  # HTML5, therefor the doctype is: <!DOCTYPE html>
161
160
  #
@@ -166,47 +165,47 @@ language: en
166
165
  coding: UTF-8
167
166
  doctype: html
168
167
 
169
- # --------------------------------------------------------------------
168
+ # ------------------------------------------------------------------------------
170
169
  # META data
171
170
  # Mainly to set the meta tags for the document <head> section.
172
171
 
173
172
  # title
174
- # ---------------------------------------------------------------
173
+ # ------------------------------------------------------------------------------
175
174
  # Sets the ...
176
175
  #
177
176
  # values: string
178
177
  # default: no default
179
178
  #
180
179
  # slogan
181
- # ---------------------------------------------------------------
180
+ # ------------------------------------------------------------------------------
182
181
  # Sets the <title> tag within the <head> section.
183
182
  #
184
183
  # values: string
185
184
  # default: no default
186
185
  #
187
186
  # description
188
- # ---------------------------------------------------------------
187
+ # ------------------------------------------------------------------------------
189
188
  # Sets the meta tag for "description"
190
189
  #
191
190
  # values: string
192
191
  # default: no default
193
192
  #
194
193
  # keywords
195
- # ---------------------------------------------------------------
194
+ # ------------------------------------------------------------------------------
196
195
  # Sets the meta tag for "keywords"
197
196
  #
198
197
  # values: string (comma separated)
199
198
  # default: no default
200
199
  #
201
200
  # author.name
202
- # ---------------------------------------------------------------
201
+ # ------------------------------------------------------------------------------
203
202
  # Sets the meta tag for "author"
204
203
  #
205
204
  # values: string (comma separated)
206
205
  # default: no default
207
206
  #
208
207
  # robots.index
209
- # ---------------------------------------------------------------
208
+ # ------------------------------------------------------------------------------
210
209
  # Controls spider|robots of search engines. Sets the meta
211
210
  # tag for "robots". If set to "false", the meta tag robots
212
211
  # is set to "noindex", if set to "true" the tag is set to
@@ -216,7 +215,7 @@ doctype: html
216
215
  # default: false
217
216
  #
218
217
  # robots.follow
219
- # ---------------------------------------------------------------
218
+ # ------------------------------------------------------------------------------
220
219
  # Controls spider|robots of search engines. Sets the meta
221
220
  # tag for "robots". If set to "false", the meta tag robots
222
221
  # is set to "nofollow", if set to "true" the tag is set to
@@ -242,7 +241,7 @@ robots:
242
241
  index: false
243
242
  follow: true
244
243
 
245
- # ---------------------------------------------------------------
244
+ # ------------------------------------------------------------------------------
246
245
  # BRAND configuration
247
246
  # Set the brand image and favicon
248
247
 
@@ -264,11 +263,11 @@ favicon:
264
263
  #
265
264
  # ------------------------------------------------------------------------------
266
265
  #
267
- # -------------------------------------------------------------------------
266
+ # ------------------------------------------------------------------------------
268
267
  # LOCATION configuration
269
268
  # Set uri, files and path specific configurations
270
269
 
271
- # --------------------------------------------------------------------
270
+ # ------------------------------------------------------------------------------
272
271
  # URI configuration
273
272
 
274
273
  # For default, J1 is using "pretty" links (URLs) ofr ALL types
@@ -332,7 +331,7 @@ baseurl: ""
332
331
  #
333
332
  base_path: ""
334
333
 
335
- # --------------------------------------------------------------------
334
+ # ------------------------------------------------------------------------------
336
335
  # TODO: Following parameters should moved to the components that uses
337
336
  # these values (protocol, host, port)
338
337
  # Base hostname and protocol for the site
@@ -354,7 +353,7 @@ detach: false
354
353
  show_dir_listing: false
355
354
 
356
355
 
357
- # --------------------------------------------------------------------
356
+ # ------------------------------------------------------------------------------
358
357
  # PATH configuration
359
358
  # Global folder configuration where Jekyll will read files from
360
359
  #
@@ -370,7 +369,7 @@ data_dir: _data
370
369
  includes_dir: _includes
371
370
  collections_dir: collections
372
371
 
373
- # -------------------------------------------------------------
372
+ # ------------------------------------------------------------------------------
374
373
  # FILES configuration
375
374
  # Set the files to include, exclude and ignore
376
375
  #
@@ -392,7 +391,7 @@ keep_files: [ ".git", ".gitignore", node_modules, "p
392
391
  safe: false
393
392
  strict_front_matter: false
394
393
 
395
- # -------------------------------------------------------------
394
+ # ------------------------------------------------------------------------------
396
395
  # SASS conversion options
397
396
  #
398
397
  # style, possible values: compact|compressed|expanded|nested
@@ -401,7 +400,7 @@ sass:
401
400
  sass_dir: _sass/scss
402
401
  style: expanded
403
402
 
404
- # -------------------------------------------------------------
403
+ # ------------------------------------------------------------------------------
405
404
  # WEBRICK customizations
406
405
  # You can provide custom headers for your site
407
406
  #
@@ -416,7 +415,7 @@ sass:
416
415
  # My-Header: My-Value
417
416
  # My-Other-Header: My-Other-Value
418
417
 
419
- # -------------------------------------------------------------
418
+ # ------------------------------------------------------------------------------
420
419
  # POSTS Management
421
420
  # Set the post articles to include, exclude and ignore
422
421
  #
@@ -426,13 +425,13 @@ sass:
426
425
  #limit_posts: 10
427
426
 
428
427
 
429
- # --------------------------------------------------------------------
428
+ # ------------------------------------------------------------------------------
430
429
  # LIQUID template engine
431
430
  #
432
431
  liquid:
433
432
  error_mode: warn
434
433
 
435
- # --------------------------------------------------------------------
434
+ # ------------------------------------------------------------------------------
436
435
  # PLUGIN configuration
437
436
  #
438
437
  plugins:
@@ -447,13 +446,13 @@ plugins:
447
446
  - j1_paginator
448
447
  - jekyll-sass-converter
449
448
 
450
- # ---------------------------------------------------------------
449
+ # ------------------------------------------------------------------------------
451
450
  # JEKYLL FEED
452
451
  #
453
452
  # feed:
454
453
  # path: /assets/data/atom.xml
455
454
 
456
- # ---------------------------------------------------------------
455
+ # ------------------------------------------------------------------------------
457
456
  # MARKDOWN
458
457
  #
459
458
  # Note:
@@ -471,7 +470,7 @@ kramdown:
471
470
  smart_quotes: lsquo,rsquo,ldquo,rdquo
472
471
  syntax_highlighter: rouge
473
472
 
474
- # ---------------------------------------------------------------
473
+ # ------------------------------------------------------------------------------
475
474
  # ASCIIDOCTOR (Asciidoc plugin)
476
475
  #
477
476
  asciidoc_attributes: &asciidoc_attributes
@@ -491,7 +490,7 @@ asciidoctor:
491
490
  template_dir: _templates
492
491
  attributes: *asciidoc_attributes
493
492
 
494
- # ---------------------------------------------------------------
493
+ # ------------------------------------------------------------------------------
495
494
  # ALGOLIA Search (Instantsearch)
496
495
  #
497
496
  algolia:
@@ -502,7 +501,7 @@ algolia:
502
501
  extensions_to_index: [ adoc ]
503
502
  files_to_exclude: []
504
503
 
505
- # ---------------------------------------------------------------
504
+ # ------------------------------------------------------------------------------
506
505
  # AUTH Manager (j1_auth)
507
506
  #
508
507
  # If a site is started as an app, this transforms the web into an
@@ -519,7 +518,7 @@ algolia:
519
518
  # default: false
520
519
  #
521
520
  # ssl
522
- # ---------------------------------------------------------------
521
+ # ------------------------------------------------------------------------------
523
522
  # Enforce SSL communication for the app. If you've got SSL
524
523
  # set up, ensure SSL is enforced.
525
524
  #
@@ -527,7 +526,7 @@ algolia:
527
526
  # default: false
528
527
  #
529
528
  # provider
530
- # ---------------------------------------------------------------
529
+ # ------------------------------------------------------------------------------
531
530
  # List of enabled OAuth providers to be used for the auth
532
531
  # service for authentication. The first provider in a list
533
532
  # is used for default.
@@ -536,14 +535,14 @@ algolia:
536
535
  # default: none
537
536
  #
538
537
  # whitelist
539
- # ---------------------------------------------------------------
538
+ # ------------------------------------------------------------------------------
540
539
  # List of pages (and assets) skipped for authentication.
541
540
  # Values can be given as regular expressions.
542
541
  #
543
542
  # values: string
544
543
  # default: none
545
544
  #
546
- # ---------------------------------------------------------------
545
+ # ------------------------------------------------------------------------------
547
546
  j1_auth:
548
547
  enabled: false
549
548
  ssl: false
@@ -651,7 +650,7 @@ j1_auth:
651
650
  # users:
652
651
  # blacklist: []
653
652
 
654
- # ---------------------------------------------------------------
653
+ # ------------------------------------------------------------------------------
655
654
  # SAFEMODE
656
655
  #
657
656
  # If you want to use plugins when running Jekyll in safe mode,
@@ -665,12 +664,12 @@ whitelist:
665
664
  #
666
665
  # ------------------------------------------------------------------------------
667
666
  #
668
- # -------------------------------------------------------------------------
667
+ # ------------------------------------------------------------------------------
669
668
  # EXCERPT settings
670
669
  #
671
670
  excerpt_separator: excerpt__end
672
671
 
673
- # --------------------------------------------------------------------
672
+ # ------------------------------------------------------------------------------
674
673
  # PAGINATION settings (Jekyll Paginate V2)
675
674
  #
676
675
  pagination:
@@ -701,20 +700,20 @@ autopages:
701
700
  enabled: false
702
701
  layouts: [ paginator/autopage_collection.html ]
703
702
 
704
- # --------------------------------------------------------------------
703
+ # ------------------------------------------------------------------------------
705
704
  # COLLECTION settings
706
705
  # See: https://jekyllrb.com/docs/collections/#collections
707
706
  #
708
707
  collections:
709
708
 
710
- # -------------------------------------------------------------
709
+ # ----------------------------------------------------------------------------
711
710
  # Featured articles
712
711
  #
713
712
  featured:
714
713
  output: true
715
714
  permalink: /collections/:collection/:name/
716
715
 
717
- # -------------------------------------------------------------
716
+ # ----------------------------------------------------------------------------
718
717
  # Book shelf
719
718
  #
720
719
  biography:
@@ -728,7 +727,7 @@ collections:
728
727
  permalink: /collections/premium/:collection/:name/
729
728
 
730
729
 
731
- # --------------------------------------------------------------------
730
+ # ------------------------------------------------------------------------------
732
731
  # FRONTMATTER defaults
733
732
  #
734
733
 
@@ -744,7 +743,7 @@ collections:
744
743
  #
745
744
  defaults:
746
745
 
747
- # ------------------------------------------------------------------
746
+ # ----------------------------------------------------------------------------
748
747
  # Pages
749
748
  #
750
749
  - scope:
@@ -778,11 +777,11 @@ defaults:
778
777
  - toccer:
779
778
  collapseDepth: 2
780
779
 
781
- # ------------------------------------------------------------------
780
+ # ----------------------------------------------------------------------------
782
781
  # Posts
783
782
  #
784
783
 
785
- # --------------------------------------------------------
784
+ # ----------------------------------------------------------------------------
786
785
  # PUBLIC - FEATURED
787
786
  #
788
787
  - scope:
@@ -817,7 +816,7 @@ defaults:
817
816
  - toccer:
818
817
  collapseDepth: 2
819
818
 
820
- # --------------------------------------------------------
819
+ # ----------------------------------------------------------------------------
821
820
  # PRIVATE - FEATURED
822
821
  #
823
822
  - scope:
@@ -849,7 +848,7 @@ defaults:
849
848
  dir: /assets/images/blog/featured
850
849
 
851
850
 
852
- # --------------------------------------------------------
851
+ # ----------------------------------------------------------------------------
853
852
  # SERIES
854
853
  #
855
854
  - scope:
@@ -881,7 +880,7 @@ defaults:
881
880
  dir: /assets/images/blog/series
882
881
 
883
882
 
884
- # --------------------------------------------------------
883
+ # ----------------------------------------------------------------------------
885
884
  # WIKIPEDIA
886
885
  #
887
886
  - scope:
@@ -913,11 +912,11 @@ defaults:
913
912
  category-image:
914
913
  dir: /assets/images/blog/wikipedia
915
914
 
916
- # ------------------------------------------------------------------
915
+ # ----------------------------------------------------------------------------
917
916
  # Collections
918
917
  #
919
918
 
920
- # --------------------------------------------------------
919
+ # ----------------------------------------------------------------------------
921
920
  # FEATURED Articles
922
921
  #
923
922
  - scope:
@@ -934,7 +933,7 @@ defaults:
934
933
  index: true
935
934
  follow: true
936
935
 
937
- # --------------------------------------------------------
936
+ # ----------------------------------------------------------------------------
938
937
  # BIOGRAPHY (Book Shelf)
939
938
  #
940
939
  - scope:
@@ -951,7 +950,7 @@ defaults:
951
950
  index: true
952
951
  follow: true
953
952
 
954
- # --------------------------------------------------------
953
+ # ----------------------------------------------------------------------------
955
954
  # FANTASY (Book Shelf)
956
955
  #
957
956
  - scope:
@@ -964,7 +963,7 @@ defaults:
964
963
  advertising: false
965
964
  scrollbar: false
966
965
 
967
- # --------------------------------------------------------
966
+ # ----------------------------------------------------------------------------
968
967
  # ROMANCE (Book Shelf)
969
968
  #
970
969
  - scope:
@@ -987,11 +986,11 @@ defaults:
987
986
  #
988
987
  # ------------------------------------------------------------------------------
989
988
  #
990
- # -------------------------------------------------------------------------
989
+ # ------------------------------------------------------------------------------
991
990
  # COMPRESS (HTML) settings
992
991
  #
993
992
  # enabled
994
- # --------------------------------------------------------------------
993
+ # ------------------------------------------------------------------------------
995
994
  # Enables|Disables the use of compress.
996
995
  # If enabled, all HTML pages generated for ALL layout
997
996
  # get compressed for production. To use compress, set
@@ -1004,7 +1003,7 @@ defaults:
1004
1003
  # default: false
1005
1004
  #
1006
1005
  # profile
1007
- # --------------------------------------------------------------------
1006
+ # ------------------------------------------------------------------------------
1008
1007
  # A boolean value to turn on the profile mode. If true, the
1009
1008
  # layout creates a HTML table after the compressed content. The
1010
1009
  # table contains the file size in bytes during the compressing
@@ -1028,7 +1027,7 @@ defaults:
1028
1027
  # default: false
1029
1028
  #
1030
1029
  # blanklines
1031
- # --------------------------------------------------------------------
1030
+ # ------------------------------------------------------------------------------
1032
1031
  # A boolean value to turn on blanklines mode. This mode will
1033
1032
  # only remove lines consisting of whitespace and leave other
1034
1033
  # lines alone.
@@ -1037,7 +1036,7 @@ defaults:
1037
1036
  # default: false
1038
1037
  #
1039
1038
  # clippings
1040
- # --------------------------------------------------------------------
1039
+ # ------------------------------------------------------------------------------
1041
1040
  # An array of elements to clip whitespace around them. The
1042
1041
  # following elements may be safe to clip:
1043
1042
  #
@@ -1056,7 +1055,7 @@ defaults:
1056
1055
  # default: empty array
1057
1056
  #
1058
1057
  # comments
1059
- # --------------------------------------------------------------------
1058
+ # ------------------------------------------------------------------------------
1060
1059
  # An array of exactly two comment tags to strip comments
1061
1060
  # enclosed by them. The first string must be the start tag,
1062
1061
  # the second must be the end tag.
@@ -1069,7 +1068,7 @@ defaults:
1069
1068
  # default: empty array
1070
1069
  #
1071
1070
  # startings
1072
- # --------------------------------------------------------------------
1071
+ # ------------------------------------------------------------------------------
1073
1072
  # An array of elements with optional start tags. These start
1074
1073
  # tags will be >>removed<<.
1075
1074
  #
@@ -1081,7 +1080,7 @@ defaults:
1081
1080
  # default: empty array
1082
1081
  #
1083
1082
  # endings
1084
- # --------------------------------------------------------------------
1083
+ # ------------------------------------------------------------------------------
1085
1084
  # An array of elements with optional end tags. These end tags
1086
1085
  # will be >>removed<<. Use the shortcut all to remove all
1087
1086
  # optional endings.
@@ -1094,7 +1093,7 @@ defaults:
1094
1093
  # default: empty array
1095
1094
  #
1096
1095
  # ignore.envs
1097
- # --------------------------------------------------------------------
1096
+ # ------------------------------------------------------------------------------
1098
1097
  # An array of environments given by ENV["JEKYLL_ENV"]
1099
1098
  # where the compress layout is IGNORED. This is useful
1100
1099
  # while developing a website the content should NOT
@@ -1117,3 +1116,7 @@ compress_html:
1117
1116
  endings: []
1118
1117
  ignore:
1119
1118
  envs: []
1119
+
1120
+
1121
+ # END config
1122
+ # ------------------------------------------------------------------------------
@@ -25,10 +25,66 @@ about_config:
25
25
  #
26
26
  settings:
27
27
 
28
+ # ------------------------------------------------------------------------------
29
+ # General parallax settings
30
+ #
31
+ # Global configuration for parallax|banner quotes. These settings are
32
+ # side-wide and should match your theme not individual images. Be careful
33
+ # for the selection of banner images.
34
+ #
35
+ # Individual settings (e.g. page placement, cite, source) are configured
36
+ # with the panels configuration (j1_panels.yml).
37
+ #
38
+ # gridify
39
+ # ----------------------------------------------------------------------------
40
+ # If enabled, a grit pattern is placed over the background image. This
41
+ # puts some "noise" on the image to focus more on the quote|text rather
42
+ # than the image.
43
+ #
44
+ # values: boolean (true|false)
45
+ # default: true
46
+ #
47
+ # gridifier
48
+ # ----------------------------------------------------------------------------
49
+ # Pixel image used to gridify the background image of the banner.
50
+ #
51
+ # values: image path|name (string)
52
+ # default: /assets/images/patterns/gridtile.png
53
+ #
54
+ # darken
55
+ # ----------------------------------------------------------------------------
56
+ # Sets the lightning for the banner|background image. As higher the value
57
+ # for darken as less is the (background) light. Values are out of the
58
+ # range from 1 (light) to 9 (dark). Useful to focus on the quote|text
59
+ # rather than the background image.
60
+ #
61
+ # values: number [1 .. 9]
62
+ # default: 3
63
+ #
64
+ # background
65
+ # ----------------------------------------------------------------------------
66
+ # Default background image of the banner if no other image is specified with
67
+ # the panels configuration (j1_panels.yml).
68
+ #
69
+ # values: image path|name (string)
70
+ # default: /assets/images/quotes/default.png
71
+ # ------------------------------------------------------------------------------
72
+ parallax_settings:
73
+
74
+ gridify: true
75
+ gridifier: /assets/images/patterns/gridtile.png
76
+ text_color: rgba_lighten
77
+ cite_color: rgba_lighten
78
+ darken: 3
79
+ background: /assets/images/quotes/default.png
80
+ background_pos_x: 50%
81
+ background_pos_y: 0
82
+
28
83
  # ----------------------------------------------------------------------------
29
84
  # DIVIDER Banner
30
85
  #
31
86
  divider:
87
+
32
88
  # --------------------------------------------------------------------------
33
89
  # DIVIDER banner properties
34
90
  #
@@ -58,6 +114,7 @@ settings:
58
114
  # TEASER Banner
59
115
  #
60
116
  teaser:
117
+
61
118
  # --------------------------------------------------------------------------
62
119
  # home_teaser_banner
63
120
  #