Skip to content

Commit

Permalink
feat: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
neoFelhz committed Sep 3, 2017
1 parent c516e2f commit 56dc349
Show file tree
Hide file tree
Showing 3 changed files with 986 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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 added static/favicon.ico
Binary file not shown.
Loading

0 comments on commit 56dc349

Please sign in to comment.