diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c1019d --- /dev/null +++ b/README.md @@ -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`