pref: optimize theme config

This commit is contained in:
XPoet 2020-04-30 16:55:38 +08:00
parent 73ee16edce
commit 33380628c5
3 changed files with 112 additions and 88 deletions

176
README.md
View File

@ -1,13 +1,18 @@
# hexo-theme-ils # hexo-theme-ils
[![Github Author](https://img.shields.io/badge/author-XPoet-orange.svg)](https://github.com/XPoet) [![Github Author](https://img.shields.io/badge/author-XPoet-orange.svg)](https://github.com/XPoet)
[![Hexo Version](https://img.shields.io/badge/hexo->=4.2.0-red.svg)](https://hexo.io)
[![Github Release](https://img.shields.io/github/release/XPoet/hexo-theme-ils.svg)](https://github.com/XPoet/hexo-theme-ils/releases) [![Github Release](https://img.shields.io/github/release/XPoet/hexo-theme-ils.svg)](https://github.com/XPoet/hexo-theme-ils/releases)
[![Github License](https://img.shields.io/github/license/XPoet/hexo-theme-ils.svg)](https://github.com/XPoet/hexo-theme-ils/blob/master/LICENSE) [![Github License](https://img.shields.io/github/license/XPoet/hexo-theme-ils.svg)](https://github.com/XPoet/hexo-theme-ils/blob/master/LICENSE)
**一款简约大气的 Hexo 主题。** **一款简约轻快的 Hexo 主题。**
**A simple and atmospheric theme for Hexo.** **A simple and light theme for Hexo.**
**[Online Preview 在线预览](https://xpoet.cn)** **Online Preview 在线预览**
> 如果你在使用该主题,欢迎 PR 将站点链接放置此处。
- [XPoet Blog](https://xpoet.cn)
- ...
***
如你所见ILS 界面设计十分简洁、清爽,但功能齐全、不失优雅,这正是 ILS 的开发理念。也曾尝试过花里胡哨,发现不仅容易审美疲劳,而且背驰了写博客的初衷,记录生活、展示文字,应该才是搭建博客网站的最终追求,为此 ILS 应运而生。简约大气、不缺美感、突出内容、化繁为简、配置简单、长期维护,如果你也喜欢或认可这些主题特点,一起来折腾吧~ 如你所见ILS 界面设计十分简洁、清爽,但功能齐全、不失优雅,这正是 ILS 的开发理念。也曾尝试过花里胡哨,发现不仅容易审美疲劳,而且背驰了写博客的初衷,记录生活、展示文字,应该才是搭建博客网站的最终追求,为此 ILS 应运而生。简约大气、不缺美感、突出内容、化繁为简、配置简单、长期维护,如果你也喜欢或认可这些主题特点,一起来折腾吧~
@ -23,27 +28,29 @@
- [x] 响应式设计,适配多种终端; - [x] 响应式设计,适配多种终端;
- [x] 日间/夜间模式自由切换; - [x] 日间/夜间模式自由切换;
- [x] 多种代码高亮方案; - [x] 多种代码高亮方案;
- [x] 语言国际化,支持中/英文; - [x] 语言国际化,支持中/英文;
- [x] 内置多款评论插件; - [x] 内置多款评论插件;
- [x] 支持全站文章搜索; - [x] 支持全站文章搜索;
- [x] 支持文章顶置; - [x] 支持文章顶置;
- [x] 代码块一键复制; - [x] 代码块一键复制;
- [x] TOC 目录结构; - [x] TOC 目录结构;
- [x] RSS 订阅; - [x] RSS 订阅;
- [x] 网站访问统计和文章阅读统计; - [x] 网站 UV 和 PV 统计;
- [x] 文章阅读次数统计;
- [x] 页面滚动百分比提示; - [x] 页面滚动百分比提示;
- [x] 一键快速回到顶部; - [x] 一键快速回到顶部;
- [x] 代码精简高效,无 jQuery - [x] 代码精简高效,去 jQuery 化;
- [x] 配置项简单,有详细注释;
### Unfinished 未完成 ### Unfinished 未完成
- 文章版权信息 - [ ] 文章版权信息;
- 字数统计 & 阅读时长 - [ ] 文章字数统计;
- 支持公式 - [ ] 文章阅读时长;
- 在线更改字体/字号 - [ ] 文章支持显示公式;
- 打赏功能 - [ ] 文章支持显示公式;
- ...... - [ ] 在线更改字体和字号
- [ ] 打赏功能
- [ ] ......
## Get start 快速开始 ## Get start 快速开始
@ -81,113 +88,130 @@ Modify `theme` setting in `_config.yml` to `ils`.
```yml ```yml
# theme basic info # theme basic info
# 主题基本信息,无需改动。 # 主题基本信息,无需改动。
theme_info: theme_info:
name: ILS name: ILS
version: 1.0.0 version: 1.1.0
author: XPoet author: XPoet
repository: https://github.com/XPoet/hexo-theme-ils repository: https://github.com/XPoet/hexo-theme-ils
# favicon
# 网站图标,请在 "/source/images/" 目录,换成自己的即可。
favicon: images/favicon.png
# avatar
# 头像图片,请在 "/source/images/" 目录,换成自己的即可。
avatar: images/avatar.png
# navigation menu # navigation menu
# 导航菜单,如需增加,请按下面格式填写。 # 导航菜单,如需新增导航,请按下面格式填写,同时需要添加对应的 Hexo 页面。
# 新增页面,请参考往下的教程:"Add page 添加页面"。
menu: menu:
Home: / Home: /
Archives: /archives Archives: /archives
About: /about # About: /about
Links: /links # Links: /links
... # ...
# RSS # RSS
# 若要启用 RSS 订阅功能,需安装 Hexo 插件 hexo-generator-feed。 # RSS 订阅,如需启用,请先安装 Hexo 插件:hexo-generator-feed。
rss: rss:
enable: false enable: true
# favicon
# 网站 icon 图标,换成自己的图片即可。
favicon: images/favicon.png
# comment plugin # comment plugin
# 评论插件,内置 Valine 和 Gitalk # 评论插件,主题内置了 Valine 和 Gitalk只能使用其中一款如果 enable 都设为了 true将使用 Valine。
comments: comments:
# Valine. # Valine https://github.com/xCss/Valine
# more info please open https://github.com/xCss/Valine # 如何使用 Valine 请参考https://github.com/xCss/Valine
# 如何使用 Valine, 请前往 https://github.com/xCss/Valine
valine: valine:
enable: false enable: false
appid: # your leancloud application appid appid: # leancloud appid
appkey: # your leancloud application appkey appkey: # leancloud appkey
notify: false # mail notifier, https://github.com/xCss/Valine/wiki meta: ['nick', 'mail', 'link']
verify: false # Verification code placeholder: 😜尽情吐槽吧~
placeholder: your placeholder
# Gitalk # Gitalk https://github.com/gitalk/gitalk
# For more information: https://gitalk.github.io, https://github.com/gitalk/gitalk # 如何使用 Gitalk 请参考https://github.com/gitalk/gitalk
# 如何使用 gitalk, 请前往 https://github.com/gitalk/gitalk
gitalk: gitalk:
enable: false enable: false
github_id: # GitHub repo owner github_id: # GitHub repo owner
repository: # Repository name to store issues repository: # Repository name to store issues
client_id: # GitHub Application Client ID client_id: # GitHub Application Client ID
client_secret: # GitHub Application Client Secret client_secret: # GitHub Application Client Secret
distraction_free_mode: false # Facebook-like distraction free mode
# website count
# Show PV/UV of the website/page with busuanzi. # 网站计数
# 不蒜子计数插件 website_count:
# Get more information on http://ibruce.info/2015/04/04/busuanzi/ # busuanzi http://ibruce.info/2015/04/04/busuanzi/
busuanzi_count: busuanzi_count:
# count values only if the other configs are false
enable: false enable: false
# custom uv span for the whole site
# 网站访问人数统计
site_uv: false site_uv: false
# custom pv span for the whole site
# 网站总访问量统计
site_pv: false site_pv: false
# custom pv span for one page only
# 文章页面阅读次数统计
page_pv: false page_pv: false
# Local Search # Local Search
# Dependencies: https://github.com/theme-next/hexo-generator-searchdb # Dependencies: https://github.com/theme-next/hexo-generator-searchdb
# 全站文章搜索功能,默认不开启,如需开启,请先在 Hexo 博客目录下安装 hexo-generator-searchdb # 本地搜索,如需启用,请先安装 Hexo 插件hexo-generator-searchdb。
# 详情请参考https://github.com/theme-next/hexo-generator-searchdb
local_search: local_search:
enable: fales enable: true
# If auto, trigger search by changing input. # If auto, trigger search by changing input.
# If manual, trigger search by pressing enter key or search button. # If manual, trigger search by pressing enter key or search button.
trigger: auto # 输入关键字后的触发搜索,可选 自动 auto 或 手动 manual。
# Show top n results per article, show all results by setting to -1 # auto 每输入或删除一个字符后,自动触发搜索。
top_n_per_article: 1 # manual 每输入或删除一个字符后,需要按回车键触发搜索。
# Unescape html strings to the readable one. trigger: auto # values: auto | manual
unescape: false
# Preload the search data when the page loads.
preload: false
# Code Block # Unescape html strings to the readable one.
codeblock: # 转义 HTML 字符串为可读字符串。
style: flat # Available values: default | flat | mac unescape: false
copy_button:
# Preload the search data when the page loads.
# 在页面加载时预加载搜索数据
preload: true
# Code Copy
# 代码复制,复制风格可选 default | flat | mac。
code_copy:
enable: true enable: true
style: flat # values: default | flat | mac
# sidebar tools
# 侧边栏工具,位置可选 left | right。
side_tools:
enable: true
position: right # values: left | right
# back to top
# 回到顶部,位置可选 left | right。
back2top:
enable: true
position: right # values: left | right
# Table of Contents in the Sidebar # Table of Contents in the Sidebar
# Front-matter variable (unsupport wrap expand_all). # 文章目录结构
toc: toc:
enable: true enable: true
# Automatically add list number to toc. # Automatically add list number to toc.
# 给文章目录自动加上序号。
number: true number: true
# If true, all words will placed on next lines if header width longer then sidebar width.
wrap: false
# If true, all level of TOC in a post will be displayed, rather than the activated part of it. # If true, all level of TOC in a post will be displayed, rather than the activated part of it.
expand_all: false # 是否展开所有目录
# Maximum heading depth of generated toc. expand_all: true
max_depth: 6
# magic
# magic 为 v1.1.0 增加的新特性,如果启用,主题样式将发生较大的改变。
magic:
enable: true
sidebar:
enable: false
fixed: true
position: right # values: left | right
``` ```
### Comment function 评论功能 ### Comment 评论
主题内置了 Valine 和 Gitalk 两款评论插件,你只能使用其他一款,如果两款评论插件的 enable 都设为了 true将使用 Valine。 主题内置了 Valine 和 Gitalk 两款评论插件,你只能使用其他一款,如果两款评论插件的 enable 都设为了 true将使用 Valine。
@ -241,13 +265,15 @@ top: 999
layout: about layout: about
--- ---
这里写正文内容,支持 Markdown, HTML 正文内容,支持 Markdown, HTML
...
...
``` ```
## Feedback 反馈 ## Feedback 反馈
在使用主题过程中,如果遇到问题,请仔细阅读文档,或者提 `issue` 在使用主题过程中,如果遇到问题,请仔细阅读文档,或者提 `issue`
## Licence 许可 ## Licence 许可
[MIT](https://github.com/XPoet/hexo-theme-ils/blob/master/LICENSE) Copyright (c) 2020 XPoet [MIT](https://github.com/XPoet/hexo-theme-ils/blob/master/LICENSE) Copyright (c) 2020 XPoet

View File

@ -15,7 +15,7 @@ avatar: images/avatar.png
menu: menu:
Home: / Home: /
Archives: /archives Archives: /archives
About: /about # About: /about
# Links: /links # Links: /links
# ... # ...
@ -40,7 +40,6 @@ comments:
repository: # Repository name to store issues repository: # Repository name to store issues
client_id: # GitHub Application Client ID client_id: # GitHub Application Client ID
client_secret: # GitHub Application Client Secret client_secret: # GitHub Application Client Secret
distraction_free_mode: false # Facebook-like distraction free mode
# website count # website count
website_count: website_count:

View File

@ -15,7 +15,6 @@
owner: '<%= theme.comments.gitalk.github_id %>', owner: '<%= theme.comments.gitalk.github_id %>',
admin: ['<%= theme.comments.gitalk.github_id %>'], admin: ['<%= theme.comments.gitalk.github_id %>'],
id: location.pathname, id: location.pathname,
distractionFreeMode: Boolean('<%= theme.comments.gitalk.distraction_free_mode %>'),
language: '<%= config.language %>' language: '<%= config.language %>'
}) })
gitalk.render('gitalk-container') gitalk.render('gitalk-container')