pythonlang2/README.md

11 lines
212 B
Markdown

# pythonlang2
the new website for [pythonlang.org](https://pythonlang.org).
## Building
1. Install [zola](https://getzola.org)
2. `zola build`
3. find the files in `public`
deploy dev server with `zola serve`