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