view changes locally when deploying on github

This commit is contained in:
Abe
2022-01-12 13:26:07 -05:00
committed by GitHub
parent 0d554f32d3
commit 9450f6205b
+1
View File
@@ -73,6 +73,7 @@ cd hugo-profile
- Fork this repo or create new repo using `use this template` button. Github action will generate all files and push to demo branch. Now, you have to connect your github pages to that `demo` branch. _No need to create demo branch. Github action will take care of it_
- You can customize the config file, content and everything inside website folder. Github action will automatically deploy your changes to demo branch every time you modify the repo.
- If you clone the repo locally, you can veiw the local change with `hugo --gc --minify --themesDir . serve` from within the website dir.
## Deployment