hexo.extend.helper.register('is_quickstart', function () {
return this.path.indexOf('quick_start.html') > -1
});