Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-02-13 00:44:41 +0400
committerMark Otto <otto@github.com>2013-02-13 00:44:41 +0400
commite45f12ad427fddc9d9859fe86423bd49795d4f43 (patch)
tree3f2a0126f7474579ffde037b86738f6d64d62644 /_config.yml
parent8174705be8a78258a9167fab0800549978233b6c (diff)
rearrange jekyll and docs
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 3d1aad742e..e3faa51386 100644
--- a/_config.yml
+++ b/_config.yml
@@ -3,5 +3,5 @@ permalink: pretty
pygments: true
paginate: 5
-destination: ./documentation
-exclude: [docs, /fonts, /js, less, node_modules, .travis.yml, CHANGELOG.md, component.json, composer.json, CONTRIBUTING.md, LICENSE, Makefile, package.json, README.md] \ No newline at end of file
+source: ./docs
+destination: ./_gh_pages \ No newline at end of file