mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
57 lines
1.6 KiB
YAML
57 lines
1.6 KiB
YAML
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: 9001
|
|
#baseurl: "/bootstrap-material-design"
|
|
#url: "http://fezvrasta.github.io"
|
|
encoding: UTF-8
|
|
exclude: [assets/scss/]
|
|
|
|
gems:
|
|
- jekyll-redirect-from
|
|
- jekyll-sitemap
|
|
|
|
# Custom vars
|
|
#current_version: 4.0.0-alpha
|
|
repo: https://github.com/fezvrasta/bootstrap-material-design
|
|
|
|
# other variables generated in
|
|
|
|
#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
|
|
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.js
|