Update README.md
This commit is contained in:
parent
7b775d501c
commit
5a53672e14
1 changed files with 2 additions and 2 deletions
|
@ -47,11 +47,11 @@ When you host your personal website's code on GitHub, you get the support of fre
|
|||
|
||||
**The fastest approach** is to rename your repository `username.github.io`, where `username` is your GitHub username (or organization name). Then, the next time you push any changes to your repository's `master` branch, they'll be accessible on the web at your `username.github.io` address.
|
||||
|
||||
**If you want to use a custom domain**, however, you'll want to add it to your repository's "Custom domain" settings on github.com. And then register and/or [configure your domain with a DNS provider](https://help.github.com/articles/quick-start-setting-up-a-custom-domain/).
|
||||
**If you want to use a custom domain**, you'll want to add it to your repository's "Custom domain" settings on github.com. And then register and/or [configure your domain with a DNS provider](https://help.github.com/articles/quick-start-setting-up-a-custom-domain/).
|
||||
|
||||
## Customization
|
||||
|
||||
It's your website, and you control the source code. So you can custom everything, if you like. But we've provided a handful of quick customizations for you to consider as you get your website off the ground.
|
||||
It's your website, and you control the source code. So you can customize everything, if you like. But we've provided a handful of quick customizations for you to consider as you get your website off the ground.
|
||||
|
||||
### Quick configuration changes
|
||||
|
||||
|
|
Loading…
Reference in a new issue