aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-07 14:12:48 -0800
committerMark Otto <[email protected]>2014-03-07 14:12:48 -0800
commit8a1856d17d0a04b8c29ad067bb7b5d033647a484 (patch)
tree4a7392c40753e0ca10ca7f5e213a6a120ba2b548
parent0d0cbb87ee1791eec550be8d8a75909bc46b2ed4 (diff)
parent3bdaa831e9003b4a76c887a94d6e698f6405ca00 (diff)
downloadbootstrap-8a1856d17d0a04b8c29ad067bb7b5d033647a484.tar.xz
bootstrap-8a1856d17d0a04b8c29ad067bb7b5d033647a484.zip
Merge pull request #12971 from ZDroid/config-yml
Remove ./ from _config.yml paths
-rw-r--r--_config.yml4
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: /