Hexo+Next修改记录
博客由 Typecho 换成了 Hexo,记录一下改动内容,以备下次重装……
程序版本:
Hexo 3.4.3
NexT.Gemini 5.1.3
安装插件
hexo-deployer-git
hexo-generator-feed
hexo-generator-searchdb
hexo-generator-sitemap (将 sitemap.xml
拷贝到根目录 改名为 sitemap_template.xml
)
修正 sidebar 在 IE 不显示(margin-left 为负)
/themes/next/source/css/_schemes/Pisces/_sidebar.styl : line 4
1 | // margin-left: -50%; |
去除侧边栏的错位
/themes/next/source/js/src/utils.js : line 327
1 | // $('.site-overview, .post-toc').css('width', 'calc(100% + ' + scrollbarWidth + 'px)'); |
css 修改
/themes/next/source/css/_custom/custom.styl : line 3
1 | // 去除侧边栏导致错位的 margin |
删除【某站正在使用畅言】
/themes/next/layout/_layout.swig : line 81
1 | <script type="text/javascript"> |