commit 6e09093f20d84f35b042fe833b32bf5924cabe3e
parent f43d76f9b918821a8cf976e5ebffacf9f115286e
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 28 Apr 2018 20:49:27 +0200
fix config
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/_config.yml b/_config.yml
@@ -6,7 +6,7 @@ description: A small portfolio
# User settings
username: Nordgedanken
-user_description: Production foused FOSS coded by MTRNord
+user_description: Production focused FOSS coded by MTRNord
user_title: Free OpenSource Software
email: info@nordgedanken.de
twitter_username: mtrnord
@@ -20,5 +20,6 @@ google-analytics:
exclude: ['package.json', 'src' , 'node_modules', 'yarn.lock']
collections:
-- projects:
+ projects:
+ output: false
permalink: /:collection/:name
\ No newline at end of file