cheatsheets/gh-pages.md

19 lines
266 B
Markdown

---
title: GitHub pages
---
$ 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