一款为 Hexo 设计的简约主题。
English | 简体中文
本主题移植自 imhanjie/gridea-theme-pure ,已经过原作者同意。
- 宝硕博客(修改版)
- Hexo 主题单元测试 - Pure
您需要先切换到站点所在目录,然后才能进行以下操作。
npm install hexo-renderer-ejs hexo-renderer-less --save
git clone https://github.com/renbaoshuo/hexo-theme-pure.git themes/pure
npm install hexo-theme-pure
# 或者使用 yarn:yarn add hexo-theme-pure
favicon
:显示在浏览器选项卡和书签中的站点徽标。(字符串,默认:/favicon.ico
)avatar
:网站页眉处显示的 Logo 。(字符串,默认:/favicon.png
)katex
:是否加载 KaTeX 的 CSS 文件. (布尔值,默认:false
)force_https
:是否强制全局 HTTPS。(布尔值,默认:false
)check_update
:是否在程序退出前检查更新。(布尔值,默认:false
)menus
导航栏菜单name
:导航栏上显示的名称。(字符串)link
:要跳转到的页面链接。(字符串)target
:链接的 target 属性值。(字符串,_self
或_blank
,默认:_self
)
post
:文章设置feature
:在文章列表中显示文章头图(需要在文章中指定feature
,布尔值,默认:false
)
disqus
:DisqusJS 设置enable
:是否开启 DisqusJS。(布尔值,默认:false
)shortname
:站点在 Disqus 中的 shortname 。api
:Disqus API endpoint 。apikey
:Disqus API Key 。admin
:管理员的 Disqus 用户名。
gitalk
: Gitalk 配置enable
: 是否开启 Gitalk 。clientId
: 你的 GitHub Oauth App Client Id 。clientSecret
: 你的 GitHub Oauth App Client Secret 。repository
: 你的 GitHub 评论仓库。owner
: 你的 GitHub 用户名。
web_analytics
:站点统计设置enable
:是否开启站点统计。(布尔值,默认:false
)google
:谷歌站点统计跟踪 ID 。baidu
:百度站点统计 ID 。
footer
:页脚显示的内容。friends
:友情链接name
:站点名称。link
:链接。logo
:站点图标。description
:站点简介。
本主题内置了一组针对 highlightjs
设计的代码高亮样式。请勿开启 line_number
和 wrap
,本主题暂时不支持这些功能。
配置示例:
highlight:
enable: true
auto_detect: true
line_number: false # This value must be `false`
wrap: false # This value must be `false`
tab_replace: ' ' # 4 spaces
hljs: true # This value must be `true`
prismjs:
enable: false
推荐使用 hexo-renderer-markdown-it
来渲染 Markdown 并安装 @neilsustc/markdown-it-katex
来渲染数学公式。
npm uninstall hexo-renderer-marked --save
npm install hexo-renderer-markdown-it @neilsustc/markdown-it-katex --save
配置示例:
# Markdown-it config
## Docs: https://github.com/celsomiranda/hexo-renderer-markdown-it/wiki
markdown:
render:
html: true
xhtmlOut: false
breaks: true
linkify: true
typographer: true
plugins:
- '@neilsustc/markdown-it-katex'
anchors:
level: 2
collisionSuffix: 't'
permalink: false
permalinkClass: header-anchor
permalinkSymbol: ''
您必须在使用 DisqusJS 前 注册一个 Disqus 应用程序 。
hexo-theme-pure © Baoshuo, Released under the GPL-3.0 License.
Authored and maintained by Baoshuo with help from contributors.
Personal Website · Blog · GitHub @renbaoshuo · Twitter @renbaoshuo