Passed
Push — cache ( 080d4e...9d0246 )
by Arnaud
04:24
created
config/default.php 1 patch
Spacing   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
         'max'  => 5, // number of pages by each paginated pages
55 55
         'path' => 'page', // path to paginated pages (e.g.: `/blog/page/2/`)
56 56
     ],
57
-    'pages' => [ // Markdown content management
57
+    'pages' => [// Markdown content management
58 58
         'dir'     => 'pages', // pages files directory
59 59
         'ext'     => ['md', 'markdown', 'mdown', 'mkdn', 'mkd', 'text', 'txt'], // supported files formats, by extension
60 60
         'exclude' => ['vendor', 'node_modules'], // directories, paths and files name to exclude (accepts globs, strings and regexes)
@@ -112,9 +112,9 @@  discard block
 block discarded – undo
112 112
                 ],
113 113
                 'external' => [
114 114
                     'blank'      => false, // if true open external link in new tab
115
-                    'noopener'   => true,  // add "noopener" to `rel` attribute
116
-                    'noreferrer' => true,  // add "noreferrer" to `rel` attribute
117
-                    'nofollow'   => true,  // add "nofollow" to `rel` attribute
115
+                    'noopener'   => true, // add "noopener" to `rel` attribute
116
+                    'noreferrer' => true, // add "noreferrer" to `rel` attribute
117
+                    'nofollow'   => true, // add "nofollow" to `rel` attribute
118 118
                 ]
119 119
             ],
120 120
             'excerpt' => [
@@ -126,18 +126,18 @@  discard block
 block discarded – undo
126 126
         //    <position> => 'Cecil\Generator\<class>',
127 127
         //],
128 128
     ],
129
-    'data' => [ // data files
129
+    'data' => [// data files
130 130
         'dir'  => 'data', // data files directory
131 131
         'ext'  => ['yaml', 'yml', 'json', 'xml', 'csv'], // loaded files by extension
132 132
         'load' => true, // enables `site.data` collection
133 133
     ],
134
-    'static' => [ // static files
134
+    'static' => [// static files
135 135
         'dir'     => 'static', // static files directory
136 136
         'target'  => '', // subdirectory where files are copied
137 137
         'exclude' => ['sass', 'scss', '*.scss', 'package*.json', 'node_modules'], // excluded files by extension or pattern
138 138
         'load'    => false, // enables `site.static` collection
139 139
     ],
140
-    'assets' => [ // assets: CSS, JS, images, etc.
140
+    'assets' => [// assets: CSS, JS, images, etc.
141 141
         'dir'    => 'assets', // assets files directory
142 142
         'target' => 'assets', // where processed assets are saved (in output directory)
143 143
         'remote' => [
@@ -171,9 +171,9 @@  discard block
 block discarded – undo
171 171
             ],
172 172
             'formats' => [], // `html` filter: creates and adds formats images as `source` (ie "webp" and/or "avif")
173 173
             'cdn' => [
174
-                'enabled'   => false,  // enables Image CDN
175
-                'canonical' => true,   // is `image_url` must be canonical or not
176
-                'remote'    => true,   // includes remote images
174
+                'enabled'   => false, // enables Image CDN
175
+                'canonical' => true, // is `image_url` must be canonical or not
176
+                'remote'    => true, // includes remote images
177 177
                 //'account'   => 'xxxx', // provider account
178 178
                 // Cloudinary
179 179
                 //'url'       => 'https://res.cloudinary.com/%account%/image/fetch/c_limit,w_%width%,q_%quality%,f_%format%,d_default/%image_url%',
@@ -186,22 +186,22 @@  discard block
 block discarded – undo
186 186
             ]
187 187
         ],
188 188
     ],
189
-    'layouts' => [ // layouts and templates
189
+    'layouts' => [// layouts and templates
190 190
         'dir'      => 'layouts', // Twig templates directory
191 191
         'internal' => [
192 192
             'dir' => 'resources/layouts', // internal templates directory
193 193
         ],
194
-        'translations' => [ // i18n
194
+        'translations' => [// i18n
195 195
             'dir'      => 'translations', // translations files directory
196 196
             'formats'  => ['yaml', 'mo'], // translations supported formats
197 197
             'internal' => [
198 198
                 'dir' => 'resources/translations', // internal translations directory
199 199
             ],
200 200
         ],
201
-        'extensions' => [ // list of Twig extensions class
201
+        'extensions' => [// list of Twig extensions class
202 202
             //'<name>' => 'Cecil\Renderer\Extension\<class>',
203 203
         ],
204
-        'components' => [ // components
204
+        'components' => [// components
205 205
             'dir' => 'components', // components directory
206 206
             'ext' => 'twig', // components files extension
207 207
         ],
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
     'metatags' => [
216 216
         'robots' => 'index,follow', // SEO robots default directive
217 217
     ],
218
-    'output' => [ // output formats and post process
218
+    'output' => [// output formats and post process
219 219
         'dir'      => '_site', // output directory
220 220
         //'formats'  => [ // https://cecil.app/documentation/configuration/#formats
221 221
         //    [
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
         //        'exclude'   => ['variable1', 'variable2'],
227 227
         //    ],
228 228
         //],
229
-        'pagetypeformats' => [ // formats applied by page type
229
+        'pagetypeformats' => [// formats applied by page type
230 230
             'page'       => ['html'],
231 231
             'homepage'   => ['html', 'atom'],
232 232
             'section'    => ['html', 'atom'],
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
         //    '<name>' => 'Cecil\Renderer\PostProcessor\<class>',
238 238
         //],
239 239
     ],
240
-    'cache' => [ // cache management
240
+    'cache' => [// cache management
241 241
         'enabled'   => true, // enables cache support
242 242
         'dir'       => '.cache', // cache files directory
243 243
         'templates' => [
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
             'dir'     => 'translations', // translations files cache directory
256 256
         ],
257 257
     ],
258
-    'optimize' => [ // files optimization
258
+    'optimize' => [// files optimization
259 259
         'enabled' => false, // enables files optimization
260 260
         'html'    => [
261 261
             'enabled' => true, // enables HTML files optimization
Please login to merge, or discard this patch.