Skip to content

pythonhacker/cakewisdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🍰 CakeWisdom

A simple static website for CakeWisdom, your source of sweet baking inspiration.


πŸš€ Local Preview

Open index.html in any browser.


🌍 Deploy on GitHub Pages

  1. Create a new repo on GitHub called cakewisdom.
  2. 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
  3. On GitHub, go to
    Settings β†’ Pages β†’ Build and Deployment β†’ Source β†’ Deploy from branch β†’ main branch β†’ / (root)
  4. Save. Wait ~1 min.
  5. Your site will be live at:
    https://<your-username>.github.io/cakewisdom/
    

πŸ“ Notes

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

About

Sample static site project using ChatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published