|
1 | 1 | # dependencies |
2 | | - highlighter: rouge |
3 | | - kramdown: |
4 | | - auto_ids: true |
5 | | - markdown: kramdown |
| 2 | +highlighter: rouge |
| 3 | +kramdown: |
| 4 | + auto_ids: true |
| 5 | +markdown: kramdown |
6 | 6 |
|
7 | 7 | # permalinks |
8 | | - permalink: pretty |
| 8 | +permalink: pretty |
9 | 9 |
|
10 | 10 | # plugins |
11 | | - plugins: |
12 | | - - jekyll-redirect-from |
13 | | - - jekyll-sitemap |
14 | | - - jekyll-toc |
| 11 | +plugins: |
| 12 | + - jekyll-redirect-from |
| 13 | + - jekyll-sitemap |
| 14 | + - jekyll-toc |
15 | 15 |
|
16 | 16 | # server |
17 | | - baseurl: "/material" # workaround for our GitHub Pages hosting |
18 | | - destination: "gh-pages/material" # workaround for our GitHub Pages hosting |
19 | | - encoding: "UTF-8" |
20 | | - exclude: |
21 | | - - .babelrc.js |
22 | | - - .eslintignore |
23 | | - - .git |
24 | | - - .gitignore |
25 | | - - .sass-cache/ |
26 | | - - assets/ |
27 | | - - bower.json |
28 | | - - build/ |
29 | | - - docs-assets/ |
30 | | - - Gemfile |
31 | | - - Gemfile.lock |
32 | | - - gh-pages/ |
33 | | - - lint-vars.sh |
34 | | - - node_modules/ |
35 | | - - package.json |
36 | | - - package-lock.json |
37 | | - - README.md |
38 | | - host: 0.0.0.0 |
39 | | - port: 9999 |
40 | | - source: "." |
41 | | - url: "http://daemonite.github.io/material" |
| 17 | +baseurl: "/material" # workaround for our GitHub Pages hosting |
| 18 | +destination: "gh-pages/material" # workaround for our GitHub Pages hosting |
| 19 | +encoding: "UTF-8" |
| 20 | +exclude: |
| 21 | + - .babelrc.js |
| 22 | + - .eslintignore |
| 23 | + - .git |
| 24 | + - .gitignore |
| 25 | + - .sass-cache/ |
| 26 | + - assets/ |
| 27 | + - bower.json |
| 28 | + - build/ |
| 29 | + - docs-assets/ |
| 30 | + - Gemfile |
| 31 | + - Gemfile.lock |
| 32 | + - gh-pages/ |
| 33 | + - lint-vars.sh |
| 34 | + - node_modules/ |
| 35 | + - package.json |
| 36 | + - package-lock.json |
| 37 | + - README.md |
| 38 | +host: 0.0.0.0 |
| 39 | +port: 9999 |
| 40 | +source: "." |
| 41 | +url: "http://daemonite.github.io/material" |
42 | 42 |
|
43 | 43 | # social |
44 | | - authors: "Daemonite" |
45 | | - description: "Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design developed using Bootstrap 4." |
46 | | - title: "Material" |
| 44 | +authors: "Daemonite" |
| 45 | +description: "Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design developed using Bootstrap 4." |
| 46 | +title: "Material" |
| 47 | + |
| 48 | +# toc |
| 49 | +toc: |
| 50 | + max_level: 4 |
| 51 | + min_level: 2 |
47 | 52 |
|
48 | 53 | # vars |
49 | | - cdn: |
50 | | - bs_css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" |
51 | | - bs_css_docs: "https://getbootstrap.com/assets/css/docs.min.css" |
52 | | - bs_js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" |
53 | | - bs_js_docs: "https://getbootstrap.com/assets/js/docs.min.js" |
54 | | - jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js" |
55 | | - jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" |
56 | | - md_font: "https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i" |
57 | | - md_icon: "https://fonts.googleapis.com/icon?family=Material+Icons" |
58 | | - popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" |
59 | | - popper_hash: "sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" |
60 | | - current_version: "4.0.0" |
61 | | - docs_version: "4.0" |
62 | | - download: |
63 | | - source: "https://github.com/Daemonite/material/archive/v4.0.0.zip" |
64 | | - dist: "https://github.com/Daemonite/material/releases/download/v4.0.0/material-4.0.0-dist.zip" |
65 | | - id: |
66 | | - navbar: "doc-navbar" |
67 | | - navdrawer: "doc-navdrawer" |
68 | | - repo: "https://github.com/Daemonite/material" |
| 54 | +cdn: |
| 55 | + bs_css: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" |
| 56 | + bs_css_docs: "https://getbootstrap.com/assets/css/docs.min.css" |
| 57 | + bs_css_hash: "sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" |
| 58 | + bs_js: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" |
| 59 | + bs_js_docs: "https://getbootstrap.com/assets/js/docs.min.js" |
| 60 | + bs_js_hash: "sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" |
| 61 | + jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js" |
| 62 | + jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" |
| 63 | + md_font: "https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i|Roboto+Mono:300,400,700|Roboto+Slab:300,400,700" |
| 64 | + md_icon: "https://fonts.googleapis.com/icon?family=Material+Icons" |
| 65 | + popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" |
| 66 | + popper_hash: "sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" |
| 67 | +current_version: "4.1.0" |
| 68 | +docs_version: "4.1" |
| 69 | +download: |
| 70 | + source: "https://github.com/Daemonite/material/archive/v4.1.0.zip" |
| 71 | + dist: "https://github.com/Daemonite/material/releases/download/v4.1.0/material-4.1.0-dist.zip" |
| 72 | +id: |
| 73 | + navbar: "doc-navbar" |
| 74 | + navdrawer: "doc-navdrawer" |
| 75 | +repo: "https://github.com/Daemonite/material" |
0 commit comments