fix: add .nojekyll to prevent vendor folder from ignored by GitHub
This commit is contained in:
parent
d2b4e6a339
commit
8520d14681
|
@ -0,0 +1,11 @@
|
||||||
|
/**
|
||||||
|
* .nojekyll Generator
|
||||||
|
* @description Prevent vendor folder from ignored by GitHub
|
||||||
|
*/
|
||||||
|
|
||||||
|
hexo.extend.generator.register('nojekyll', function (locals) {
|
||||||
|
return {
|
||||||
|
path: '.nojekyll',
|
||||||
|
data: ''
|
||||||
|
}
|
||||||
|
});
|
Loading…
Reference in New Issue