shana
هو موضوع يعتمد على hexo 3.2
. وقد تم إنشاؤه للاحتفال بتتويج夏娜酱
كملك الجاذبية في عام 2016. نظرًا للعدد الكبير من animation
، قد تواجه الهواتف المحمولة ذات الجودة المنخفضة تأخيرًا عند الوصول إلى المحطة المتنقلة. يمكنك زيارة مدونتي لرؤية التأثير ———————————————————————
للحصول على تأثيرات ديناميكية خاصة، يرجى زيارة مدونتي لرؤية التأثير، وانقر بزر الماوس الأيمن لاستدعاء GalMenu
git clone https://github.com/ShanaMaid/hexo-theme-shana themes/shana
قم بتعديل _config.yml
في الدليل الجذر السداسي
`language: zh-CN`
`theme: shana`
في نفس الوقت، انسخ مجلدات tags
categories
الخاصة themes/shana/_source/
إلى المجلد 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
أضف الرياضيات: ينطبق على رأس المدونة التي تحتاج إلى تمكين الصيغ الرياضية
قم بتحرير ملف التكوين الخاص بموقعك
# 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 للصورة بالداخل
بسبب انهيار NetEase Cloud، تم استبدال تعليقات الطرف الثالث بـ Youyan.
لا تدعم تعليقات Youyan بروتوكول https، لذلك حتى إذا تم ملء المدونة ذات القفل الأخضر بـ uyan
في التكوين، فستكون غير صالحة.
سبب عدم أخذ Sohu Changyan في الاعتبار هو أنه يجب ملء رقم التسجيل لاستخدامه.
إذا كنت بحاجة إلى تعليقات مخصصة من جهات خارجية، فيرجى تعديل الجزء الأخير من 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