Skip to content

一款适用于hexo静态博客的森破主题(simple音译森破,高仿简书网设计风格)

Notifications You must be signed in to change notification settings

chinasoftint/hexo-theme-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A good experience and simple style for hexo

一款适用于hexo静态博客的森破主题(simple音译森破)

根据Jekyll版的闫肃博客3-Jekyll主题移植,综合简书设计,向闫肃简书致敬!

Important !!!

This project under construction...

(本主题近期大改中,请慎重使用)


主题特点

  1. 三栏式主题,支持全屏浏览、目录浏览。页面具有自适应性,微信内也可完美支持;
  2. 支持SEO关键字描述及标题设置;
  3. 默认百度统计(异步)、多说评论组件,内置5套代码高亮样式;
  4. 提供WebFont自定义修改
  5. 增加阅读打赏功能,默认支持微信和支付宝二维码捐赠。

安装与使用

安装主题

你可使用git clone https://github.com/tangkunyin/hexo-theme-simple.git命令将本项目下载到你本地。然后复制到hexo主题目录,改下总配置文件_config.yml

配置主题

  1. 使用别名和时间戳作为文章永久访问链接(因为title配置会产生中文URL,_id又是随机的。所有很不爽):permalink: :catAlias/:timestamp.html
  2. 主题左侧导航栏使用分类目录,因此你需要在aricleName.md中加入categories
  3. 关键字和文章描述也是一样,需要增加keywordsdescription
		title: {{ title }}
		date: {{ date }}
		timestamp: 
		catAlias:
		categories: defaultCategory
		tags:
		keywords:
		description:

特别提示

scaffolds文件夹里增加article.md,加入上边的代码。更改总配置文件为default_layout: article。需要注意的是timestamp这个是需要手填的。目前我还不知道调用什么属性或方法能显示时间戳。希望知道的朋友不吝赐教:)

多平台发布配置图示

发布配置

效果演示

WebFont使用

帮助

主题难免会有瑕疵,发现问题,欢迎进鹅群:43250524交流。更欢迎pull requests给我

About

一款适用于hexo静态博客的森破主题(simple音译森破,高仿简书网设计风格)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%