j1_template_mde 2018.4.25 → 2018.4.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_shim_generator.html +11 -0
  3. data/lib/j1/version.rb +1 -1
  4. data/lib/j1_app.rb +0 -1
  5. data/lib/j1_app/j1_auth_manager/auth_manager.rb +498 -292
  6. data/lib/j1_app/j1_auth_manager/helpers.rb +19 -2
  7. data/lib/j1_app/omniauth/strategies/disqus.rb +1 -1
  8. data/lib/j1_app/omniauth/strategies/patreon.rb +5 -3
  9. data/lib/starter_web/Gemfile +4 -4
  10. data/lib/starter_web/_config.yml +2 -2
  11. data/lib/starter_web/_data/apps/j1_bootstrap_gallery.yml +11 -10
  12. data/lib/starter_web/_data/apps/j1_carousel.yml +49 -48
  13. data/lib/starter_web/_data/apps/j1_justified_gallery.yml +14 -12
  14. data/lib/starter_web/_data/apps/j1_light_gallery.yml +10 -8
  15. data/lib/starter_web/_data/apps/j1_lightbox.yml +31 -29
  16. data/lib/starter_web/_data/apps/j1_link_checker.yml +6 -4
  17. data/lib/starter_web/_data/asciidoc2pdf/default-theme.yml +57 -55
  18. data/lib/starter_web/_data/asciidoc2pdf/j1-theme.yml +6 -6
  19. data/lib/starter_web/_data/builder/blog_navigator.yml +9 -11
  20. data/lib/starter_web/_data/j1_colors.yml +27 -27
  21. data/lib/starter_web/_data/j1_config.yml +43 -41
  22. data/lib/starter_web/_data/j1_polyfills.yml +49 -0
  23. data/lib/starter_web/_data/j1_resources.yml +5 -4
  24. data/lib/starter_web/_data/layouts/app.yml +14 -15
  25. data/lib/starter_web/_data/layouts/blog_archive.yml +24 -26
  26. data/lib/starter_web/_data/layouts/collection.yml +24 -25
  27. data/lib/starter_web/_data/layouts/default.yml +74 -107
  28. data/lib/starter_web/_data/layouts/home.yml +24 -32
  29. data/lib/starter_web/_data/layouts/page.yml +24 -25
  30. data/lib/starter_web/_data/layouts/post.yml +24 -25
  31. data/lib/starter_web/_data/layouts/raw.yml +14 -15
  32. data/lib/starter_web/_data/modules/j1_back2top.yml +25 -23
  33. data/lib/starter_web/_data/modules/j1_footer.yml +5 -4
  34. data/lib/starter_web/_data/modules/j1_header.yml +4 -4
  35. data/lib/starter_web/_data/modules/j1_iframe_resizer.yml +40 -20
  36. data/lib/starter_web/_data/modules/j1_jekyll_search.yml +25 -12
  37. data/lib/starter_web/_data/modules/j1_log4javascript.yml +12 -12
  38. data/lib/starter_web/_data/modules/j1_panel.yml +56 -58
  39. data/lib/starter_web/_data/modules/j1_parallax.yml +10 -6
  40. data/lib/starter_web/_data/modules/j1_polyfills.yml +0 -0
  41. data/lib/starter_web/_data/modules/j1_smooth_scroll.yml +83 -55
  42. data/lib/starter_web/_data/modules/j1_theme_switcher.yml +57 -43
  43. data/lib/starter_web/_data/modules/j1_toccer.yml +36 -35
  44. data/lib/starter_web/_data/pages/builder.yml +17 -16
  45. data/lib/starter_web/_rack/config.ru +4 -3
  46. data/lib/starter_web/assets/themes/j1/core/css/uno.css +8 -2
  47. data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
  48. data/lib/starter_web/package.json +1 -1
  49. metadata +4 -4
  50. data/lib/starter_web/_config.yml.kapott +0 -1064
  51. data/lib/starter_web/assets/data/_panel.html +0 -597
