mdb-ui-kit/_config.yml

70 lines
2.0 KiB
YAML
Raw Normal View History

include:
- .nojekyll
sass:
sass_dir: sass
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
# Permalinks
permalink: pretty
# Server
source: docs
destination: _gh_pages
host: 0.0.0.0
port: 9000
encoding: UTF-8
exclude: [assets/scss/]
gems:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
# Site vars
#url: "http://fezvrasta.github.io"
2016-08-03 10:59:09 +03:00
repo: https://github.com/FezVrasta/bootstrap-material-design
#baseurl: "/bootstrap-material-design"
url: "http://rosskevin.github.io"
# other variables generated in
2016-08-03 14:34:46 +03:00
mkp: http://www.creative-tim.com/product/material-kit-pro?affiliate_id=87385
#blog: http://blog.getbootstrap.com
#expo: http://expo.getbootstrap.com
#themes: http://themes.getbootstrap.com
#
cdn:
# # See https://www.srihash.org for info on how to generate the hashes
2016-08-03 18:58:20 +03:00
css: https://cdn.rawgit.com/RossKevin/bootstrap-material-design/gh-pages/dist/bootstrap-material-design.min.css
# css_hash: "sha384-XXXXXXXX"
2016-08-03 18:58:20 +03:00
js: https://cdn.rawgit.com/RossKevin/bootstrap-material-design/gh-pages/dist/bootstrap-material-design.iife.min.js
# js_hash: "sha384-XXXXXXXX"
# fonts
font_roboto: https://fonts.googleapis.com/css?family=Roboto:300,400,500,700
font_icons: https://fonts.googleapis.com/icon?family=Material+Icons
# VERSION is substituted in variables.rb and these are made available as site.data.cdn.*
jquery: https://code.jquery.com/jquery-VERSION
bootstrap: https://cdn.rawgit.com/twbs/bootstrap/VERSION/dist/js/bootstrap
tether: https://cdn.rawgit.com/HubSpot/tether/vVERSION/dist/js/tether
'ie10-viewport-bug-workaround': https://maxcdn.bootstrapcdn.com/js/ie10-viewport-bug-workaround.js
#twitter:
# username: getbootstrap
#
#social:
# type: organization
# name: twbs
# links: ["https://www.facebook.com/getbootstrap/", "https://twitter.com/getbootstrap"]