blob: 5e39e6915f699fac831294edb8dfae2df20a621d [file] [log] [blame]
# Development mode jekyll configuration
# This will be picked up and the docs should display with a simple:
#
# jekyll serve --watch
encoding: utf-8
# See in _build/ for more advanced dev and prod considerations.
# links should either be relative or use {{site.path.website}}
url_root: http://0.0.0.0:4000
path:
style: /style
website: /website
v: /v
# can insert a prefix above, for *all* paths, if we want to test in a subdirectory
# TODO some hard links to /v/... currently
# site.url is deprecated in favour of site.path.website, and in the few places that need a server name, url_root
# url: http://0.0.0.0:4000/website
# no longer putting things under /website; there is a new website/ dir in the folder structure for most things
baseurl: ""
# Use local copies of dependencies in dev build (switched to remote using URLs for prod build)
dependency_mode: local
dependency_urls:
bootstrap.css: https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css
bootstrap.js: https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js
jquery.js: https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
# These files should not be included in the final build (in addition to _* contents)
exclude: ['README.md']