Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-23 06:25:23 +0300
committerEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-23 06:25:23 +0300
commit18516f2c70e2bbd4d3c14590d7779b042ccdf8f0 (patch)
tree7c18cbffa68e05db75b6d86505f1baa657566c11
parentc11e10ea77446021d441aafbfee02687895112f1 (diff)
allow HTML minify
-rw-r--r--exampleSite/config.toml8
1 files changed, 2 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index fc2d6eb..5508d1a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -155,14 +155,10 @@ theme = "health-science-journal"
isPlainText = true
mediaType = "application/json"
path = ""
-
-
+
[outputs]
home = ["HTML", "customlens", "localfonts", "lensfonts"]
page = ["html", "galleyPDF", "galleyXML", "exportris", "exportenw", "exportbib", "exportcsljson" ]
-
-[minify]
- disableHTML = true
-
+
[taxonomies]
keyword = "keywords" \ No newline at end of file