Skip to content

Commit

Permalink
v1.9.5 取消依赖 BootCDN 公共库
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Oct 2, 2018
1 parent 0aac645 commit 09db0d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -53,6 +53,7 @@ Ghost 0.x版本默认的 Casper 十分好看,可惜1.0版本之后就改成 cm
* 2018.09.13 v1.9.2 更改 js 加载结构
* 2018.09.28 v1.9.3 样式微调
* 2018.09.30 v1.9.4 fix #8
* 2018.10.02 v1.9.5 取消依赖 BootCDN 公共库

## 下载与使用

Expand Down
8 changes: 4 additions & 4 deletions default.hbs
Expand Up @@ -14,8 +14,8 @@
<link rel="stylesheet" type="text/css" href="{{asset "css/typo.css"}}" />
<link rel="stylesheet" type="text/css" href="{{asset "css/moegi.css"}}" />
<link rel="stylesheet" href="//at.alicdn.com/t/font_430988_8cv60swk1t7w4s4i.css">
<link href="//cdn.bootcss.com/highlight.js/9.12.0/styles/atom-one-light.min.css" rel="stylesheet">
<script src="//cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<link href="//lib.baomitu.com/highlight.js/9.12.0/styles/atom-one-light.min.css" rel="stylesheet">
<script src="//lib.baomitu.com/jquery/3.3.1/jquery.min.js"></script>
{{!-- <script src="https://use.typekit.net/ueu5sio.js"></script> --}}
{{!-- <script>try{Typekit.load({ async: true });}catch(e){}</script> --}}
{{! Ghost outputs important style and meta data with this tag }}
Expand All @@ -39,8 +39,8 @@
<script type="text/javascript" src="{{asset "js/nprogress.js"}}"></script>
<script type="text/javascript" src="{{asset "js/moegi.loadconfig.js"}}"></script>
<script type="text/javascript" src="{{asset "js/moegi.js"}}"></script>
<script src="//cdn.bootcss.com/moment.js/2.22.1/moment.min.js"></script>
<script src="//cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
<script src="//lib.baomitu.com/moment.js/2.22.2/moment.min.js"></script>
<script src="//lib.baomitu.com/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
{{! Ghost outputs important scripts and data with this tag }}
{{ghost_foot}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"keywords": [
"ghost-theme"
],
"version": "1.9.4",
"version": "1.9.5",
"engines": {
"ghost": ">=1.0.0"
},
Expand Down
3 changes: 1 addition & 2 deletions partials/toc.hbs
@@ -1,9 +1,8 @@
<div id="toc"></div>

{{!-- 引入 支持文件 及 Tocify 插件 --}}
<script src="//cdn.bootcss.com/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="//lib.baomitu.com/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="{{asset "js/jquery.tocify.min.js"}}"></script>
{{!-- <script src="//cdn.bootcss.com/jquery.tocify/1.9.0/javascripts/jquery.tocify.min.js"></script> --}}

{{!-- 配置及生成目录 --}}
<script>
Expand Down

0 comments on commit 09db0d2

Please sign in to comment.