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-15 11:38:00 +0400
committerMark Otto <otto@github.com>2013-02-15 11:38:00 +0400
commitaa5f09037133f22093c4b97d15451d4e54180ba2 (patch)
tree6bad3d35ed53f3be0a1d57237a9d676e3513dcf0 /_config.yml
parent41ef649aa31745537674908d2f4d4f161f4867a5 (diff)
Make example pages use Jekyll; add sticky footer navbar image to examples
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index da45a829dc..df0aece1cf 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,8 +1,13 @@
+# Dependencies
markdown: rdiscount
-permalink: pretty
pygments: true
+
+# Permalinks
+permalink: pretty
+
+# Server
+auto: true
source: ./docs
destination: ./_gh_pages
-auto: true
+url: http://bootstrap.dev:9001
server_port: 9001
-url: http://bootstrap.dev:9001 \ No newline at end of file