一款极致简洁的博客主题 😉 可访问我的博客查看实际效果
- 主页
- 文章
- 分类
在你的 Hexo 博客仓库下 clone 主题
git clone [email protected]:zchen9/hexo-theme-hollow.git themes/hollow
在博客下的 _config.yml 文件修改主题为 hollow
theme: hollow
启动博客
hexo clean
hexo generate
hexo server
发布博客
hexo deploy
主题下的 _config.yml 文件
# Default post title
# 默认文章标题
default_post_title: Halo
# Date Format
# 文章时间戳格式
date_format: YYYY 年 MM 月 DD 日
# Comment
# 填写 disqus_shortname 即可使用 disqus
comments:
disqus_shortname:
# Google Analytics Tracking ID
google_analytics:
有什么好的建议或者发现BUG 欢迎提 issue 和我讨论 🙋🏻