diff --git a/README.md b/README.md index 371872a..5dabdda 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/templates/base.html b/app/templates/base.html index c82011f..6046b3f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -1,117 +1,139 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - + TinySite.cloud - {% block title %}{% endblock %} + + - ION Static Site Hosting - {% block title %}{% endblock %} - - + + - + - - - - - -
- {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} - {% for category, message in messages %} -
- {{ message }} -
- {% endfor %} - {% endif %} - {% endwith %} - - {% block content %}{% endblock %} -
- - - + } + + - \ No newline at end of file + + + +
+ {% with messages = get_flashed_messages(with_categories=true) %} {% + if messages %} {% for category, message in messages %} +
{{ message }}
+ {% endfor %} {% endif %} {% endwith %} {% block content %}{% + endblock %} +
+ + + + diff --git a/app/templates/home.html b/app/templates/home.html index 0294e76..c951d95 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -1,6 +1,4 @@ -{% extends "base.html" %} - -{% block content %} +{% extends "base.html" %} {% block content %}
-

🚀 ION Static Site Hosting

+

🚀 TinySite.cloud

Host and share your static sites effortlessly.

Why Choose Us?

-

Whether you’re a developer, designer, or just need to showcase your work, we make it easy to host and share - static sites.

+

+ Whether you’re a developer, designer, or just need to showcase your + work, we make it easy to host and share static sites. +

@@ -247,10 +247,10 @@ -{% endblock %} \ No newline at end of file +{% endblock %}