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:
authorGuru Sabarish <gurusabarisha@gmail.com>2022-01-13 06:00:47 +0300
committerGitHub <noreply@github.com>2022-01-13 06:00:47 +0300
commita1a2264e6bb81102b297e9e1838d4777f9460c97 (patch)
tree84ae5003661c735a27052c4bec1891cdcb9c11e7
parent0d554f32d3cf525b3d26e6c947015b28af485491 (diff)
parentfbb48487c7c87d03d7e4d6f95234b95b14134300 (diff)
Merge pull request #40 from abe-101/master
view changes locally when deploying on github by @abe-101
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88b5916..356345b 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,8 @@ 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.
+- When using your own domain create a file in the static dir called `CNAME' and put your domain in it.
+- If you clone the repo locally, you can veiw the local change with `hugo --gc --minify --themesDir . serve` from within the website dir.
## Deployment