0.2.3 • Published 5 years ago

@jiangtj/hexo-theme-plus v0.2.3

Weekly downloads
1
License
LGPL-3.0
Repository
github
Last release
5 years ago

Hexo Theme Plus

README npm

This is a very very simple plugin. You can see index.js. Only replace any theme file in layout folder to a custom file.

How to use?

yarn add @jiangtj/hexo-theme-plus

Any file in custom path (default custom/theme) will replace theme file in same path in layout folder. You can set another path:

theme_plus:
  custom_path: custom/theme # disabled: set 'false'

In hexo _config.yml, you can special pick up a file:

theme_plus:
  views:
    path: 'layout.ejs'
    file: 'custom/layout.ejs'
# or
theme_plus:
  views:
    - path: 'index.ejs'
      file: 'custom/index.ejs'
    - path: 'layout.ejs'
      file: 'custom/layout.ejs'
0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago