Skip to content

Files

Latest commit

511de90 · Apr 3, 2024

History

History
40 lines (26 loc) · 625 Bytes

gh-pages.md

File metadata and controls

40 lines (26 loc) · 625 Bytes
title category
GitHub pages
Jekyll

Custom domains

Custom domains

$ echo "foobar.com" > CNAME
$ git commit && git push

Create a CNAME file with your domain on it.

See: Setting up a custom domain (github.com)

Set up your domain

Subdomain (like www): {: .-setup}

 CNAME => username.github.io

Apex domains: {: .-setup}

 ALIAS => username.github.io

Apex domains (alternative): {: .-setup}

A => 192.30.252.153
A => 192.30.252.154

References

{: .-one-column}