hexo theme shana
1.0.0
shana
是以hexo 3.2
為基礎製作的主題,為慶賀夏娜酱
2016年加冕萌王而誕生的,由於比較多的animation
,低配手機在移動端訪問的時候可能會出現卡頓。你可以造訪我的部落格觀看效果——————————————————————————————————
動態特效請造訪我的部落格觀看效果,右鍵調出GalMenu
git clone https://github.com/ShanaMaid/hexo-theme-shana themes/shana
修改hexo根目錄下的_config.yml
`language: zh-CN`
`theme: shana`
同時將themes/shana/_source/
的tags
和categories
資料夾拷貝到hexo根目錄下的source
資料夾下
cd themes/shana
git pull origin master
# Header
menu:
Home: /
Archives: /archives
Categories: /categories
Tags: /tags
rss: /atom.xml
# Content
excerpt_link: Read More
fancybox: true
# Sidebar
sidebar: left
widgets:
- nav
- about
# display widgets at the bottom of index pages (pagination == 2)
index_widgets:
# - category
# - tagcloud
# - archive
# widget behavior
archive_type: 'monthly'
show_count: false
# Miscellaneous
google_analytics:
favicon: /favicon.png
twitter:
google_plus:
fb_admins:
fb_app_id:
# GalMenu - PC端右键调出,移动端长按
# galmenu决定是否开启
# mp3play决定是否开启音效
galmenu: true
mp3play: false
gaymenu_item:
- name: 首页
url : /
- name: 标签
url : /tags
- name: 分类
url : /categories
- name: 归档
url : /archives
- name: xxx
url : xxxxxxxxx
- name: xxxx
url : xxxxxxx
# 社交链接
social:
- url: http://github.com/ShanaMaid
name: Github
# 友情链接
# name : url
link_title: 友情链接
links:
ShanaMaid: http://blog.shanamaid.top/
# Sidebar Avatar
# in theme directory(source/images): /images/avatar.jpg
# in site directory(source/uploads): /uploads/avatar.jpg
# 头像
avatar: https://avatars0.githubusercontent.com/u/20333903?v=3&s=460
# 网站统计
# 站长统计 填写id
# eg:
# CNZZ: 123456789
CNZZ:
# 评论
# 评论
# 友言uid
uyan:
# leadcloud访问次数统计
#
leancloud_visitors:
enable: false
app_id:
app_key:
卸載hexo-renderer-marked
,替換為hexo-renderer-markdown-it-plus
npm un hexo-renderer-marked --save
npm i hexo-renderer-markdown-it-plus --save
在需要啟用數學公式的部落格的head加上math: true
編輯網站的設定檔
# hexo/_config.yml
markdown_it_plus :
highlight : true
html : true
xhtmlOut : true
breaks : true
langPrefix :
linkify : true
typographer :
quotes : “”‘’
pre_class : highlight
hexo-theme-shanasourcecss_partialhighlight.styl
hexo-theme-shanasourcepluginbganimationbg.css
替換裡面的圖片url就可以了
由於網易雲倒閉,三方評論被替換為友言。
友言評論不支援https協議,所以掛了小綠鎖的部落格即使填寫了配置中的uyan
也無效。
不考慮搜狐暢言的原因是因為使用需要填寫備案號,github pages是沒有備案號的。
如果需要自訂的三方評論的請自行修改hexo-theme-shanalayout_partialarticle.ejs
中的最後一部分
<% if (!index && post.comments && theme.uyan){ %>
<div id="comments" class="comments">
<div id="uyan_frame"></div>
</div>
<script type="text/javascript" src="http://v2.uyan.cc/code/uyan.js?uid=<%- theme.uyan %>"></script>
<% } %>
部落客部落格掛了小綠鎖因此很長一段時間不會支持評論了,任何有關主題的問題直接在該項目下發issue吧!
你可以透過發起issue
來反映主題的BUG或提出改進建議以及你的疑問