Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 719 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 719 Bytes

Personal Static Site (Summary)

How does the deployment work?

  • GitHub action triggers on push to main
  • Builds the static site and puts it under the gh_pagesbranch
  • Github Pages is deploying from the branch gh_pages
  • It uses the CNAME file under public/CNAME to redirect custom domains to the GH Page

Theme: Minimal

  • Update the theme
git submodule update --remote themes/minimal

Test locally

hugo server -D