diff --git a/README.md b/README.md index 04468b0..3e8249e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Sponsor me on GitHub +| Platform | Setup | Link | +| -------- | ----- | ---- | +| Render 🐳 | Docker | [Visit Site](https://robyn-docker.onrender.com/) | + Welcome to robyn-docker, a project showcasing the power of Robyn, a Rust-based asynchronous web framework, through Python. This project demonstrates how to containerize a Robyn application using Docker, making deployment smooth and scalable across any environment. Robyn brings together Rust's performance and safety with Python's simplicity and flexibility, offering an excellent choice for building high-performance web applications. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..f0e9cf9 --- /dev/null +++ b/_config.yml @@ -0,0 +1,6 @@ +# Site settings +title: Robyn with Docker 🐳🦀 +description: Showcasing the power of Robyn, a Rust-based asynchronous web framework, through Python and Docker. + +# Build settings +theme: minima diff --git a/index.html b/index.html deleted file mode 100644 index 7dccd04..0000000 --- a/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - Robyn with Docker 🐳 - - - -
-

Welcome to Robyn with Docker 🐳

-

🦀 + 🐍 + 🐳 = ❤️

-

Robyn is a fast and asynchronous web framework, built with the power of Rust 🦀 and the simplicity of Python 🐍. This unique combination allows for high-performance web applications that are easy to develop.

-

And what's even better? We're running it in a Docker 🐳 container! This means our Robyn application is encapsulated in a lightweight, portable environment that can run almost anywhere - from your local dev machine to the cloud ☁️ - consistently and efficiently.

-

So, whether you're developing microservices, APIs, or web apps, Robyn with Docker offers a robust, scalable, and enjoyable development experience. Let's dive in! 🚀

-
- -