github pages

local writing

$ hugo server -D
# open new shell
$ hugo new posts/<POST_NAME>.md

push newest changes and deploy page with GitHub workflow

$ git add .
$ git push origin main
  • please check details in .github/workflows/gh-pages.yaml