From cef30777fc0e4a6983b96a393f42b6c8f3503cf2 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 22 Oct 2019 14:30:34 +0200 Subject: [PATCH] _config.yml: adding comments. --- _config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/_config.yml b/_config.yml index ee2f197..7a413b5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,15 +1,32 @@ +# ----------------- +# Site +# ----------------- + title: Sw/eden APT +# ----------------- +# APT +# ----------------- apt: + # Default APT domain. domain: apt.eossweden.org + # Staticly define the components and the order (most used ones first) components: - stable - edge - testing +# ----------------- +# Collections +# ----------------- collections: repos: output: true +# ----------------- +# Build config +# ----------------- + sass: + # Compress (minify) css output. style: compressed