vuepress-plugin-greysite

0.0.2 • Public • Published

vuepress-plugin-greysite

Install

yarn add -D vuepress-plugin-greysite
# OR npm install -D vuepress-plugin-greysite

Use

module.exports = {
  plugins: ['greysite']
}

Config

module.exports = {
  plugins: [
    ['greysite',{
      startDate: '2020-04-03 00:00:00',
      endDate: '2020-04-04 23:59:59'
    }]
  ]
}

Option(required)

startDate

  • Type: date
  • Default: null
    Set start date for mourning day.

endDate

  • Type: date
  • Default: null
    Set end date for mourning day.

Package Sidebar

Install

npm i vuepress-plugin-greysite

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

2.1 kB

Total Files

4

Last publish

Collaborators

  • cdz4206784