diff options
| author | Zlatan Vasović <[email protected]> | 2014-03-07 23:11:59 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-03-07 23:11:59 +0100 |
| commit | 3bdaa831e9003b4a76c887a94d6e698f6405ca00 (patch) | |
| tree | ece216e1068cc23b7bf9b71ee483c18037a5a603 | |
| parent | b9a0d1e4cd17b26d93fc314cff755a1a459c5f7b (diff) | |
| download | bootstrap-3bdaa831e9003b4a76c887a94d6e698f6405ca00.tar.xz bootstrap-3bdaa831e9003b4a76c887a94d6e698f6405ca00.zip | |
Remove ./ from _config.yml paths
| -rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index c23263958..81e33da68 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: / |
