Skip to content

iJinxin/hexo-theme-sky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

线上地址

功能简介

hexo-theme-sky 是一款简洁轻量的 hexo 博客主题,主要包含以下功能:

  • 语言切换,目前支持中文和英文
  • 文章访问统计
  • 文章目录
  • 评论功能,目前使用的是gitment
  • 代码高亮

使用指南

安装 hexo

npm install hexo-cli -g
hexo init blog

下载 hexo-theme-sky主题

cd blog
git clone https://github.com/iJinxin/hexo-theme-sky themes/sky

修改博客根目录下的配置文件 _config.yml , 启用 sky 主题

theme: sky

安装依赖项

npm install
npm install hexo-renderer-scss --save

运行

hexo server

启动服务后,访问 http://localhost:4000 预览主题

更多主题配置 document

说明

如果对您有帮助,可以点击右上角“Star”支持一下,谢谢!

或者您有更好的想法,更棒的建议,也可以提issue,我会考虑实现