Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2020-02-21 14:34:25 +01:00
parent 44176e9e07
commit 2cea5fdfea
2 changed files with 3 additions and 1 deletions

View File

@@ -142,6 +142,8 @@
'upload_chunk_size' => 1 * 1024 * 1024, // 1MB
'upload_simultaneous' => 3,
'default_archive_name' => 'archive.zip',
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
'date_format' => 'YY/MM/DD hh:mm:ss',
],</code></pre>
<h2 id="additional-html">Additional HTML</h2>
<p>You can add additional html to the head and body like this:</p>