https://github.com/dmikushin/pyodide-jekyll
Jekyll static site with rich Python embedded browser client powered by Pyodide 🐍
https://github.com/dmikushin/pyodide-jekyll
iodide jekyll pyodide python static-site-generator static-website
Last synced: 5 months ago
JSON representation
Jekyll static site with rich Python embedded browser client powered by Pyodide 🐍
- Host: GitHub
- URL: https://github.com/dmikushin/pyodide-jekyll
- Owner: dmikushin
- Created: 2020-05-29T23:05:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T22:50:06.000Z (over 1 year ago)
- Last Synced: 2025-01-25T23:29:46.588Z (over 1 year ago)
- Topics: iodide, jekyll, pyodide, python, static-site-generator, static-website
- Language: CSS
- Size: 9.44 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pyodide-Jekyll
Jekyll static site with rich Python embedded browser client powered by Pyodide 🐍
## Deployment
Here, Pyodide is combined with Jekyll, in order to build GutHub pages and/or easily test local deployment:
1. Use Git to clone this repo.
1. Make sure you have [Jekyll](http://jekyllrb.com/docs/installation/) installed.
1. Just the first time: `bundle install`.
1. To build the site and serve it: `bundle exec jekyll serve`.
1. To test: `http://localhost:4000`.
See the [Jekyll](http://jekyllrb.com/) and [GitHub Pages](https://pages.github.com/)
documentation for more info.
## Testing Python
Open the [Website](https://pyodide-jekyll.mikush.in/) and press ⏩ button in Explore mode to run the sample notebook.