next主题操作记录

增加页面

$ hexo new page tags
$ hexo new page about

新增页面一直报错 Cannot GET /tags/%20/

%20是空格的意思,将 / 前面的空格删去即可

image-20230629112535471

添加背景图片

  • 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; 
    }
    
posted @ 2023-07-06 19:01  清澈的澈  阅读(2)  评论(0编辑  收藏  举报