@@ -11,15 +11,15 @@
11
11
  # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
- # --------------------------------------------------------------------
14
+ # ------------------------------------------------------------------------------
15
15
  # GENERAL gallery settings
16
16
  #
17
17
  # enabled
18
- # ---------------------------------------------------------------
18
+ # ------------------------------------------------------------------------------
19
19
  # Enables|Disables the use of a gallery
20
20
  #
21
21
  # jsonPath
22
- # ---------------------------------------------------------------
22
+ # ------------------------------------------------------------------------------
23
23
  # All data items displayed by a gallery are being read from a
24
24
  # JSON file automatically generated from that configuration.
25
25
  # AJAX get method is used to supply the gallery with respective
@@ -30,7 +30,7 @@
30
30
  # default: /assets/data/galleries.json
31
31
  #
32
32
  # instance_type
33
- # ---------------------------------------------------------------
33
+ # ------------------------------------------------------------------------------
34
34
  # Specifies if a modules can be run as a single instance
35
35
  # (only) or run in multiple instances.
36
36
  #
@@ -41,7 +41,7 @@
41
41
  # default: single
42
42
  #
43
43
  # defaults
44
- # ---------------------------------------------------------------
44
+ # ------------------------------------------------------------------------------
45
45
  # All data items displayed by a gallery are being read from a
46
46
  # JSON file automatically generated from that configuration.
47
47
  #
@@ -55,15 +55,15 @@ instance_type: multiple
55
55
  defaults:
56
56
  rowHeight: 170
57
57
 
58
- # --------------------------------------------------------------------
58
+ # ------------------------------------------------------------------------------
59
59
  # INSTANCE configuration
60
60
  #
61
61
  # lightbox_options
62
- # ---------------------------------------------------------------
62
+ # ------------------------------------------------------------------------------
63
63
  #
64
64
  #
65
- # lightbox
66
- # ----------------------------------------------------------
65
+ # lightbox
66
+ # ----------------------------------------------------------------------------
67
67
  # Specifies the lightbox used with the gallery
68
68
  #
69
69
  # lb: Lightbox 2
@@ -76,7 +76,7 @@ defaults:
76
76
  galleries:
77
77
 
78
78
 
79
- # --------------------------------------------------------
79
+ # ----------------------------------------------------------------------------
80
80
  # Live DEMO
81
81
  #
82
82
  - gallery:
@@ -134,7 +134,7 @@ galleries:
134
134
  cssEasing: cubic-bezier(0.25, 0, 0.25, 1)
135
135
 
136
136
 
137
- # --------------------------------------------------------
137
+ # ----------------------------------------------------------------------------
138
138
  # Gallery Customizer
139
139
  #
140
140
  - gallery:
@@ -191,7 +191,7 @@ galleries:
191
191
  cssEasing: cubic-bezier(0.25, 0, 0.25, 1)
192
192
 
193
193
 
194
- # --------------------------------------------------------
194
+ # ----------------------------------------------------------------------------
195
195
  # Old Times
196
196
  #
197
197
  - gallery:
@@ -227,3 +227,5 @@ galleries:
227
227
  lightbox: lg
228
228
  mode: lg-fade
229
229
  cssEasing: cubic-bezier(0.25, 0, 0.25, 1)
230
+
231
+
@@ -12,7 +12,7 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # GENERAL settings
15
- # -------------------------------------------------------------------------
15
+ # ------------------------------------------------------------------------------
16
16
 
17
17
 
18
18
  # ------------------------------------------------------------------------------
@@ -20,7 +20,7 @@
20
20
  #
21
21
  defaults:
22
22
 
23
- # -------------------------------------------------------
23
+ # ----------------------------------------------------------------------------
24
24
  # behavior and appearance
25
25
  #
26
26
  autoplay:
@@ -34,19 +34,19 @@ defaults:
34
34
  fullScreen:
35
35
  enabled: true
36
36
 
37
- # -------------------------------------------------------
37
+ # ----------------------------------------------------------------------------
38
38
  # HASH plugin
