Skip to content

Commit

Permalink
fix: fix config url
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrminfive committed Jan 2, 2019
1 parent 4c4d84d commit 8d9f7e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ description: 日常学习与兴趣交流的个人博客
introduction: 不思量,自难忘!
# 博客的favicon图标,支持本地及在线两种方式,本地请将图标放置于 themes/hexo-theme-skapp/source/img 目录下
favicon_ico: http://oo12ugek5.bkt.clouddn.com/blog/images/favicon.ico
favicon_ico: https://blog.static.minfive.com/other/favicon.ico
# 博客的左上角logo图标,支持本地及在线两种方式
logo: http://oo12ugek5.bkt.clouddn.com/images/logo-text-white.png
Expand All @@ -173,13 +173,13 @@ avatar: http://oo12ugek5.bkt.clouddn.com/images/qrcode.png
default_cover: http://oo12ugek5.bkt.clouddn.com/images/default_cover.png
# header 的背景图
header_cover: http://oo12ugek5.bkt.clouddn.com/blog/images/banner-bg.jpg
header_cover: https://blog.static.minfive.com/other/banner-bg.jpg
# 404 页面的背景图
error_page_bg: http://oo12ugek5.bkt.clouddn.com/blog/images/dogs.jpg
error_page_bg: https://blog.static.minfive.com/other/dogs.jpg
# 页面加载loading图标
loader_img: http://oo12ugek5.bkt.clouddn.com/blog/images/loader.gif
loader_img: https://blog.static.minfive.com/other/loader.gif
# 站长信息
author:
Expand Down Expand Up @@ -445,7 +445,7 @@ math:
[hexo]: https://hexo.io/zh-cn/
[gitalk]: https://github.com/gitalk/gitalk
[gitalk doc]: https://github.com/gitalk/gitalk#usage
[contact-img]: http://oo12ugek5.bkt.clouddn.com/blog/images/17-09-17/hexo-theme-skapp-contact.png
[footer-link]: http://oo12ugek5.bkt.clouddn.com/blog/images/17-09-17/hexo-theme-skapp-footer.png
[contact-img]: https://blog.static.minfive.com/other/17-09-17/hexo-theme-skapp-contact.png
[footer-link]: https://blog.static.minfive.com/other/17-09-17/hexo-theme-skapp-footer.png
[disqus]: https://disqus.com/
[math]: https://github.com/hexojs/hexo-math
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ description: 日常学习与兴趣交流的个人博客
introduction: 不思量,自难忘!
# your blog favicon icon, support two ways: local and online. the local way need you to put the icon under themes/hexo-theme-skapp/source/img directory
favicon_ico: http://oo12ugek5.bkt.clouddn.com/blog/images/favicon.ico
favicon_ico: https://blog.static.minfive.com/other/favicon.ico
# blog logo icon in the upper left corner. support the local way and online way.
logo: http://oo12ugek5.bkt.clouddn.com/images/logo-text-white.png
Expand All @@ -147,13 +147,13 @@ avatar: http://oo12ugek5.bkt.clouddn.com/images/qrcode.png
default_cover: http://oo12ugek5.bkt.clouddn.com/images/default_cover.png
# header background picture
header_cover: http://oo12ugek5.bkt.clouddn.com/blog/images/banner-bg.jpg
header_cover: https://blog.static.minfive.com/other/banner-bg.jpg
# 404 page background picture
error_page_bg: http://oo12ugek5.bkt.clouddn.com/blog/images/dogs.jpg
error_page_bg: https://blog.static.minfive.com/other/dogs.jpg
# page loading icon
loader_img: http://oo12ugek5.bkt.clouddn.com/blog/images/loader.gif
loader_img: https://blog.static.minfive.com/other/loader.gif
# author information
author:
Expand All @@ -171,7 +171,7 @@ about:
#### contact information configuration
create `contact.yml` under the `/source/_data` (This configuration will create links in the page footer):

![contact-img](http://oo12ugek5.bkt.clouddn.com/blog/images/17-09-17/hexo-theme-skapp-contact.png)
![contact-img](https://blog.static.minfive.com/other/17-09-17/hexo-theme-skapp-contact.png)

``` yml
- title: github
Expand All @@ -198,7 +198,7 @@ create `contact.yml` under the `/source/_data` (This configuration will create l

#### external link configuration
create `footer_link.yml` under the `source/_data` directory(This configuration will create links in the page footer):
![footer-link](http://oo12ugek5.bkt.clouddn.com/blog/images/17-09-17/hexo-theme-skapp-footer.png)
![footer-link](https://blog.static.minfive.com/other/17-09-17/hexo-theme-skapp-footer.png)

``` yml
friend_links:
Expand Down

0 comments on commit 8d9f7e8

Please sign in to comment.