UNPKG

hexo-seo-autopush

Version:

Daily automatic submission of urls to baidu and Google bing

10 lines (6 loc) 246 B
const urlsFn = require('../utils/urls') module.exports = function (locals) { const config = this.config.hexo_seo_autopush.google if (!config.enable) return return { path: 'google.txt', data: urlsFn(locals, config.count, config.date) } }