This commit is contained in:
creations 2025-05-10 21:59:45 -04:00
parent 395b9fa305
commit 358d2af87f
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -8,7 +8,7 @@ https://<yourusername>.banana.me/
## Setup
1. Create a new repo named **pages**.
1. Create a new repo named **pages**, it will only catch this repo
2. Add a basic `index.html` file (see examples in this repo).
3. Push to the `static-pages` branch:
@ -17,15 +17,12 @@ https://<yourusername>.banana.me/
git push -u origin static-pages
```
Your site will be live shortly at `https://<yourusername>.banana.me/`
## Directory structure
- `index.html` → Homepage
- `style.css`, images, etc. are supported too
- 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