mdb-ui-kit/_config.yml

74 lines
1.9 KiB
YAML
Raw Normal View History

include:
- .nojekyll
2015-11-21 02:22:56 +03:00
sass:
sass_dir: sass
2015-11-20 00:58:21 +03:00
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
2015-11-20 00:58:21 +03:00
# Permalinks
permalink: pretty
# Server
source: docs
destination: _gh_pages
host: 0.0.0.0
2015-12-03 20:35:51 +03:00
port: 9000
2015-11-20 00:58:21 +03:00
encoding: UTF-8
2015-12-01 19:49:46 +03:00
exclude: [assets/scss/]
2015-11-20 00:58:21 +03:00
gems:
- jekyll-redirect-from
2015-12-10 18:02:44 +03:00
- jekyll-seo-tag
- jekyll-sitemap
# Site vars
#url: "http://fezvrasta.github.io"
repo: https://github.com/fezvrasta/bootstrap-material-design
2015-12-24 01:45:54 +03:00
#baseurl: "/bootstrap-material-design"
url: "http://rosskevin.github.io"
2015-11-20 00:58:21 +03:00
# other variables generated in
2015-11-20 00:58:21 +03:00
#blog: http://blog.getbootstrap.com
#expo: http://expo.getbootstrap.com
#themes: http://themes.getbootstrap.com
2015-11-20 00:58:21 +03:00
#
cdn:
2015-11-20 00:58:21 +03:00
# # See https://www.srihash.org for info on how to generate the hashes
css: https://cdn.rawgit.com/fezvrasta/bootstrap-material-design/v4-dev/dist/css/bootstrap-material-design.css
# css_hash: "sha384-XXXXXXXX"
js: https://cdn.rawgit.com/fezvrasta/bootstrap-material-design/v4-dev/dist/js/bootstrap-material-design.js
# js_hash: "sha384-XXXXXXXX"
# fonts
font_roboto: http://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://ajax.googleapis.com/ajax/libs/jquery/VERSION/jquery.min.js
bootstrap: https://cdn.rawgit.com/twbs/bootstrap/VERSION/dist/js/bootstrap.min.js
tether: https://cdn.rawgit.com/HubSpot/tether/vVERSION/dist/js/tether.min.js
holder: https://cdn.rawgit.com/imsky/holder/v2.9.0/holder.min.js
2015-12-10 18:02:44 +03:00
#twitter:
# username: getbootstrap
#
#social:
# type: organization
# name: twbs
# links: ["https://www.facebook.com/getbootstrap/", "https://twitter.com/getbootstrap"]