0.0.2 • Published 9 months ago

vuepress-plugin-greysite v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

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.
0.0.2

9 months ago

0.0.1

9 months ago