The contents of the Pyodide blog (blog.pyodide.org)
To build locally, install Hugo, clone this repository, and update the theme submodule:
cd pyodide-blog
git submodule update --init --recursive
then build the blog with Hugo:
hugo server -D
To install Hugo on you platform, please view the installation instructions for your platform.
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:
hugo new content/posts/<post-url>.md
and open a PR with the contents of your post in a Markdown file.
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 4.0 license. In particular, if you aim to republish an adapted version of the content on other websites, you must credit the original source by linking to it, which should comply with their license and our license, and other requirements that apply.