fixed instruction for User deployment

This commit is contained in:
Mayankm96 2017-11-04 07:37:39 +05:30
parent db3257ff54
commit 0562ac360a

View File

@ -41,7 +41,7 @@ Using `master` for deployment is a convention for [user and organization pages](
**Note:** when deploying your user or organization page, make the `_config.yml` has `url` and `baseurl` fields as follows. **Note:** when deploying your user or organization page, make the `_config.yml` has `url` and `baseurl` fields as follows.
``` ```
url: <your-username>.github.io url: # should be empty
baseurl: # should be empty baseurl: # should be empty
``` ```