局部变量用于模版渲染,也就是模版中的 site 变量。
site
posts
pages
categories
tags
hexo.locals.get('posts')
hexo.locals.set('posts', function(){ return ...});
hexo.locals.remove('posts');
hexo.locals.toObject();
hexo.locals.invalidate();