1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-13 18:40:54 +01:00

Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2020-01-20 10:21:19 +01:00
commit 611c8404ce
6 changed files with 1926 additions and 1163 deletions

View File

@ -26,7 +26,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
{% if page and page.meta and page.meta.author %}
<meta name="author" content="{{ page.meta.author | first }}">
<meta name="author" content="{{ page.meta.author }}">
{% elif config.site_author %}
<meta name="author" content="{{ config.site_author }}">
{% endif %}

View File

@ -18,6 +18,6 @@
"search.result.other": "#件見つかりました",
"search.tokenizer": "[\s\- 、。,.]+",
"source.link.title": "リポジトリへ",
"source.revision.date": "最後の更新",
"source.revision.date": "最終更新日",
"toc.title": "目次"
}[key] }}{% endmacro %}

3055
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,22 +39,22 @@
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-transform-react-jsx": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"autoprefixer": "^9.7.3",
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chalk": "^3.0.0",
"clipboard": "^2.0.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.3.2",
"css-loader": "^3.4.2",
"css-mqpacker": "^7.0.0",
"cssmin": "^0.4.3",
"custom-event-polyfill": "^1.0.7",
"customizr": "^1.4.0",
"eslint": "^6.7.2",
"eslint": "^6.8.0",
"event-hooks-webpack-plugin": "^2.1.5",
"expose-loader": "^0.7.4",
"extract-loader": "^3.1.0",
@ -66,22 +66,22 @@
"lunr-languages": "^1.4.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"mini-css-extract-plugin": "^0.8.0",
"mini-css-extract-plugin": "^0.9.0",
"modernizr-auto-loader": "^0.1.0",
"modularscale-sass": "^3.0.10",
"node-sass": "^4.13.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"promise-polyfill": "^8.1.3",
"sass-loader": "^7.3.1",
"style-loader": "^1.0.1",
"stylelint": "^12.0.0",
"style-loader": "^1.1.3",
"stylelint": "^12.0.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.13.0",
"uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0",
"webpack": "^4.41.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-manifest-plugin": "^2.2.0"
},

View File

@ -67,7 +67,7 @@
<!-- Page author -->
{% if page and page.meta and page.meta.author %}
<meta name="author" content="{{ page.meta.author | first }}" />
<meta name="author" content="{{ page.meta.author }}" />
{% elif config.site_author %}
<meta name="author" content="{{ config.site_author }}" />
{% endif %}

View File

@ -38,6 +38,6 @@
"search.result.other": "#件見つかりました",
"search.tokenizer": "[\s\- 、。,.]+",
"source.link.title": "リポジトリへ",
"source.revision.date": "最後の更新",
"source.revision.date": "最終更新日",
"toc.title": "目次"
}[key] }}{% endmacro %}