From 3bdaa831e9003b4a76c887a94d6e698f6405ca00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 7 Mar 2014 23:11:59 +0100 Subject: [PATCH] Remove ./ from _config.yml paths --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index c232639585..81e33da685 100644 --- a/_config.yml +++ b/_config.yml @@ -6,8 +6,8 @@ pygments: true permalink: pretty # Server -source: ./docs -destination: ./_gh_pages +source: docs +destination: _gh_pages host: 0.0.0.0 port: 9001 baseurl: / -- 2.47.2