No Description

Feng Hao 9c25735a38 fix: read root from config 4 years ago
lib 9c25735a38 fix: read root from config 4 years ago
.eslintignore 47ea83ce24 Initial commit 8 years ago
.eslintrc 47ea83ce24 Initial commit 8 years ago
.gitignore 47ea83ce24 Initial commit 8 years ago
.jscsrc 47ea83ce24 Initial commit 8 years ago
README.md 20611e6dd1 Update README.md 8 years ago
index.js 47ea83ce24 Initial commit 8 years ago
package.json 9c25735a38 fix: read root from config 4 years ago

README.md

Calendar

Hexo generator plugin. Generate calendar for hexo theme Landscape-F. So you need to use hexo theme Landscape-F, if you want this plugin to work properly. Or you can copy calendar.ejs,languages.js,calendar.js and calendar.styl to your path, and apply the change of _variables.styl and after-footer.ejs reference here.

中文介绍

Install

Execute the following command.

npm install --save git://github.com/howiefh/hexo-generator-calendar.git

Options

You can configure this plugin in _config.yml.

calendar:
    single: true
    root: calendar/
  • single - Generate single file. (Default: true)
  • root - When single's value is set to false, this value will take effect. (Default: calendar/)

License

MIT