forked from Daemonite/material
-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
89 lines (82 loc) · 3.04 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# dependencies
highlighter: rouge
kramdown:
auto_ids: true
markdown: kramdown
# minify
compress_html:
blanklines: false
clippings: all
comments: ["<!-- ", " -->"]
ignore:
# envs: [development]
# permalinks
permalink: pretty
# plugins
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-toc
- jekyll-target-blank
# server
baseurl: "/material" # workaround for our GitHub Pages hosting
destination: "gh-pages/material" # workaround for our GitHub Pages hosting
encoding: "UTF-8"
exclude:
- .git/
- assets/
- build/
- docs-assets/
- gh-pages/
- node_modules/
- .browserslistrc
- .editorconfig
- .eslintignore
- .eslintrc.json
- .gitignore
- .stylelintrc
- CHANGELOG.md
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- README.md
- TODO.md
host: 127.0.0.1
port: 9999
source: "."
url: "https://djibe.github.io"
# social
authors: "Daemonite, Sesemaya, djibe, Bootstrap authors and contributors"
description: "Daemonite's Material UI 2 is a fully responsive front-end interface based on Google Material Design developed using Bootstrap 4."
title: "Material UI 2"
# toc
toc:
max_level: 4
min_level: 2
no_toc_section_class:
- "bd-callout"
- "bd-example"
# vars
cdn:
bs_css: "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
bs_css_docs: "https://getbootstrap.com/docs/4.6/assets/css/docs.css"
bs_css_hash: "sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
bs_js: "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
bs_js_hash: "sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
jquery: "https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
jquery_hash: "sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs="
md_font: "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&family=Roboto+Slab:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
md_icon: "https://fonts.googleapis.com/css2?family=Material+Icons"
current_version: "4.6.0"
material_version: "rc2"
docs_version: "4.6"
download:
source: "https://github.com/djibe/material/archive/4.6.0-rc2.zip"
dist: "https://github.com/djibe/material/releases/download/4.6.0-rc2/dist.zip"
id:
main: "doc-main-h1"
navbar: "doc-navbar"
navdrawer: "doc-navdrawer"
repo: "https://github.com/djibe/material"