Jamstack in Python
Project description
Also known as Jamstackpy, is a tool that allows you to create static websites using the power of Python hand in hand with the Flask library. Its operation is based on templates which are rendered with the powerful Jinja engine generating your website with all its dependencies.
Installation
python -m pip install jamstack
Create basic project
jamstack plain <foldername>
Templates
Jamstack has templates available courtesy of html5up.
Template | Command | Tutorial |
---|---|---|
Massively | html5up/massively | |
Phantom | html5up/phantom | HERE |
The syntax is as follows:
jamstack t <template_command> <project_folder_name>
Use the --existing
flag if you want the project to be created in an existing folder
jamstack t html5up/massively myproject --existing
By default, projects based in templates are created without the assets (stylesheets, images, etc...) to download them,
you must pass
the --jamdo
option to the static.py
file of the respective project.
Build
To build the site run the file static.py
.
python static.py
Your site will be generated in the dist/ folder.
Other project command-line options
Argument | Description |
---|---|
--serve |
Optional. Start project livewatch (autoreload when files change). |
--watch |
Optional. Specify files and folders to watch. Must be separated by comma. |
--port |
Optional. Specify server port. |
Sites using jamstack
TODO
- Replace
python static.py --serve/--jamdo
by something likejamstack --serve/--jamdo
- Remove Flask as Main requirement and just use Jinja
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file jamstack-1.1.0.tar.gz
.
File metadata
- Download URL: jamstack-1.1.0.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 324c92f3b1cf774b4771056718ec8ccfb1fc6c12b219a5194f247bba39bf688d |
|
MD5 | 7d7b7b4d1fa99c198b6e3e6b99b50924 |
|
BLAKE2b-256 | 75ea2bc9616d9f5dc25d12898836803b6351bf78b83b22e0a43c4e8f16e0c2b6 |