Socket
Socket
Sign inDemoInstall

hexo-generator-archive

Package Overview
Dependencies
1
Maintainers
8
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hexo-generator-archive

Archive generator for Hexo.


Version published
Maintainers
8
Install size
11.3 kB
Created

Readme

Source

hexo-generator-archive

Build Status NPM version Coverage Status

Archive generator for Hexo.

Installation

$ npm install hexo-generator-archive --save

Options

archive_generator:
  enabled: true
  per_page: 10
  yearly: true
  monthly: true
  daily: false
  order_by: -date
  • enabled: The default value is true, set to false if you do not want to enable the plugin
  • per_page: Posts displayed per page. (0 = disable pagination)
  • yearly: Generate yearly archive.
  • monthly: Generate monthly archive.
  • daily: Generate daily archive.
  • order_by: Posts order. (Order by date descending by default)

License

MIT

Keywords

FAQs

Last updated on 16 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc