This is a repository of my homepage. There are some points for preview and deploy it.
To preview using this command.
quarto previewTo generate html files for deploying.
quarto render # convert qmd file to md file.
hugo # convert md file to html file.
# hugo server # will generate html with localhost.Commit and sync into github with docs folder for github's action.
git add ...
git commit -m "xxx"
git push origin mainI have added quarto into github action workflow. So, it's not necessary to render qmd file to md file and convert md file to html file. The only thing need to do is to write in md files.