安装
下载地址
https://github.com/gohugoio/hugo/releases
新建个目录放进去
C:\hugo
然后添加环境变量
然后选个你放博客的目录执行
hugo new site blog
cd blog
hugo server
选择主题
我选择是的 eureka
他的官方文档
https://www.wangchucheng.com/zh/docs/eureka/
git submodule add https://github.com/wangchucheng/hugo-eureka.git themes/eureka
git clone https://github.com/wangchucheng/hugo-eureka.git themes/eureka
关于部署
hugo是个静态页面生成器,生成后的页面在public下。
可以选择nginx之类的建站部署。也可以利用github静态页。