39
39
  #
40
40
  hash:
41
41
  enabled: false
42
42
 
43
- # -------------------------------------------------------
43
+ # ----------------------------------------------------------------------------
44
44
  # PAGER plugin
45
45
  #
46
46
  pager:
47
47
  enabled: false
48
48
 
49
- # -------------------------------------------------------
49
+ # ----------------------------------------------------------------------------
50
50
  # SHARE plugin
51
51
  #
52
52
  share:
@@ -60,7 +60,7 @@ defaults:
60
60
  pinterest: true
61
61
  pinterestDropdownText: Pinterest
62
62
 
63
- # -------------------------------------------------------
63
+ # ----------------------------------------------------------------------------
64
64
  # THUMBNAIL plugin
65
65
  #
66
66
  thumbnail:
@@ -83,7 +83,7 @@ defaults:
83
83
  vimeoThumbSize: thumbnail_small
84
84
  loadDailymotionThumbnail: true
85
85
 
86
- # -------------------------------------------------------
86
+ # ----------------------------------------------------------------------------
87
87
  # VIDEO plugin
88
88
  #
89
89
  video:
@@ -95,7 +95,7 @@ defaults:
95
95
  videojs: false
96
96
  videojsOptions: {}
97
97
 
98
- # -------------------------------------------------------
98
+ # ----------------------------------------------------------------------------
99
99
  # ZOOM plugin
100
100
  #
101
101
  zoom:
@@ -103,3 +103,5 @@ defaults:
103
103
  scale: 1
104
104
  actualSize: true
105
105
  enableZoomAfter: 300
106
+
107
+
@@ -20,10 +20,10 @@
20
20
  # (e.g. Owl Carousel).
21
21
 
22
22
  # GENERAL settings
23
- # -------------------------------------------------------------------------
23
+ # ------------------------------------------------------------------------------
24
24
 
25
25
  # version
26
- # --------------------------------------------------------------------
26
+ # ------------------------------------------------------------------------------
27
27
  # Current version of the module
28
28
  #
29
29
  # values: string
@@ -32,7 +32,7 @@
32
32
  version: 0.0.1
33
33
 
34
34
  # enabled
35
- # --------------------------------------------------------------------
35
+ # ------------------------------------------------------------------------------
36
36
  # Enables|Disables the use of LightGallery for the template system
37
37
  #
38
38
  # values: boolean (true|false)
@@ -40,12 +40,12 @@ version: 0.0.1
40
40
  #
41
41
  enabled: true
42
42
 
43
- # -------------------------------------------------------------------
43
+ # ------------------------------------------------------------------------------
44
44
  # J1 Lightbox default settings
45
45
  #
46
46
 
47
- # alwaysShowNavOnTouchDevices
48
- # --------------------------------------------------------------
47
+ # alwaysShowNavOnTouchDevices
48
+ # ----------------------------------------------------------------------------
49
49
  # If true, the left and right navigation arrows which appear
50
50
  # on mouse hover when viewing image sets will always be visible
51
51
  # on devices which support touch.
@@ -53,8 +53,8 @@ enabled: true
53
53
  # values: boolean (false|true)
54
54
  # default: false
55
55
  #
56
- # albumLabel
57
- # --------------------------------------------------------------
56
+ # albumLabel
57
+ # ----------------------------------------------------------------------------
58
58
  # The text displayed below the caption when viewing an image
59
59
  # set. The default text shows the current image number and the
60
60
  # total number of images in the set.
@@ -62,24 +62,24 @@ enabled: true
62
62
  # values: string
63
63
  # default: "Image %1 of %2"
64
64
  #
65
- # disableScrolling
66
- # --------------------------------------------------------------
65
+ # disableScrolling
66
+ # ----------------------------------------------------------------------------
67
67
  # If true, prevent the page from scrolling while Lightbox is
68
68
  # open. This works by settings overflow hidden on the body.
69
69
  #
70
70
  # values: boolean (false|true)
