Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbe <abe@habet.dev>2022-01-12 21:26:07 +0300
committerGitHub <noreply@github.com>2022-01-12 21:26:07 +0300
commit9450f6205bc53956a72488a8ec1f6c49d5df818d (patch)
tree8d5e80ab3dca9546b441e7b4cdf90a3959c11d7c
parent0d554f32d3cf525b3d26e6c947015b28af485491 (diff)
view changes locally when deploying on github
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88b5916..a90f1f1 100644
--- a/README.md
+++ b/README.md
@@ -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