This is a firebase hosted blog using hugo. The raw files are stored on Github.
hugo new posts/topic.md
hugo server -Dchange draft: true ==> draft: false
push to github should deploy to firebase site automatically. (github action)
cd themes
git submodule update --remote --merge