A simple static website for CakeWisdom, your source of sweet baking inspiration.
Open index.html
in any browser.
- Create a new repo on GitHub called
cakewisdom
. - Push these files to the repo:
git init git remote add origin https://github.com/<your-username>/cakewisdom.git git add . git commit -m "Initial commit - CakeWisdom site" git push -u origin main
- On GitHub, go to
Settings β Pages β Build and Deployment β Source β Deploy from branch β main branch β / (root) - Save. Wait ~1 min.
- Your site will be live at:
https://<your-username>.github.io/cakewisdom/
- You can later expand with more pages (
about.html
,recipes.html
, etc). - Styling is intentionally minimal to keep it lightweight and fast.
- Replace
favicon.ico
with your own branding later.