Update contents.lr

This commit is contained in:
Ha Junsoo 2016-11-28 17:19:46 +09:00 committed by GitHub
parent fb9964a182
commit 78073ae5e4
1 changed files with 5 additions and 5 deletions

View File

@ -44,17 +44,17 @@ with behavior for GitHub Pages.
## CNAME Support ## CNAME Support
If you want to use a [CNAME :ext](https://en.wikipedia.org/wiki/CNAME) with If you want to use a custom domain with GitHub pages (also known as a
custom domain configured GitHub pages and Lektor you can provide the intended [CNAME :ext](https://en.wikipedia.org/wiki/CNAME)), provide the intended
CNAME with the `?cname` parameter: CNAME in the target URL using the `?cname` parameter:
```ini ```ini
[servers.production] [servers.production]
target = ghpages://your-user/your-repository?cname=www.example.com target = ghpages://your-user/your-repository?cname=www.example.com
``` ```
Note that this will overwrite your Github page's custom domain setting Note that this will overwrite whatever custom domain you may have set on
with given `?cname` parameter on every deployment. GitHub with every deployment.
For more information about how CNAMEs work with GitHub you can read about For more information about how CNAMEs work with GitHub you can read about
the feature in the GitHub help center: the feature in the GitHub help center: