Featured image of post hugo踩坑记录

hugo踩坑记录

githun action

  • Hugo 编译后生成的是xml问题一般是主题没加载上
  • 主题如果采用submoudle 模式,在action配置文件需要加入加载主题子模块的代码
    cd you-repo-name 
    # 初始化子模块
    git submodule update --init --recursive
    git submodule update --recursive --remote

submodule

如果推送了submodule子模块,主仓库需要执行下面的代码从远程同步一下,主仓库同步子模块的仓库后,子模块分支会指向空,需要手动切换回main分支

    git submodule update #更新本地
    git submodule update --recursive --remote # 从远程同步子模块

Hugo编译后css文件加载不出,hugo server显示正常

Hugo编译后与hugo server显示不一致 stackoverflow

windows换行问题

Alt text

  • test Alt text
Licensed under CC BY-NC-SA 4.0
本文总阅读量 次 本文总访客量 人 本站总访问量 次 本站总访客数
使用 Hugo 构建
主题 StackJimmy 设计