Make README.md nicer
This commit is contained in:
parent
da7b3ad950
commit
726cd5b059
14
README.md
14
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/).
|
||||
[](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.
|
||||
|
Loading…
Reference in New Issue
Block a user