From 7e9d9667e1113affbffff46c0c10a7b7aa2b6611 Mon Sep 17 00:00:00 2001 From: Pedro Torcatt Date: Sun, 27 Feb 2022 07:22:36 -0400 Subject: [PATCH 1/6] Update Jamstack site * Migration to oficial Jamstackpy org --- src/site/generators/jamstackpy.md | 61 ++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/src/site/generators/jamstackpy.md b/src/site/generators/jamstackpy.md index c330305bd..8ae96d2ec 100644 --- a/src/site/generators/jamstackpy.md +++ b/src/site/generators/jamstackpy.md @@ -11,9 +11,66 @@ templates: description: Python-powered static site maker powering multiple realworld sites --- -Jamstack spawns an scalable, easy to extend structure with it's generate function +
+ Jamstack logo +
-Some sites using jamstackpy + +![](https://img.shields.io/pypi/v/jamstack) + +Also known as Jamstackpy, Jamstack offers a scalable, easy to extend and fully customizable environment to create your static websites using all the power of Python and Flask, as simple or complex as you want. + +You have the opportunity to start your site from scratch or use one of our wonderful templates courtesy of html5up. + + +## Installation + +```bash +python -m pip install jamstack +``` + +## Create basic project + +```bash +jamstack plain +``` + +## Templates + +Jamstack has templates available courtesy of [html5up](https://html5up.net). + +| Template | Command | Tutorial | +| ------------------------------------------ | ----------------- | ------------------------------------------------------------ | +| [Massively](https://html5up.net/massively) | html5up/massively | | +| [Phantom](https://html5up.net/phantom) | html5up/phantom | [**HERE**](https://github.com/jamstackpy/jamstack/wiki/Phantom-template) | + +The syntax is as follows: + +```bash +jamstack t