Skip to content

liefeng/hexo-theme-hollow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo-theme-hollow

一款极致简洁的博客主题 😉 可访问我的博客查看实际效果

界面

  • 主页

  • 文章

  • 分类

安装

在你的 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 和我讨论 🙋🏻

LICENSE

MIT

About

A pure and elegant theme for Hexo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.4%
  • HTML 47.6%