Explaining why python sucks since 2020! https://pythonlang.org
Go to file
LordMZTE e5d1073f7e add gitignore 2021-03-12 13:43:59 +01:00
content init 2021-03-12 00:48:24 +01:00
sass fix indentation 2021-03-12 12:38:36 +01:00
templates init 2021-03-12 00:48:24 +01:00
.gitignore add gitignore 2021-03-12 13:43:59 +01:00
README.md add readme 2021-03-12 12:33:21 +01:00
config.toml init 2021-03-12 00:48:24 +01:00

README.md

pythonlang2

the new website for pythonlang.org.

Building

  1. Install zola
  2. zola build
  3. find the files in public

deploy dev server with zola serve