Skip to content

TapticoAI/grace-maher-magma-clouds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Magma Clouds — Grace Maher

Website for the memoir by Grace Maher

A cinematic, single-page landing site built with standalone HTML/CSS/JS.


Deploy to GitHub Pages

Step 1: Create a GitHub Repository

  1. Go to github.com and sign in
  2. Click New repository
  3. Name it: magma-clouds (or grace-maher)
  4. Set to Public
  5. Click Create repository

Step 2: Upload the Files

Option A — GitHub Web UI (easiest):

  1. In your new repo, click Add file → Upload files
  2. Drag index.html into the upload area
  3. 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

Step 3: Enable GitHub Pages

  1. Go to your repo → Settings → Pages
  2. Under Source, select Deploy from a branch
  3. Branch: main | Folder: / (root)
  4. 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.


Custom Domain (Optional)

If Grace has a domain (e.g. gracemaher.com):

  1. Go to repo Settings → Pages → Custom domain
  2. Enter gracemaher.com and click Save
  3. 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
  1. Check Enforce HTTPS once DNS propagates (may take up to 24h)

Files

File Description
index.html Full single-page site — all HTML, CSS, and JS inline
README.md This file

Site Sections

  • 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)

Updating the Site

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages