From 726cd5b05907d81552bbd4c8ed1e72e72c33e9c1 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 12 Dec 2024 03:31:39 -0500 Subject: [PATCH] Make README.md nicer --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3101a5d..fd0285a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ *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](https://caddyserver.com/). +[![View this project on Holanet](https://holanet.xyz/res/badge.webp)](https://holanet.xyz/soft/step) + +STEP is an HTTP server centered around Go's +[templating language](https://pkg.go.dev/text/template). It allows templates to +do more advanced things like write to files and inherit eachother. It does not +have HTTPS support yet, because it is designed to run behind an HTTP reverse +proxy, such as [Caddy](https://caddyserver.com/). + +There will be documentation on all the template functions, as well as document +metadata and website configuration soon.