From dba69f0d154cdac30617ab396c704c2e9a4c9d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= <mo@phlow.de> Date: Fri, 6 Mar 2015 13:09:26 +0100 Subject: [PATCH] Exclude files like Gemfile(.lock), LICENSE from being pushed to _site --- _config.yml | 7 +++++++ _data/navigation.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 899f292..591335d 100644 --- a/_config.yml +++ b/_config.yml @@ -61,6 +61,13 @@ include: ['.htaccess'] # The language setting is used in /includes/header.html for html-settings language: "en" +# Exclude these files from your production _site +exclude: + - Gemfile + - Gemfile.lock + - LICENSE + - README.md + # # ____ ____ ____ diff --git a/_data/navigation.yml b/_data/navigation.yml index 8929267..37eeb5e 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,5 +1,5 @@ - title: Start - url: "/index.html" + url: "/" side: left - title: Getting Started