Passed
Push — analysis-MP1p0L ( 3fed16 )
by Arnaud
05:01 queued 17s
created
config/default.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -16,14 +16,14 @@  discard block
 block discarded – undo
16 16
     'title'        => 'Site title',
17 17
     //'baseline'     => 'Site baseline',
18 18
     'baseurl'      => 'http://localhost:8000/',
19
-    'canonicalurl' => false,   // if true 'url()' function preprends URL wirh 'baseurl'
19
+    'canonicalurl' => false, // if true 'url()' function preprends URL wirh 'baseurl'
20 20
     'description'  => 'Site description',
21
-    'taxonomies'   => [        // default taxonomies
21
+    'taxonomies'   => [// default taxonomies
22 22
         'tags'       => 'tag', // can be disabled with 'disabled' value
23 23
         'categories' => 'category',
24 24
     ],
25 25
     'pagination' => [
26
-        'max'  => 5,      // number of pages on each paginated pages
26
+        'max'  => 5, // number of pages on each paginated pages
27 27
         'path' => 'page', // path to paginated pages. ie: '/blog/page/2/'
28 28
     ],
29 29
     'date' => [
@@ -159,14 +159,14 @@  discard block
 block discarded – undo
159 159
         'format' => 'yaml',
160 160
     ],
161 161
     'body' => [
162
-        'format'    => 'md',         // page body format (only Markdown is supported)
162
+        'format'    => 'md', // page body format (only Markdown is supported)
163 163
         'toc'       => ['h2', 'h3'], // headers used to build the table of contents
164 164
         'highlight' => [
165
-            'enabled' => false,  // enables code syntax highlighting (`false` by default)
165
+            'enabled' => false, // enables code syntax highlighting (`false` by default)
166 166
         ],
167 167
         'images' => [
168 168
             'lazy' => [
169
-                'enabled' => true,  // adds `loading="lazy"` attribute (`true` by default)
169
+                'enabled' => true, // adds `loading="lazy"` attribute (`true` by default)
170 170
             ],
171 171
             'resize' => [
172 172
                 'enabled' => false, // enables image resizing by using the `width` extra attribute (`false` by default)
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
                 'enabled' => false, // puts the image in a <figure> element and adds a <figcaption> containing the title (`false` by default)
182 182
             ],
183 183
             'remote' => [
184
-                'enabled' => true,  // turns remote images to Asset to handling them (`true` by default)
184
+                'enabled' => true, // turns remote images to Asset to handling them (`true` by default)
185 185
             ],
186 186
         ],
187 187
     ],
@@ -210,17 +210,17 @@  discard block
 block discarded – undo
210 210
     ],
211 211
     'assets' => [
212 212
         'dir'     => 'assets',
213
-        'compile' => [     // Compile Saas
213
+        'compile' => [// Compile Saas
214 214
             'enabled'   => true,
215 215
             'style'     => 'expanded', // 'expanded' or 'compressed',
216 216
             'import'    => ['sass', 'scss', 'node_modules'],
217 217
             'sourcemap' => false, // works in debug mode only
218 218
             //'variables' => ['var' => 'value']
219 219
         ],
220
-        'minify' => [      // Minify CSS and JS
220
+        'minify' => [// Minify CSS and JS
221 221
             'enabled' => true,
222 222
         ],
223
-        'fingerprint' => [ // Add fingerprint
223
+        'fingerprint' => [// Add fingerprint
224 224
             'enabled' => true,
225 225
         ],
226 226
         'target' => 'assets', // target directory of remote and resized assets
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
             'optimize' => [
229 229
                 'enabled' => false, // enables images optimization with JpegOptim, Optipng, Pngquant 2, SVGO 1, Gifsicle, cwebp (`false` by default)
230 230
             ],
231
-            'quality'    => 75,     // Image quality after optimization or resize (`75` by default)
231
+            'quality'    => 75, // Image quality after optimization or resize (`75` by default)
232 232
             'responsive' => [
233 233
                 'enabled' => false, // creates responsive images with `html` filter (`false` by default)
234 234
                 'widths'  => [480, 640, 768, 1024, 1366, 1600, 1920],
Please login to merge, or discard this patch.