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