From 3ec5d7bc33a74bd137236845bb0ac71ec5749721 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Sat, 18 Jul 2020 18:49:40 +0200 Subject: [PATCH] Website generation with Couscous --- configuration/basic.html | 2 +- install.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration/basic.html b/configuration/basic.html index 5159c3c..1012969 100644 --- a/configuration/basic.html +++ b/configuration/basic.html @@ -142,7 +142,7 @@ 'upload_chunk_size' => 1 * 1024 * 1024, // 1MB 'upload_simultaneous' => 3, 'default_archive_name' => 'archive.zip', - 'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'], + 'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php', '.json', '.md'], 'date_format' => 'YY/MM/DD hh:mm:ss', // see: https://momentjs.com/docs/#/displaying/format/ 'guest_redirection' => '', // useful for external auth adapters ], diff --git a/install.html b/install.html index 4c9eda9..3eb73a4 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.