fix theme path

This commit is contained in:
qingwei.li 2016-11-20 22:49:32 +08:00
parent 6bc039a813
commit deb05a2488
7 changed files with 7 additions and 5 deletions

View File

@ -18,7 +18,7 @@ Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
</head>
<body></body>
<script src="//unpkg.com/marked/marked.min.js"></script>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>docsify</title>
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
</head>
<body></body>
<script src="//unpkg.com/marked/marked.min.js"></script>

View File

@ -18,7 +18,7 @@ Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
</head>
<body></body>
<script src="//unpkg.com/marked/marked.min.js"></script>

View File

@ -4,7 +4,9 @@
"description": "A magical documentation generator.",
"main": "lib/docsify.js",
"files": [
"lib"
"lib",
"src",
"themes"
],
"scripts": {
"build": "node build/build.js && uglifyjs lib/docsify.js -o lib/docsify.min.js",

View File

@ -1 +1 @@
../src/themes
../themes