From f153cb2cfc6880985401bcdc7ff84d6faf2e0ce7 Mon Sep 17 00:00:00 2001 From: karlch Date: Fri, 16 Aug 2019 15:08:42 +0200 Subject: Initial commit Includes: * MIT License * Basic README * template configuration * vimiv style template * gitignore file to ignore the builder directory --- templates/config.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/config.yaml (limited to 'templates/config.yaml') diff --git a/templates/config.yaml b/templates/config.yaml new file mode 100644 index 0000000..72aebe2 --- /dev/null +++ b/templates/config.yaml @@ -0,0 +1,3 @@ +default: + extension: + output: build -- cgit