71
71
  # default: false
72
72
  #
73
- # fadeDuration
74
- # --------------------------------------------------------------
73
+ # fadeDuration
74
+ # ----------------------------------------------------------------------------
75
75
  # The time it takes for the Lightbox container and overlay to
76
76
  # fade in and out, measured in milliseconds.
77
77
  #
78
78
  # values: integer
79
79
  # default: 600
80
80
  #
81
- # fitImagesInViewport
82
- # --------------------------------------------------------------
81
+ # fitImagesInViewport
82
+ # ----------------------------------------------------------------------------
83
83
  # If true, resize images that would extend outside of the
84
84
  # viewport so they fit neatly inside of it. This saves the
85
85
  # user from having to scroll to see the entire image.
@@ -87,40 +87,40 @@ enabled: true
87
87
  # values: boolean (false|true)
88
88
  # default: true
89
89
  #
90
- # imageFadeDuration
91
- # --------------------------------------------------------------
90
+ # imageFadeDuration
91
+ # ----------------------------------------------------------------------------
92
92
  # The time it takes for the image to fade in once loaded,
93
93
  # measured in milliseconds.
94
94
  #
95
95
  # values: integer (ms)
96
96
  # default: 600
97
97
  #
98
- # maxWidth
99
- # --------------------------------------------------------------
98
+ # maxWidth
99
+ # ----------------------------------------------------------------------------
100
100
  # If set, the image width will be limited to this number,
101
101
  # measured in pixels.
102
102
  #
103
103
  # values: integer (px)
104
104
  # default: no defaults
105
105
  #
106
- # maxHeight
107
- # --------------------------------------------------------------
106
+ # maxHeight
107
+ # ----------------------------------------------------------------------------
108
108
  # If set, the image height will be limited to this number,
109
109
  # measured in pixels.
110
110
  #
111
111
  # values: integer (px)
112
112
  # default: no defaults
113
113
  #
114
- # positionFromTop
115
- # --------------------------------------------------------------
114
+ # positionFromTop
115
+ # ----------------------------------------------------------------------------
116
116
  # The distance from top of viewport that the Lightbox container
117
117
  # will appear, measured in pixels.
118
118
  #
119
119
  # values: integer (px)
120
120
  # default: 50
121
121
  #
122
- # resizeDuration
123
- # --------------------------------------------------------------
122
+ # resizeDuration
123
+ # ----------------------------------------------------------------------------
124
124
  # The time it takes for the Lightbox container to animate its
125
125
  # width and height when transition between different size
126
126
  # images, measured in milliseconds.
@@ -128,8 +128,8 @@ enabled: true
128
128
  # values: integer (ms)
129
129
  # default: 700
130
130
  #
131
- # showImageNumberLabel
132
- # --------------------------------------------------------------
131
+ # showImageNumberLabel
132
+ # ----------------------------------------------------------------------------
133
133
  # If false, the text indicating the current image number and
134
134
  # the total number of images in set (e.g. "image 2 of 4")
135
135
  # will be hidden.
@@ -137,8 +137,8 @@ enabled: true
137
137
  # values: boolean: true|false
138
138
  # default: true
139
139
  #
140
- # wrapAround
141
- # --------------------------------------------------------------
140
+ # wrapAround
141
+ # ----------------------------------------------------------------------------
142
142
  # If true, when a user reaches the last image in a set, the
143
143
  # right navigation arrow will appear and they will be to
144
144
  # continue moving forward which will take them back to the
@@ -147,8 +147,8 @@ enabled: true
147
147
  # values: boolean (false|true)
148
148
  # default: false 4
149
149
  #
150
+ # ------------------------------------------------------------------------------
150
151
  defaults:
151
-
152
152
  alwaysShowNavOnTouchDevices: false
153
153
  albumLabel: Image %1 of %2
154
154
  disableScrolling: false
@@ -161,3 +161,5 @@ defaults:
161
161
  resizeDuration: 250
162
162
  showImageNumberLabel: true
