Skip to content

stoneqi/hexo-theme-toki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toki

hexo-theme-toki主题

##todo: 满足自定义配置,如评论方案的选取;修改blink内核下图像混合无效问题

一款简单素雅的博客主题

Demo页面

风格简约,功能不少!

安装说明

  • 安装 hexo-theme-toki到themes文件夹
        git clone git@github.com:Vevlins/hexo-theme-toki.git
  • 安装 hexo-generator-json-content
        npm i -S hexo-generator-json-content
    并且在站点config下添加配置
    jsonContent:
        meta: false
        pages: false
        posts:
            title: true
            date: true
            path: true
            text: true
            raw: false
            content: false
            slug: false
            updated: false
            comments: false
            link: false
            permalink: false
            excerpt: false
            categories: false
            tags: false
  • 关闭hexo自带代码高亮
    highlight:
        enable: false
  • 配置选项,具体见主题内config文件。包括gitment所需要的信息。
  • 如需要about页面,必须执行 hexo new page 并将layout指定为about。分类汇总category_archive和标签汇总category_archive也需要执行同样的操作。
  • 版权声明默认为原创声明,如需要转载声明,需要在文章md文件内添加Front-matter如下:
    citation:
        author: dillinger
        link: https://dillinger.io

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • CSS 27.4%
  • Stylus 6.1%
  • EJS 4.6%