Website for the memoir by Grace Maher
A cinematic, single-page landing site built with standalone HTML/CSS/JS.
- Go to github.com and sign in
- Click New repository
- Name it:
magma-clouds(orgrace-maher) - Set to Public
- Click Create repository
Option A — GitHub Web UI (easiest):
- In your new repo, click Add file → Upload files
- Drag
index.htmlinto the upload area - Commit with message:
Initial site launch
Option B — Git CLI:
cd /path/to/grace-maher/
git init
git add .
git commit -m "Initial site launch"
git branch -M main
git remote add origin https://github.com/YOUR_USERNAME/magma-clouds.git
git push -u origin main- Go to your repo → Settings → Pages
- Under Source, select Deploy from a branch
- Branch:
main| Folder:/ (root) - Click Save
Your site will be live at:
https://YOUR_USERNAME.github.io/magma-clouds/
GitHub takes 1–3 minutes to build on first deploy.
If Grace has a domain (e.g. gracemaher.com):
- Go to repo Settings → Pages → Custom domain
- Enter
gracemaher.comand click Save - At your DNS provider, add these records:
Type Name Value
A @ 185.199.108.153
A @ 185.199.109.153
A @ 185.199.110.153
A @ 185.199.111.153
CNAME www YOUR_USERNAME.github.io
- Check Enforce HTTPS once DNS propagates (may take up to 24h)
| File | Description |
|---|---|
index.html |
Full single-page site — all HTML, CSS, and JS inline |
README.md |
This file |
- Hero — Book title, tagline, CTA button
- About the Book — Summary, pull quote, cover mockup
- Themes — Six content pillars with cards
- About the Author — Bio, stats, credentials
- Email CTA — Early access signup (mailto: gracegrace0@gmail.com)
The entire site is one file: index.html. Edit it directly and commit/push — GitHub Pages auto-rebuilds within 60 seconds.
Built by Taptico Solutions · Ada CTO