How can I use Jekyll with my domain, but hosted on GitHub?

流过昼夜 提交于 2019-12-04 05:34:38

As the HELP PAGE said:

For a domain like example.com, you should use an A record pointing to 204.232.175.78:

In your case, you need to create an A record for martin-thoma.com, take mine as an example (I don't use Knallhart, maybe it's different, just make sure you make a A record to 204.232.175.78, which Github offers):

Host               |record type | host/IP  
*.kjuly.com         A             204.232.175.78 (Edit: NOT Recommended)  
@.kjuly.com         A             204.232.175.78  

Note: CNAME record is for subdomains like dev.martin-thoma.com.


EDIT (IMPORTANT):

Depend on the Github's official blog post "GitHub Pages Legacy IP Deprecation", the 204.232.175.78 is deprecated, you should use 192.30.252.153 or 192.30.252.154 instead.

Host               |record type | host/IP  
@.kjuly.com         A             192.30.252.153  
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!