hexo教程
强制同步notion的办法:把本地的elog.cache.json 内容删掉
1
npx elog clean
创建标签
1 | hexo new page tags |
1 | --- |
创建分类页面
1 | hexo new page categories |
1 | --- |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Hexo!
强制同步notion的办法:把本地的elog.cache.json 内容删掉
1 | npx elog clean |
1 | hexo new page tags |
1 | --- |
1 | hexo new page categories |
1 | --- |