2023-01-17
1/17
Hugo docsy themeの更新
このリポジトリのdocsy themeを久しぶりに更新。
https://github.com/google/docsy-example に倣って、 https://github.com/google/docsy/tree/1d126ab1bbf186fa0ea52a6d6a3f58229b2b7942 に更新。
docsyをmainブランチのHEADに更新したら、submoduleがなくなっていて、上手く動かなかった。
cd themes/docsy
git fetch
git checkout 1d126ab1bbf186fa0ea52a6d6a3f58229b2b7942
cd ../..
git add themes/docsy
git commit -m "Update docsy"
git push
最終更新 2023-01-17: [memo] Add 20230117 (3403d5029)