Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kashav/go-serve-static

Checkout and serve old revisions of static websites.
https://github.com/kashav/go-serve-static

go hugo jekyll

Last synced: 19 days ago
JSON representation

Checkout and serve old revisions of static websites.

Awesome Lists containing this project

README

        

```sh
$ cat sample-config.yaml
- id: kashav.ca
repo: [email protected]:kashav/kashav.github.io.git
build: jekyll build
serve: _site
...
$ go build -o serve-static cmd/serve-static/main.go
$ ./serve-static sample-config.yaml
...
$ xdg-open "http://localhost:8080/?id=kshvmdn.com&rev=ed098544062a80ef2d8b03ca52f43e43194abb0a"
```