No description
Find a file
2025-05-11 19:05:26 +02:00
index.html update 2025-05-10 21:54:12 -04:00
README.md update 2025-05-10 21:59:45 -04:00
style.css Update style.css 2025-05-11 19:05:26 +02:00

banana.me static site

This repository powers your personal static website at:

https://<yourusername>.banana.me/

Setup

  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:

    git checkout -b static-pages
    git push -u origin static-pages
    

Directory structure

  • index.html → Homepage
  • images, etc. are supported too

Notes

  • Only the static-pages branch is served
  • Use subdirectories if you want, e.g. /blog/index.html