Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.57 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.57 KB

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