一款外表简约但内心华丽的 Hexo 主题。
(想到什么功能就做什么,更新完全看心情。欢迎 PR
将 下载 的 ZIP 包解压放置到 Hexo 主题目录下即可
基本使用配置,需要在全局 _config.yml
进行以下设置
- 启用主题
theme: hexo-theme-aomori
- 关闭 Hexo 默认 Highlight 代码高亮
highlight:
enable: false
主题可选配置,需要在全局 _config.yml
进行以下设置
aomori_logo: /images/avatar.jpg
aomori_menu:
Home: /
Archives: /archives
aomori_widgets:
- toc # 文章导航
- category #文章分类
- tag # 文章标签
- recent_posts # 最新文章
- archive #文章归档
aomori_copyright: true # or false
icon
填入 Boxicons Icon Name
url
链接地址
aomori_social:
-
icon:
url:
-
icon:
url:
aomori_baidu_sitepush: true # or false
aomori_baidu_analytics: ''
aomori_google_analytics: 'UA-XXXXX-X'
由 不蒜子 提供的计数服务
aomori_busuanzi: true
配置文件:文章 Front-matter
使用 相对路径
,参照 资源文件夹
cover: xxx.jpg
可配多张,使用 相对路径
,参照 资源文件夹
photos:
- xxx.jpg
- xxx.jpg
可配多条
url
跳转链接 / title
显示标题
link_reprint:
-
url: url
title: title
-
url: url
title: title
可配多条
url
跳转链接 / title
显示标题
link_refer:
-
url: url
title: title
-
url: url
title: title
配置文件:文章头部
layout: tweet
配置文件:全站 _config.yml
填入 Disqus ID
aomori_disqus_shortname: ''
aomori_gitalk:
enable: true
clientID: GitHub Application Client ID
clientSecret: GitHub Application Client Secret
repo: GitHub repo
owner: GitHub repo owner
admin:
- GitHub repo owner and collaborators
- GitHub repo owner and collaborators
distractionFreeMode: true // Facebook-like distraction free mode
首先创建页面
hexo new page friends
前往 source/friends/index.md
文件,设置 Front-matter
title: 友情链接 # 文章标题
layout: friends
comment: true # 是否需要评论 true: 是 false: 否
创建数据,参照 数据文件夹
创建 source/_data/friends.json
,格式如下
[
{
"name": "test1",
"url": "https://linhong.me"
},
{
"name": "test2",
"url": "https://linhong.me"
}
...
]
- 侧边栏滚动条
- 英文文档
主题仍在更新维护,欢迎 PR。
Copyright (c) 2020 LIN HONG - Released under the MIT license.