pythonlang2/README.md

11 lines
212 B
Markdown
Raw Permalink Normal View History

2021-03-12 12:33:21 +01:00
# 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`