Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2020-05-09 21:04:23 +02:00
parent 222118d523
commit a3dc40ce21
3 changed files with 25 additions and 3 deletions

View File

@@ -144,6 +144,7 @@
'default_archive_name' => 'archive.zip',
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
'date_format' => 'YY/MM/DD hh:mm:ss', // see: https://momentjs.com/docs/#/displaying/format/
'guest_redirection' => '', // useful for external auth adapters
],</code></pre>
<h2 id="additional-html">Additional HTML</h2>
<p>You can add additional html to the head and body like this:</p>