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 23:57:58 +0300
committerGitHub <noreply@github.com>2022-01-12 23:57:58 +0300
commitfbb48487c7c87d03d7e4d6f95234b95b14134300 (patch)
tree84ae5003661c735a27052c4bec1891cdcb9c11e7
parent9450f6205bc53956a72488a8ec1f6c49d5df818d (diff)
github deployment add CNAME for personal domain
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a90f1f1..356345b 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.
+- 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