forked from cubesky/material-theme-docs
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
986 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,19 +6,15 @@ | |
<meta name="description" content="Material theme, an elegant & Material Design theme."> | ||
<meta name="keywords" content="Hexo, hexo, theme, hexo theme, viosey, material theme, material design, material 主题"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> | ||
<link rel="shortcut icon" href="//material.viosey.com/favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="//material.viosey.com/favicon.ico" type="image/x-icon"> | ||
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/neko-dev/material[email protected]/static/favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="https://cdn.jsdelivr.net/gh/neko-dev/material[email protected]/static/favicon.ico" type="image/x-icon"> | ||
<title>Material Theme</title> | ||
<meta property="og:url" content="https://material.viosey.com"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Material Theme"> | ||
<meta property="og:description" content="Material theme, an elegant & Material Design theme."> | ||
<link rel="stylesheet" href="https://cdnjs.cat.net/ajax/libs/docsify/4.3.1/themes/vue.css"> | ||
<style> | ||
.markdown-section code { | ||
color: #424242 | ||
} | ||
</style> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/neko-dev/[email protected]/static/style.min.css"> | ||
<link rel="stylesheet" href="https://fonts.geekzu.org/css?family=Roboto+Mono|Source+Sans+Pro:300,400,600"> | ||
</head> | ||
<body> | ||
<nav> | ||
|
@@ -64,12 +60,16 @@ | |
|
||
// use jsdelivr load markdown file | ||
basePath: 'https://cdn.jsdelivr.net/gh/neko-dev/[email protected]/docs/', | ||
|
||
//Auto2Top | ||
auto2top: true, | ||
} | ||
</script> | ||
<script src="https://cdnjs.cat.net/ajax/libs/docsify/4.3.1/docsify.min.js"></script> | ||
<script src="https://cdnjs.cat.net/ajax/libs/docsify/4.3.1/plugins/search.min.js"></script> | ||
<script src="https://cdnjs.cat.net/ajax/libs/prism/1.6.0/components/prism-yaml.min.js"></script> | ||
<script src="https://cdnjs.cat.net/ajax/libs/prism/1.6.0/components/prism-bash.min.js"></script> | ||
<!--<script src="https://cdn.bootcss.com/docsify/4.2.0/plugins/ga.min.js"></script>--> | ||
<!--<script src="https://cdnjs.cat.net/ajax/libs/docsify/4.3.1/plugins/ga.min.js"></script>--> | ||
|
||
|
||
</html> |
Binary file not shown.
Oops, something went wrong.