pythonlang2/README.md
2021-03-12 12:33:21 +01:00

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`