next主题操作记录
增加页面
$ hexo new page tags
$ hexo new page about
新增页面一直报错 Cannot GET /tags/%20/
%20是空格的意思,将 / 前面的空格删去即可
添加背景图片
-
在
blog\themes\next\source\images
里面添加喜欢的图片 -
在
blog\themes\next\source\css\_schemes\Gemini\index.style
里面添加body { background:url(/images/backimg.jpg); background-attachment: fixed; background-size: cover; }