mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
Fixed some links to GitHub pages documentation
This commit is contained in:
parent
91cfd16d38
commit
738ea438c6
@ -96,7 +96,7 @@ First you'll need to create a file named `CNAME` in the source containing your d
|
|||||||
echo 'your-domain.com' >> source/CNAME
|
echo 'your-domain.com' >> source/CNAME
|
||||||
```
|
```
|
||||||
|
|
||||||
From [Github's Pages guide](http://pages.github.com):<br>
|
From [Github's Pages guide](http://help.github.com/pages/#custom_domains):<br>
|
||||||
Next, you’ll need to visit your domain registrar or DNS host and add a record for your domain name.
|
Next, you’ll need to visit your domain registrar or DNS host and add a record for your domain name.
|
||||||
For a sub-domain like `www.example.com` you would simply create a CNAME record pointing at `charlie.github.com`.
|
For a sub-domain like `www.example.com` you would simply create a CNAME record pointing at `charlie.github.com`.
|
||||||
If you are using a top-level domain like `example.com`, you must use an A record pointing to `207.97.227.245`.
|
If you are using a top-level domain like `example.com`, you must use an A record pointing to `207.97.227.245`.
|
||||||
|
@ -9,7 +9,7 @@ footer: false
|
|||||||
Here are some nice and easy ways to deploy your Octopress blog.
|
Here are some nice and easy ways to deploy your Octopress blog.
|
||||||
|
|
||||||
## Github Pages
|
## Github Pages
|
||||||
Hosting your blog with Github's [Pages service](pages.github.com) is free and allows custom domains. To deploy you simply push your repository to Gihub.
|
Hosting your blog with Github's [Pages service](http://pages.github.com) is free and allows custom domains. To deploy you simply push your repository to Gihub.
|
||||||
This is a great way to host a personal blog, or even a multi-author blog, where contributions can be handled with pull requests and commit access.
|
This is a great way to host a personal blog, or even a multi-author blog, where contributions can be handled with pull requests and commit access.
|
||||||
|
|
||||||
[Deploying to Github Pages »](/docs/deploying/github)
|
[Deploying to Github Pages »](/docs/deploying/github)
|
||||||
|
Loading…
Reference in New Issue
Block a user