Passed
Branch master (e0fe6c)
by Arnaud
05:31
created
config/default.php 1 patch
Spacing   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -13,14 +13,14 @@  discard block
 block discarded – undo
13 13
     'title'        => '',
14 14
     'baseline'     => '',
15 15
     'baseurl'      => 'http://localhost:8000/',
16
-    'canonicalurl' => false,   // if true 'url()' function preprends URL wirh 'baseurl'
16
+    'canonicalurl' => false, // if true 'url()' function preprends URL wirh 'baseurl'
17 17
     'description'  => '',
18
-    'taxonomies'   => [        // default taxonomies
18
+    'taxonomies'   => [// default taxonomies
19 19
         'tags'       => 'tag', // can be disabled with 'disabled' value
20 20
         'categories' => 'category',
21 21
     ],
22 22
     'pagination' => [
23
-        'max'  => 5,      // number of pages on each paginated pages
23
+        'max'  => 5, // number of pages on each paginated pages
24 24
         'path' => 'page', // path to paginated pages. ie: '/blog/page/2/'
25 25
     ],
26 26
     'date' => [
@@ -155,11 +155,11 @@  discard block
 block discarded – undo
155 155
         'format' => 'yaml',
156 156
     ],
157 157
     'body' => [
158
-        'format' => 'md',         // only Markdown is supported
158
+        'format' => 'md', // only Markdown is supported
159 159
         'toc'    => ['h2', 'h3'], // list of headers to include in Table of contents
160 160
         'images' => [
161 161
             'lazy' => [
162
-                'enabled' => true,  // lazy load images
162
+                'enabled' => true, // lazy load images
163 163
             ],
164 164
             'caption' => [
165 165
                 'enabled' => false, // adds <figcaption> based on image title
@@ -200,17 +200,17 @@  discard block
 block discarded – undo
200 200
     ],
201 201
     'assets' => [
202 202
         'dir'     => 'assets',
203
-        'compile' => [     // Compile Saas
203
+        'compile' => [// Compile Saas
204 204
             'enabled'   => true,
205 205
             'style'     => 'expanded', // 'expanded' or 'compressed',
206 206
             'import'    => ['sass', 'scss', 'node_modules'],
207 207
             'sourcemap' => false, // works in debug mode only
208 208
             //'variables' => ['var' => 'value']
209 209
         ],
210
-        'minify' => [      // Minify CSS and JS
210
+        'minify' => [// Minify CSS and JS
211 211
             'enabled' => true,
212 212
         ],
213
-        'fingerprint' => [ // Add fingerprint
213
+        'fingerprint' => [// Add fingerprint
214 214
             'enabled' => true,
215 215
         ],
216 216
         'target' => 'assets', // target directory of remote and resized assets
@@ -218,13 +218,13 @@  discard block
 block discarded – undo
218 218
             'optimize' => [
219 219
                 'enabled' => false, // enables image optimization (JpegOptim, Optipng, Pngquant 2, SVGO 1, Gifsicle, cwebp)
220 220
             ],
221
-            'quality'    => 85,     // quality of optimized JPEG and PNG, and resized JPEG
221
+            'quality'    => 85, // quality of optimized JPEG and PNG, and resized JPEG
222 222
             'responsive' => [
223 223
                 'enabled' => false, // creates responsive images with `html` filter
224 224
                 'width'   => [
225
-                    'steps' => 5,     // number of steps between each responsives images
226
-                    'min'   => 320,   // minimum width
227
-                    'max'   => 1280,  // maximum width
225
+                    'steps' => 5, // number of steps between each responsives images
226
+                    'min'   => 320, // minimum width
227
+                    'max'   => 1280, // maximum width
228 228
                 ],
229 229
                 'sizes' => [
230 230
                     'default' => '100vw', // default sizes
Please login to merge, or discard this patch.