summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYizhe Xu <igracex@gmail.com>2017-02-09 02:50:16 -0700
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2017-02-09 10:50:16 +0100
commit7a5cc3cfd7a38ffa3cfa07d40bbb490ea228ac0d (patch)
tree87d0620edd317f8f23540f242b9ed63aa7e84944 /docs
parent962443ade8ef0a5ec6efb31c5965175467065ed8 (diff)
docs: Add instructions for customized domain
Diffstat (limited to 'docs')
-rw-r--r--docs/content/tutorials/github-pages-blog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorials/github-pages-blog.md b/docs/content/tutorials/github-pages-blog.md
index 6cbd94435..72c286bf0 100644
--- a/docs/content/tutorials/github-pages-blog.md
+++ b/docs/content/tutorials/github-pages-blog.md
@@ -121,7 +121,7 @@ cd public && git add --all && git commit -m "Publishing to gh-pages (publish.sh)
```
This will abort if there are pending changes in the working directory and also makes sure that all previously existing output files are removed.
-Adjust the script to taste, e.g. to include the final push to the remote repository if you don't need to take a look at the gh-pages branch before pushing.
+Adjust the script to taste, e.g. to include the final push to the remote repository if you don't need to take a look at the gh-pages branch before pushing. Or adding `echo yourdomainname.com >> CNAME` if you set up for your gh-pages to use customize domain.
## Deployment with Git 2.4 and earlier