xecio-generator-archive

Archive generator for Xecio.

Usage no npm install needed!

<script type="module">
  import xecioGeneratorArchive from 'https://cdn.skypack.dev/xecio-generator-archive';
</script>

README

xecio-generator-archive

Archive generator for Xecio.

Installation

$ npm install xecio-generator-archive --save

Options

archive_generator:
  per_page: 10
  yearly: true
  monthly: true
  daily: false
  • per_page: Posts displayed per page. (0 = disable pagination)
  • yearly: Generate yearly archive.
  • monthly: Generate monthly archive.
  • daily: Generate daily archive.

License

MIT