No description
index.html | ||
README.md | ||
style.css |
banana.me static site
This repository powers your personal static website at:
https://<yourusername>.banana.me/
Setup
-
Create a new repo named pages.
-
Add a basic
index.html
file (see examples in this repo). -
Push to the
static-pages
branch:git checkout -b static-pages git push -u origin static-pages
Your site will be live shortly at https://<yourusername>.banana.me/
Directory structure
index.html
→ Homepagestyle.css
, images, etc. are supported too
Notes
- Only the
static-pages
branch is served - Use subdirectories if you want, e.g.
/blog/index.html
- Full repo path (e.g.
/repo
) is also accessible if needed