Passed
Push — extensions ( 9b4469 )
by Arnaud
04:55
created
config/default.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
         ],
48 48
     ],
49 49
     'theme' => [],
50
-    'taxonomies'   => [ // default taxonomies
50
+    'taxonomies'   => [// default taxonomies
51 51
         'tags'       => 'tag',
52 52
         'categories' => 'category', // can be disabled with the special "disabled" value
53 53
     ],
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
                 'capture'   => 'before', // part to capture, `before` or `after` the separator (`before` by default)
119 119
             ],
120 120
         ],
121
-        'generators' => [ // list of pages generators, ordered by weight
121
+        'generators' => [// list of pages generators, ordered by weight
122 122
             10 => 'DefaultPages',
123 123
             20 => 'VirtualPages',
124 124
             30 => 'ExternalBody',
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
             80 => 'Alias',
130 130
             90 => 'Redirect',
131 131
         ],
132
-        'default' => [ // default generated pages
132
+        'default' => [// default generated pages
133 133
             'index' => [
134 134
                 'path'      => '',
135 135
                 'title'     => 'Home',
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
         'internal' => [
252 252
             'dir' => 'resources/layouts', // internal templates directory
253 253
         ],
254
-        'translations' => [ // i18n
254
+        'translations' => [// i18n
255 255
             'dir'      => 'translations', // translations files directory (`translations` by default)
256 256
             'formats'  => ['yaml', 'mo'], // translations supported formats (`yaml` and `mo`)
257 257
             'internal' => [
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
     ],
267 267
     'output' => [
268 268
         'dir'      => '_site', // output directory (`_site` by default)
269
-        'formats'  => [ // https://cecil.app/documentation/configuration/#formats
269
+        'formats'  => [// https://cecil.app/documentation/configuration/#formats
270 270
             // e.g.: blog/post-1/index.html
271 271
             -1 => [
272 272
                 'name'      => 'html',
@@ -362,14 +362,14 @@  discard block
 block discarded – undo
362 362
                 'exclude'   => ['redirect', 'paginated'],
363 363
             ],
364 364
         ],
365
-        'pagetypeformats' => [ // formats applied by page type
365
+        'pagetypeformats' => [// formats applied by page type
366 366
             'page'       => ['html'],
367 367
             'homepage'   => ['html', 'atom'],
368 368
             'section'    => ['html', 'atom'],
369 369
             'vocabulary' => ['html'],
370 370
             'term'       => ['html', 'atom'],
371 371
         ],
372
-        'postprocessors' => [ // list of output post processors
372
+        'postprocessors' => [// list of output post processors
373 373
             -1 => 'GeneratorMetaTag',
374 374
             -2 => 'HtmlExcerpt',
375 375
             -3 => 'MarkdownLink',
Please login to merge, or discard this patch.