The contents of the Pyodide blog (blog.pyodide.org)
To build locally clone this repository, and update submodules
cd pyodide-blog
git submodule update --init --recursive
then build the blog with Hugo,
hugo server -D
Note: the Linux Hugo executable is included in this repo. If you are on Linux,
change all hugo
commands to ./hugo
. Otherwise if you are on a different OS,
you would need to install
Hugo.
We accept guest posts. If you would like to propose a post,
- please open an issue with a brief description.
- Once the general post idea is approved, run,
and open a PR with the contents of your post in markdown in that file.
hugo new posts/<post-url>.md
Proposals from existing Pyodide contributors will be given preference.
The source code for configuration files is distributed under MPL 2.0 license. The blog post contents are shared under the CC BY license. In particular, if you republish an adapted version of the content on other websites you must credit the original source by linking to it.