Marketing site for Youwebit. Single static page (index.html), Tailwind CDN + Alpine.js CDN, no build step.
Repo: git@github.com:wedoco/youwebit.git (public).
- Push this folder to
main(see First push below). - Repo → Settings → Pages → Source: Deploy from a branch, branch
main, folder/ (root). - The
CNAMEfile already points towww.youwebit.com, so Pages picks the custom domain up from the push. Confirm it in Settings → Pages → Custom domain, then tick Enforce HTTPS once the certificate is issued (can take up to ~1 h after DNS propagates).
Canonical host is www.youwebit.com. The apex youwebit.com redirects to it — GitHub Pages
does that automatically, but only if the apex A records below exist.
git init -b main
git add .
git commit -m "Youwebit marketing site"
git remote add origin git@github.com:wedoco/youwebit.git
git push -u origin main
| Type | Host | Value | Purpose |
|---|---|---|---|
| CNAME | www | wedoco.github.io |
serves the site |
| A | @ | 185.199.108.153 | apex → www redirect |
| A | @ | 185.199.109.153 | apex → www redirect |
| A | @ | 185.199.110.153 | apex → www redirect |
| A | @ | 185.199.111.153 | apex → www redirect |
Delete any parking/forwarding record the registrar put on @ or www at purchase, or it will
shadow these. Optional IPv6 (AAAA on @): 2606:50c0:8000::153 through ...8003::153 —
check https://docs.github.com/pages for the current list before adding.
Verify once propagated:
dig +short www.youwebit.com
dig +short youwebit.com
python3 -m http.server 8080
then open http://localhost:8080
All text lives in the COPY object at the bottom of index.html (Spanish es and English en). The contact address is the email field in site().