配置Hexo
本文章介绍如何使用Hexo + Gtihub Action在Github Pages上进行静态博客部署。 准备工作 12345678sudo apt install curlcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bashsource ~/.bashrcnvm install nodenpm install hexo-cli -ghexo init username.github.iocd username.github.ionpm install 将 https://github.com/username/username.github.io/settings/pages 中的Source改为Github Actions 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051#...