163
163
  wrapAround: true
164
+
165
+
@@ -13,9 +13,11 @@
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
15
  # Link Checker settings
16
-
17
- # enabled
18
- # Enables|Disables the use of the J1 Link Checker
19
16
  #
17
+ # enabled
18
+ # ----------------------------------------------------------------------------
19
+ # Enables|Disables the use of the J1 Link Checker
20
20
  #
21
- enabled: true
21
+ # ------------------------------------------------------------------------------
22
+ enabled: true
23
+
@@ -11,9 +11,9 @@
11
11
  # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
- # --------------------------------------------------------------------
14
+ # ------------------------------------------------------------------------------
15
15
  # Font (catalog) settings
16
- # --------------------------------------------------------------------
16
+ #
17
17
  font:
18
18
  catalog:
19
19
  Roboto:
@@ -49,9 +49,9 @@ font:
49
49
  - M+ 1p Fallback
50
50
  - Emoji
51
51
 
52
- # --------------------------------------------------------------------
52
+ # ------------------------------------------------------------------------------
53
53
  # General page settings
54
- # --------------------------------------------------------------------
54
+ #
55
55
  page:
56
56
  background_color: ffffff
57
57
  layout: portrait
@@ -60,10 +60,11 @@ page:
60
60
  margin_outer: 0.59in
61
61
  size: A4
62
62
 
63
- # --------------------------------------------------------------------
63
+ # ------------------------------------------------------------------------------
64
64
  # Base settings
65
+ #
65
66
  # NOTE: color as hex string (leading # is optional)
66
- # --------------------------------------------------------------------
67
+ #
67
68
  base:
68
69
  align: justify
69
70
  font_color: #333333
@@ -83,33 +84,34 @@ base:
83
84
  icon_size: 16
84
85
  icon_size_small: 12
85
86
 
86
- # --------------------------------------------------------------------
87
+ # ------------------------------------------------------------------------------
87
88
  # Custom Variables
88
89
  # vertical_rhythm: FIXME vertical_rhythm is weird; we should think in terms of ems
89
90
  # vertical_spacing: QUESTION should vertical_spacing be block_spacing instead?
90
- # --------------------------------------------------------------------
91
+ #
91
92
  menu_caret_content: " <font size=\"1.15em\"><color rgb=\"b12146\">\u203a</color></font> "
92
93
  vertical_rhythm: $base_line_height_length #vertical_rhythm: $base_line_height_length * 2 / 3
93
94
  horizontal_rhythm: $base_line_height_length
94
95
  vertical_spacing: $vertical_rhythm
95
96
 
96
- # --------------------------------------------------------------------
97
+ # ------------------------------------------------------------------------------
97
98
  # HTML/Link settings
98
- # --------------------------------------------------------------------
99
+ #
99
100
  link:
100
101
  font_color: 428bca
101
102
 
102
- # --------------------------------------------------------------------
103
+ # ------------------------------------------------------------------------------
103
104
  # literal settings
105
+ #
104
106
  # NOTE: literal is currently used for inline monospaced in prose and table cells
105
- # --------------------------------------------------------------------
107
+ #
106
108
  literal:
107
109
  font_color: b12146
108
110
  font_family: M+ 1mn
109
111
 
110
- # --------------------------------------------------------------------
112
+ # ------------------------------------------------------------------------------
111
113
  # Heading settings
112
- # --------------------------------------------------------------------
114
+ #
113
115
  heading:
114
116
  align: left
115
117
  font_color: $base_font_color
@@ -125,9 +127,9 @@ heading:
125
127
  margin_top: $vertical_rhythm * 0.4
126
128
  margin_bottom: $vertical_rhythm * 0.9
127
129
 
128
- # --------------------------------------------------------------------
130
+ # ------------------------------------------------------------------------------
129
131
  # Title page settings
130
- # --------------------------------------------------------------------
132
+ #
131
133
  title_page:
132
134
  align: right
133
135
  logo:
