https://github.com/julien040/blog-embed
Little interactive snippets to be embedded in my website
https://github.com/julien040/blog-embed
Last synced: 10 months ago
JSON representation
Little interactive snippets to be embedded in my website
- Host: GitHub
- URL: https://github.com/julien040/blog-embed
- Owner: julien040
- Created: 2023-10-01T19:01:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T08:01:50.000Z (over 2 years ago)
- Last Synced: 2025-02-01T19:25:46.652Z (12 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JulienC blog embed
This project features small snippets that can be embedded on my website.
To create them, I use [Streamlit](https://streamlit.io/).
## Usage
```bash
poetry install
poetry run streamlit run app.py
```
## FAQ
### Why not include the snippets directly on the website?
Sometimes it's easier to build the logic in Python, and then embed it on the website.
### Why a separate repository?
I want to keep my website repository as clean as possible. It doesn't sense to send Python code to the Vercel build server.
## License
[MIT](https://choosealicense.com/licenses/mit/)