github.com/kayoticsully/syncthing@v0.8.9-0.20140724133906-c45a2fdc03f8/assets/bootstrap-3.1.1/_config.yml (about) 1 # Dependencies 2 markdown: rdiscount 3 pygments: true 4 5 # Permalinks 6 permalink: pretty 7 8 # Server 9 source: ./docs 10 destination: ./_gh_pages 11 host: 0.0.0.0 12 port: 9001 13 baseurl: / 14 url: http://localhost:9001 15 encoding: UTF-8 16 17 exclude: 18 - "jade" 19 - "vendor" 20 21 # Custom vars 22 current_version: 3.1.1 23 repo: https://github.com/twbs/bootstrap 24 sass_repo: https://github.com/twbs/bootstrap-sass 25 26 download: 27 source: https://github.com/twbs/bootstrap/archive/v3.1.1.zip 28 dist: https://github.com/twbs/bootstrap/releases/download/v3.1.1/bootstrap-3.1.1-dist.zip 29 sass: https://github.com/twbs/bootstrap-sass/archive/v3.1.1.tar.gz 30 31 blog: http://blog.getbootstrap.com 32 expo: http://expo.getbootstrap.com 33 34 cdn: 35 css: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css 36 css_theme: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css 37 js: //netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js