Github+Hexo+自定义域名=博客

接了个项目,去做了次渗透,rm -rf 了…

全部文件丢失,包括hexo配置。

重新部署一遍。把相关配置记得备份好。

老博客在master分支下。

  1. DNS A记录 from ping www.xiaoyue2019.github.io get ip.

  2. 不要忘了在source下新建CNAME,写上你的A记录头,@=x1a0.net,www=www.x1a0.net

  3. hexo_config.yaml → deployment

    1
    2
    3
    4
    5
    6
    # Deployment
    ## Docs: https://hexo.io/docs/one-command-deployment
    deploy:
    type: git
    repo: https://github.com/xiaoyue2019/xiaoyue2019.github.io.git
    branch: main
  4. 改主题

    1
    hexo new page about