Also known as Jamstackpy
python -m pip install jamstackjamstack plain <foldername>jamstack plain myproject or for git cloned repos, after cd jamstack plain . --existing
Jamstack has templates available courtesy of html5up.
| Template | Command | Tutorial |
|---|---|---|
| Massively | massively | |
| Phantom | phantom | HERE |
The syntax is as follows:
jamstack t <template> <foldername>Use the --existing flag if you want the project to be created in an existing folder
jamstack t massively myproject --existingTo build the site run the file static.py.
python static.pyYour site will be generated in the dist/ folder.
Alternatively you can use the --server flag if you want to start livewatch.
