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
- Host: GitHub
- URL: https://github.com/toatoes/websitebuild
- Owner: ToaToes
- Created: 2025-07-05T23:29:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-11-22T06:45:54.000Z (7 months ago)
- Last Synced: 2025-11-22T08:27:28.702Z (7 months ago)
- Language: HTML
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 小时。