From 358d2af87f7c5d54c50a927527832042adcb4368 Mon Sep 17 00:00:00 2001 From: creations Date: Sat, 10 May 2025 21:59:45 -0400 Subject: [PATCH] update --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 221fb53..b9c748b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ https://.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://.banana.me/ git push -u origin static-pages ``` -Your site will be live shortly at `https://.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