@@ -148,17 +150,17 @@ title_page:
148
150
  revision:
149
151
  margin_top: $base_font_size * 1.25
150
152
 
151
- # --------------------------------------------------------------------
153
+ # ------------------------------------------------------------------------------
152
154
  # Block settings
153
- # --------------------------------------------------------------------
155
+ #
154
156
  block:
155
157
  margin_top: 0
156
158
  margin_bottom: $vertical_rhythm
157
159
 
158
- # --------------------------------------------------------------------
160
+ # ------------------------------------------------------------------------------
159
161
  # Caption settings
160
162
  # margin_inside: FIXME perhaps set line_height instead of / in addition to margins?
161
- # --------------------------------------------------------------------
163
+ #
162
164
  caption:
163
165
  align: left
164
166
  font_size: $base_font_size * 0.95
@@ -166,16 +168,16 @@ caption:
166
168
  margin_inside: $vertical_rhythm / 3 #margin_inside: $vertical_rhythm / 4
167
169
  margin_outside: 0
168
170
 
169
- # --------------------------------------------------------------------
171
+ # ------------------------------------------------------------------------------
170
172
  # Lead settings
171
- # --------------------------------------------------------------------
173
+ #
172
174
  lead:
173
175
  font_size: $base_font_size_large
174
176
  line_height: 1.4
175
177
 
176
- # --------------------------------------------------------------------
178
+ # ------------------------------------------------------------------------------
177
179
  # Abstract settings
178
- # --------------------------------------------------------------------
180
+ #
179
181
  abstract:
180
182
  font_color: 5c6266
181
183
  font_size: $lead_font_size
@@ -189,9 +191,9 @@ abstract:
189
191
  font_size: $heading_h4_font_size
190
192
  font_style: $heading_font_style
191
193
 
192
- # --------------------------------------------------------------------
194
+ # ------------------------------------------------------------------------------
193
195
  # Admonition settings
194
- # --------------------------------------------------------------------
196
+ #
195
197
  admonition:
196
198
  font_size: $base_font_size_small
197
199
  column_rule_color: $base_border_color
@@ -218,10 +220,10 @@ admonition:
218
220
  text_transform: uppercase
219
221
  font_style: bold
220
222
 
221
- # --------------------------------------------------------------------
223
+ # ------------------------------------------------------------------------------
222
224
  # Blockquote settings
223
225
  # padding: FIXME disable negative padding bottom once margin collapsing is implemented
224
- # --------------------------------------------------------------------
226
+ #
225
227
  blockquote:
226
228
  font_color: $base_font_color
227
229
  font_size: $base_font_size_large
@@ -231,10 +233,10 @@ blockquote:
231
233
  cite_font_size: $base_font_size_small
232
234
  cite_font_color: 999999
233
235
 
234
- # --------------------------------------------------------------------
236
+ # ------------------------------------------------------------------------------
235
237
  # Code settings
236
238
  # NOTE: code is used for source blocks (perhaps change to source or listing?)
237
- # --------------------------------------------------------------------
239
+ #
238
240
  code:
239
241
  font_color: $base_font_color
240
242
  font_family: $literal_font_family
@@ -247,18 +249,18 @@ code:
247
249
  border_radius: $base_border_radius
248
250
  border_width: 0.75
249
251
 
250
- # --------------------------------------------------------------------
252
+ # ------------------------------------------------------------------------------
251
253
  # Callout settings
252
- # --------------------------------------------------------------------
254
+ #
253
255
  conum:
254
256
  font_family: M+ 1mn
255
257
  font_color: $literal_font_color
256
258
  font_size: $base_font_size
257
259
  line_height: 4 / 3
258
260
 
259
- # --------------------------------------------------------------------
261
+ # ------------------------------------------------------------------------------
260
262
  # Example settings
261
- # --------------------------------------------------------------------
263
+ #
262
264
  example:
263
265
  border_color: $base_border_color
264
266
  border_radius: $base_border_radius
