all repos — vite @ 2da46ab547d9fad7d037e196e49202aa2c2ad517

a fast (this time, actually) and minimal static site generator

Update readme
Anirudh Oppiliappan x@icyphox.sh
Fri, 30 Oct 2020 18:32:34 +0530
commit

2da46ab547d9fad7d037e196e49202aa2c2ad517

parent

f6f93aecaa1e0e8b1927d84656a0011dc73c6402

1 files changed, 12 insertions(+), 2 deletions(-)

jump to
M readmereadme

@@ -3,7 +3,17 @@ -------

vite, but in Go. -Still fairly broken, but aims for feature parity with vite[1]. Uses Go -templates instead of Jinja. +Works with vite projects. You will have to rework Jinja2 templates to Go +templates. Look at my site[2] for an example. [1]: https://github.com/icyphox/vite +[2]: https://github.com/icyphox/site + +INSTALLING + +Clone this repository and run + + $ make + # doas make install + +Requires `go` to be installed, obviously.