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:16:32 +0400
committerMark Otto <otto@github.com>2013-02-13 00:16:32 +0400
commit5de8557398ec862ab94f48dc081865d8223de1cf (patch)
tree6be79a02e9a42fbf5148780c0fa315b4cc19317d /_config.yml
parent1f5f23f869a971a4c4395d5170d9b991048d244f (diff)
convert to jekyll
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000000..3d1aad742e
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,7 @@
+markdown: rdiscount
+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