name change

This commit is contained in:
2025-06-05 12:14:25 -04:00
parent 8033545849
commit 23b5468d42
3 changed files with 153 additions and 126 deletions
+10 -6
View File
@@ -1,15 +1,18 @@
# ION Static Site Hosting
# TinySite.cloud Hosting
ION Static Site Hosting is a lightweight Python application designed to serve static websites effortlessly. Built with Flask, it allows developers to deploy HTML, CSS, JavaScript, and image files quickly, making it ideal for personal projects, documentation, or simple web pages.
TinySite.cloud Hosting is a lightweight Python application designed to serve static websites effortlessly. Built with Flask, it allows developers to deploy HTML, CSS, JavaScript, and image files quickly, making it ideal for personal projects, documentation, or simple web pages.
## Features
- Easy usage
- Sleek and simple UI
- Syntax highlighting/In-browser code editor
- Default dark mode!!!
- Easy usage
- Sleek and simple UI
- Syntax highlighting/In-browser code editor
- Default dark mode!!!
## Self-Hosting?
Just clone the repo, then use the following to get started:
```bash
python -m venv .venv
# Activate the env (use .venv/bin/activate.fish for fish)
@@ -17,6 +20,7 @@ source .venv/bin/activate
pip install -r requirements.txt
python app.py
```
And that's it! The app should be available at http://localhost:5121
## Contributing