From e59fbabbe84e5565c25b6576017d5b2accf1b945 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 12 Mar 2021 12:33:21 +0100 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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`