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

github.com/capnfabs/paperesque.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Tamp <fabian.tamp@gmail.com>2019-09-21 21:02:23 +0300
committerFabian Tamp <fabian.tamp@gmail.com>2019-09-21 21:02:23 +0300
commit175fab5477aa833e43472a0c4a9134f495f63960 (patch)
tree2ac5c336b33545f44bafb4851936bf35afd84599 /config.toml
parentfaa6504d39e364311ad95e9507e45987919ee610 (diff)
Initial copy of theme from personal website to separate repo
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..eba7dba
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,10 @@
+[mediaTypes]
+ [mediaTypes."text/droplist"]
+ suffixes = ["droplist"]
+
+[outputFormats.droplist]
+mediatype = "text/droplist"
+isPlainText = true
+
+[outputs]
+page = ["HTML", "droplist"]