@@ -267,22 +269,22 @@ example:
267
269
  # FIXME reenable padding bottom once margin collapsing is implemented
268
270
  padding: [$vertical_rhythm, $horizontal_rhythm, 0, $horizontal_rhythm]
269
271
 
270
- # --------------------------------------------------------------------
272
+ # ------------------------------------------------------------------------------
271
273
  # Image settings
272
- # --------------------------------------------------------------------
274
+ #
273
275
  image:
274
276
  align: left
275
277
 
276
- # --------------------------------------------------------------------
278
+ # ------------------------------------------------------------------------------
277
279
  # Prose settings
278
- # --------------------------------------------------------------------
280
+ #
279
281
  prose:
280
282
  margin_top: $block_margin_top
281
283
  margin_bottom: $block_margin_bottom
282
284
 
283
- # --------------------------------------------------------------------
285
+ # ------------------------------------------------------------------------------
284
286
  # Sidebar settings
285
- # --------------------------------------------------------------------
287
+ #
286
288
  sidebar:
287
289
  background_color: eeeeee
288
290
  border_color: e1e1e1
@@ -297,9 +299,9 @@ sidebar:
297
299
  font_size: $heading_h4_font_size
298
300
  font_style: $heading_font_style
299
301
 
300
- # --------------------------------------------------------------------
301
- # ????? settings
302
- # --------------------------------------------------------------------
302
+ # ------------------------------------------------------------------------------
303
+ # BREAK settings
304
+ #
303
305
  thematic_break:
304
306
  border_color: $base_border_color
305
307
  border_style: solid
@@ -307,26 +309,23 @@ thematic_break:
307
309
  margin_top: $vertical_rhythm * 0.5
308
310
  margin_bottom: $vertical_rhythm * 1.5
309
311
 
310
- # --------------------------------------------------------------------
311
- # ????? settings
312
- # --------------------------------------------------------------------
312
+ # ------------------------------------------------------------------------------
313
+ # LIST settings
314
+ #
313
315
  description_list:
314
316
  term_font_style: bold
315
317
  term_spacing: $vertical_rhythm / 4
316
318
  description_indent: $horizontal_rhythm * 1.25
317
319
 
318
- # --------------------------------------------------------------------
319
- # ????? settings
320
- # --------------------------------------------------------------------
321
320
  outline_list:
322
321
  indent: $horizontal_rhythm * 1.5
323
322
  #marker_font_color: 404040
324
323
  # NOTE outline_list_item_spacing applies to list items that do not have complex content
325
324
  item_spacing: $vertical_rhythm / 2
326
325
 
327
- # --------------------------------------------------------------------
326
+ # ------------------------------------------------------------------------------
328
327
  # Table settings
329
- # --------------------------------------------------------------------
328
+ #
330
329
  table:
331
330
  font_size: $base_font_size_small #10.5
332
331
  grid_width: $table_border_width
@@ -341,9 +340,9 @@ table:
341
340
  border_width: $base_border_width
342
341
  cell_padding: 8
343
342
 
344
- # --------------------------------------------------------------------
343
+ # ------------------------------------------------------------------------------
345
344
  # Toc settings
346
- # --------------------------------------------------------------------
345
+ #
347
346
  toc:
348
347
  indent: $horizontal_rhythm
349
348
  line_height: 1.4
@@ -352,10 +351,11 @@ toc:
352
351
  font_color: a9a9a9
353
352
  levels: 2 3 4
354
353
 
355
- # --------------------------------------------------------------------
354
+ # ------------------------------------------------------------------------------
356
355
  # Footer settings
357
- # --------------------------------------------------------------------
356
+ #
358
357
  # NOTE in addition to footer, header is also supported
358
+ #
359
359
  footer:
360
360
  font_size: $base_font_size_small
361
361
  # NOTE if background_color is set, background and border will span width of page
@@ -389,3 +389,5 @@ footer:
389
389
  #content: '{page-number} | {chapter-title}'
390
390
  #center:
391
391
  # content: '{page-number}'
392
+
393
+