1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
- < meta charset ="utf-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="description " content ="Material theme, an elegant & Material Design theme. ">
7
- < meta name ="keywords " content ="Hexo, hexo, theme, hexo theme, viosey, material theme, material design, material 主题 ">
8
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0, minimum-scale=1.0 ">
9
- < link rel ="shortcut icon " href ="https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@1.5.1 /static/favicon.ico " type ="image/x-icon ">
10
- < link rel ="icon " href ="https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@1.5.1 /static/favicon.ico " type ="image/x-icon ">
11
- < title > Material Theme</ title >
12
- < meta property ="og:url " content ="https://material.viosey.com ">
13
- < meta property ="og:type " content ="website ">
14
- < meta property ="og:title " content ="Material Theme ">
15
- < meta property ="og:description " content ="Material theme, an elegant & Material Design theme. ">
16
- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@1.5.1 /static/style.min.css ">
17
- < link rel ="stylesheet " href ="https://fonts.geekzu.org/css?family=Roboto+Mono|Source+Sans+Pro:300,400,600 ">
5
+ < meta charset ="utf-8 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
+ < meta name ="description " content ="Material theme, an elegant & Material Design theme. ">
8
+ < meta name ="keywords " content ="Hexo, hexo, theme, hexo theme, viosey, material theme, material design, material 主题 ">
9
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, minimum-scale=1.0 ">
10
+ < link rel ="shortcut icon " href ="https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest /static/favicon.ico " type ="image/x-icon ">
11
+ < link rel ="icon " href ="https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest /static/favicon.ico " type ="image/x-icon ">
12
+ < title > Material Theme</ title >
13
+ < meta property ="og:url " content ="https://material.viosey.com ">
14
+ < meta property ="og:type " content ="website ">
15
+ < meta property ="og:title " content ="Material Theme ">
16
+ < meta property ="og:description " content ="Material theme, an elegant & Material Design theme. ">
17
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest /static/css /style.min.css ">
18
+ < link rel ="stylesheet " href ="https://fonts.geekzu.org/css?family=Roboto+Mono|Source+Sans+Pro:300,400,600 ">
18
19
</ head >
20
+
19
21
< body >
20
- < nav >
21
- < a href ="#/ "> 简体中文</ a >
22
- < a href ="#/en/ "> English</ a >
23
- </ nav >
24
- < div id ="app "> Loading . . . . | 正在加载</ div >
22
+ < nav >
23
+ < a href ="#/ "> 简体中文</ a >
24
+ < a href ="#/en/ "> English</ a >
25
+ </ nav >
26
+ < div id ="app "> Loading . . . . | 正在加载</ div >
25
27
</ body >
26
28
< script >
27
- window . $docsify = {
28
- name : '<b>Material Theme</b><br>Verison: 1.5.0' ,
29
- nameLink : {
30
- '/en/' : '/#/en/' ,
31
- '/' : '/'
32
- } ,
29
+ window . $docsify = {
30
+ name : '<b>Material Theme</b><br>Verison: 1.5.0' ,
31
+ nameLink : {
32
+ '/en/' : '/#/en/' ,
33
+ '/' : '/'
34
+ } ,
35
+
36
+ // GitHub Icon
37
+ repo : 'https://github.com/viosey/hexo-theme-material/' ,
38
+
39
+ // Google Analytics
40
+ ga : 'UA-83419544-1' ,
41
+
42
+ themeColor : '#757575' ,
33
43
34
- // GitHub Icon
35
- repo : 'https://github.com/viosey/hexo-theme-material/' ,
44
+ // Search Support
45
+ search : {
46
+ maxAge : 43200000 , // 过期时间,单位毫秒,默认一天
47
+ paths : 'auto' ,
48
+ placeholder : {
49
+ '/en/' : 'Search' ,
50
+ '/' : '搜索' ,
51
+ } ,
52
+ noData : {
53
+ '/en/' : 'No Results' ,
54
+ '/' : '找不到结果' ,
55
+ } ,
56
+ } ,
36
57
37
- // Google Analytics
38
- ga : 'UA-83419544-1' ,
58
+ // load sidevar from _sidebar.md
59
+ loadSidebar : '_sidebar.md' ,
60
+ subMaxLevel : 2 ,
61
+ autoHeader : true ,
39
62
40
- themeColor : '#757575' ,
41
-
42
- // Search Support
43
- search : {
44
- maxAge : 43200000 , // 过期时间,单位毫秒,默认一天
45
- paths : 'auto' ,
46
- placeholder : {
47
- '/en/' : 'Search' ,
48
- '/' : '搜索' ,
49
- } ,
50
- noData : {
51
- '/en/' : 'No Results' ,
52
- '/' : '找不到结果' ,
53
- } ,
54
- } ,
63
+ // use jsdelivr load markdown file
64
+ basePath : 'https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest/docs/' ,
55
65
56
- // load sidevar from _sidebar.md
57
- loadSidebar : '_sidebar.md' ,
58
- subMaxLevel : 2 ,
59
- autoHeader : true ,
60
-
61
- // use jsdelivr load markdown file
62
- basePath : 'https://cdn.jsdelivr.net/gh/neko-dev/material-theme-docs@latest/docs/' ,
63
-
64
- //Auto2Top
65
- auto2top : true ,
66
- }
66
+ //Auto2Top
67
+ auto2top : true ,
68
+ }
67
69
</ script >
68
70
< script src ="https://cdnjs.cat.net/ajax/libs/docsify/4.3.1/docsify.min.js "> </ script >
69
71
< script src ="https://cdnjs.cat.net/ajax/libs/docsify/4.3.1/plugins/search.min.js "> </ script >
72
74
< script src ="https://cdnjs.cat.net/ajax/libs/docsify/4.3.1/plugins/ga.min.js "> </ script >
73
75
74
76
75
- </ html >
77
+ </ html >
0 commit comments