Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 282 Bytes

gh-pages.md

File metadata and controls

19 lines (12 loc) · 282 Bytes
title layout
GitHub pages
default
$ echo "foobar.com" > CNAME
$ git commit && git push

Subdomain (like www):

 CNAME => username.github.io

Apex domains:

 ALIAS => username.github.io

Apex domains (alternative):

A => 192.30.252.153, 192.30.252.154