Skip to content
Blogster on GitHub Dinesh on Twitter

Hugo-build

Blog

  • 👻使用Hugo框架搭建博客
  • 🐤Github pages自动部署
  • 🐳添加域名

[object Object]

link:💡https://gohugo.io/getting-started/installing/

  • Mac系统⚡
    • Homebrew brew install hugo
  • Window(折腾)
    • Chocolatey choco install hugo -confirm
    • add Sass/SCSS choco install hugo-extended -confirm

[object Object]

🎯LoveIt的文档十分详细,可以按照文档的步骤去实现

[object Object]

  • ❗创建<USERNAME>.github.io
  • 📌进入settings → Pages → Build and deployment
    • 选择Github Actions自动部署Hugo

🎯可以根据Hugo部署教程进行https://gohugo.io/hosting-and-deployment/hosting-on-github/

[object Object]

  • 首先你需要一个域名(我是在阿里云购买)

  • 在该项目根目录中添加CNAME

    • Add file → Create new file
  • 进行域名解析

    记录类型主机记录解析路径记录值
    CANME@默认<USERNAME>.github.io
    CANMEwww默认<USERNAME>.github.io

🎯等待…完结撒花