Scriptable template processor. https://holanet.xyz/soft/step
Go to file
2024-12-07 00:53:39 -05:00
cmd cmd/stepd: Get content-type information from front matter 2024-12-06 02:01:10 -05:00
providers providers: Rename url provider to http 2024-12-06 01:12:09 -05:00
.gitignore Ignore STEP files at the repository root 2024-12-05 18:36:35 -05:00
document.go Export Document.FrontMatter 2024-12-06 02:00:08 -05:00
environment.go Export Document.FrontMatter 2024-12-06 02:00:08 -05:00
error.go Initial commit 2024-12-05 13:15:22 -05:00
frontmatter_test.go Initial commit 2024-12-05 13:15:22 -05:00
frontmatter.go Initial commit 2024-12-05 13:15:22 -05:00
go.mod Add markdown support 2024-12-05 14:20:37 -05:00
go.sum Add markdown support 2024-12-05 14:20:37 -05:00
http.go Make HTTPResponseRecorder more useful 2024-12-07 00:53:39 -05:00
LICENSE Initial commit 2024-12-05 13:15:22 -05:00
plugin.go Initial commit 2024-12-05 13:15:22 -05:00
README.md Initial commit 2024-12-05 13:15:22 -05:00

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.