Skip to content

Files

Latest commit

aec7925 · Nov 11, 2024

History

History
13 lines (8 loc) · 525 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 525 Bytes

Script and content for generating static website for https://nodezator.com

Just execute the generate.py script like this in this folder:

python3 generate.py

Depending on your system, you might have to replace python3 by python.

It will read contents from the content folder and create a new sibling output folder with the generated website. If the output folder already exists at the time of the call, it is removed completely and then generated.

It relies solely on Python and its standard library.