5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
/* global hexo */
|
|
'use strict';
|
|
|
|
hexo.extend.deployer.register('git', require('./lib/deployer'));
|