Scriptable template processor. https://holanet.xyz/soft/step
Go to file
2024-12-10 00:38:47 -05:00
assets
cmd cmd/stepd: Configuration file is read and used for the HTTP server 2024-12-10 00:29:33 -05:00
http http: Add mechanism to forbid certain files/directories 2024-12-10 00:38:47 -05:00
providers Add Provider interface 2024-12-09 22:57:59 -05:00
.editorconfig Add .editorconfig 2024-12-08 20:24:19 -05:00
.gitignore Ignore stepd.pid 2024-12-08 20:23:50 -05:00
document_test.go Add Abs method on Document 2024-12-08 02:51:01 -05:00
document.go Rename FrontMatter to Meta 2024-12-09 02:22:37 -05:00
environment.go Rename Environment.Conf to Config 2024-12-09 23:36:02 -05:00
error.go Metadata keys can have multiple values 2024-12-09 15:53:29 -05:00
go.mod providers: Add mime provider 2024-12-08 00:08:38 -05:00
go.sum providers: Add mime provider 2024-12-08 00:08:38 -05:00
LICENSE
meta_test.go Metadata keys can have multiple values 2024-12-09 15:53:29 -05:00
meta.go Metadata keys can have multiple values 2024-12-09 15:53:29 -05:00
provider.go Silly idea I had 2024-12-09 23:34:14 -05:00
README.md

STEP

Scriptable Template Processor

STEP extends Go's HTML templates into a powerful backend scripting language. It includes support for plugins to further enhance its functionality. It is designed to run behind an HTTP reverse proxy, such as Caddy.