vuepress-plugin-greysite
v0.0.2
Published
Plug-ins that grey your site for VuePress.
Downloads
3
Readme
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.