forked from LordMZTE/pythonlang2
add readme
This commit is contained in:
parent
a181ac5b6e
commit
e59fbabbe8
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal 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`
|
Loading…
Reference in a new issue