add readme

This commit is contained in:
LordMZTE 2021-03-12 12:33:21 +01:00
parent a181ac5b6e
commit e59fbabbe8

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# 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`