yarn add -D vuepress-plugin-graysite
# OR npm install -D vuepress-plugin-graysite
module.exports = {
plugins: ['graysite']
}
module.exports = {
plugins: [
['graysite',{
startDate: '2020-04-03 00:00:00',
endDate: '2020-04-04 23:59:59'
}]
]
}
- Type:
date
- Default:
null
Set start date for mourning day.
- Type:
date
- Default:
null
Set end date for mourning day.