From 2cea5fdfea2e1f0ecc3a0b60684e6bd93ccf63f6 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Fri, 21 Feb 2020 14:34:25 +0100 Subject: [PATCH] Website generation with Couscous --- configuration/basic.html | 2 ++ install.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration/basic.html b/configuration/basic.html index b20d696..21e351a 100644 --- a/configuration/basic.html +++ b/configuration/basic.html @@ -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', ],

Additional HTML

You can add additional html to the head and body like this:

diff --git a/install.html b/install.html index 0250320..23ad586 100644 --- a/install.html +++ b/install.html @@ -136,7 +136,7 @@

Download precompiled build

Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.