Skip to content

pyodide/pyodide-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyodide blog

Netlify Status

The contents of the Pyodide blog (blog.pyodide.org)

Build locally

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.

Contributing

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 markdown in that file.

Proposals from existing Pyodide contributors will be given preference.

License

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.