lib | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.jscsrc | ||
index.js | ||
package.json | ||
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