An open API service indexing awesome lists of open source software.

https://github.com/toatoes/websitebuild

steps for building website hosted on GitHub
https://github.com/toatoes/websitebuild

Last synced: 5 months ago
JSON representation

steps for building website hosted on GitHub

Awesome Lists containing this project

README

          

# websitebuild
steps for building website hosted on GitHub

1. create io on github, html page for the project
2. link domain:

On domain host website, configure DNS point to github server and CNAME

A @ 185.199.108.153

A @ 185.199.109.153

A @ 185.199.110.153

A @ 185.199.111.153

CNAME www [projectname].github.io


4. enable www.domain.com and domain.com
5. enable http and https ->
check SSL/TLS Mode to see if https supported

Enforce HTTPS — Unavailable for your site because your domain is not properly configured to support HTTPS

# 中文:

1. 打开域名提供服务商,添加DNS解析

找到DNS界面 -> 找到Record选项 -> 选择 Add Record(在DNS Record里添加 github server ip):
```
(Type Name Value)
A @ 185.199.108.153
A @ 185.199.109.153
A @ 185.199.110.153
A @ 185.199.111.153
```
继续添加www解析
```
(Type Name Value)
CANAME www toatoes.github.io
```

2. 等待 DNS 生效

通常需要 5 分钟到 24 小时。