Skip to content

livejq/hexo-theme-Grow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-theme-Grow


SceneBuilder GitHub issues GitHub license


一个简单的Hexo博客主题,由 Annie 主题修改而来,感谢 Sariay!


预览 | PREVIEW

安装&启用

git clone https://github.com/livejq/hexo-theme-Grow.git

然后,将站点目录下的_config.yml文件中的theme字段修改为Grow。

站点配置

  • 站内搜索

第一步:安装 hexo-generator-search-zip插件

$ npm install hexo-generator-search-zip --save

第二步:编辑站点目录下的_config.yml文件

# 添加下列参数

search:
  path: search.json
  zipPath: search.zip
  versionPath: searchVersion.txt
  field: post
  #field: post, page or all

第三步:编辑主题目录下的_config.yml文件

# 添加下列参数,并将enable置为true!

# Local search
# Dependencies: https://github.com/flashlab/hexo-generator-search
local_search:
    enable: true
    # if auto, trigger search by changing input
    # if manual, trigger search by pressing enter key or search button
    trigger: auto
    # show top n results per article, show all results by setting to -1
    top_n_per_article: 2
  • 代码高亮

第一步:安装 hexo-prism-plugin 插件

npm i -S hexo-prism-plugin

第二步:编辑站点目录下的_config.yml文件

# 添加prism_plugin等参数,并将highlight.enable设置为false

# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link: true # Open external links in new tab
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
highlight:
  enable: false
  line_number: true
  auto_detect: false
  tab_replace:

prism_plugin:
  mode: 'preprocess'    # realtime/preprocess
  theme: 'tomorrow'
  line_number: true    # default false
  custom_css: ''     # optional, custom_css: 'path/to/your/custom.css'

主题配置

你可以阅读文章 《Grow主题使用说明》 获取相关模块的信息,例如页头背景、相册、评论、文章点赞 !

文章配置

每一篇文章都可以设置一张特色图,该特色图将用于主页(文章缩略图)和文章详情页(页头背景)。

文章的模板样例如下,cover即为文章封面图的路径,你可以使用相对路径或绝对路径。

title: {{ title }}
date: {{ date }}
cover: https://.../
categories: categories
tags: tags

主题更新

此主题不再更新维护。

主要功能

  • 评论功能
  • 文章目录
  • 阅读计数
  • 相关文章
  • 相册模块
  • 谷歌统计
  • 文章分享功能

Thanks

hexo-generator-search-zip plugin by Kieran

The index-page layout referenced Diaspora

The archive-page layout referenced Feng'Blog

Other open source...

(Relevant Rights Reserved by Them!)

License

MIT

About

Nice theme for hexo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published