update
This commit is contained in:
parent
395b9fa305
commit
358d2af87f
1 changed files with 2 additions and 5 deletions
|
@ -8,7 +8,7 @@ https://<yourusername>.banana.me/
|
||||||
|
|
||||||
## Setup
|
## 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).
|
2. Add a basic `index.html` file (see examples in this repo).
|
||||||
3. Push to the `static-pages` branch:
|
3. Push to the `static-pages` branch:
|
||||||
|
|
||||||
|
@ -17,15 +17,12 @@ https://<yourusername>.banana.me/
|
||||||
git push -u origin static-pages
|
git push -u origin static-pages
|
||||||
```
|
```
|
||||||
|
|
||||||
Your site will be live shortly at `https://<yourusername>.banana.me/`
|
|
||||||
|
|
||||||
## Directory structure
|
## Directory structure
|
||||||
|
|
||||||
- `index.html` → Homepage
|
- `index.html` → Homepage
|
||||||
- `style.css`, images, etc. are supported too
|
- images, etc. are supported too
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
- Only the `static-pages` branch is served
|
- Only the `static-pages` branch is served
|
||||||
- Use subdirectories if you want, e.g. `/blog/index.html`
|
- Use subdirectories if you want, e.g. `/blog/index.html`
|
||||||
- Full repo path (e.g. `/repo`) is also accessible if needed
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue