Go to file
2020-05-05 18:04:50 +08:00
lib fix: read root from config 2020-05-05 18:04:50 +08:00
.eslintignore Initial commit 2016-04-26 12:56:55 +08:00
.eslintrc Initial commit 2016-04-26 12:56:55 +08:00
.gitignore Initial commit 2016-04-26 12:56:55 +08:00
.jscsrc Initial commit 2016-04-26 12:56:55 +08:00
index.js Initial commit 2016-04-26 12:56:55 +08:00
package.json fix: read root from config 2020-05-05 18:04:50 +08:00
README.md Update README.md 2016-05-10 21:00:02 +08:00

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