An editor for websites created using GreenAcidPipe.
GreenAcidPipe bootstraps websites for you.
If you are a developer, you can bootstrap the website manually. It should be a GitHub repo with two files.
The repo should be named GAP-<your site name>
. For example, if the repo is romw314/GAP-Cracked-site
, enter romw314:Cracked-site
into RedGas when loading.
The first file is site_content.html.placeholder
. Put the site contents here, without any head or html tags. Only the site contents.
The second file is index.html.in
. This is a html with a DOCTYPE, html tag, head and body. Write this file and use %(site_content)
instead of the site contents.
RedGas will load site_content.html.placeholder
and parse it. When saving RedGas will write the contents to site_content.html.placeholder
and auto-generate an index.html
. This way you can use any other way to deploy instead of Vercel.