From 2726e11d308ab29538c9f8a02a321752913da664 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Sat, 13 Feb 2016 11:59:22 -0800 Subject: [PATCH] Leave build in same dir; use .gitignore to keep it out of pushes --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 326dbd852e..ce85c27434 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ kramdown: hard_wrap: false enable_coderay: true baseurl: / -destination: ../kubernetes.github.io-built/ +incremental: true safe: false lsi: false