tulpaforce.xyz source files
Go to file
Cadey Ratio 43e05fbb17 Update 'sw.conf' 2021-01-02 20:33:48 +00:00
book add more guides, start on the book 2019-01-14 15:23:57 +00:00
cmd/sserver update vgo lol 2019-01-14 13:56:04 +00:00
site add more guides, start on the book 2019-01-14 15:23:57 +00:00
vendor add more guides, start on the book 2019-01-14 15:23:57 +00:00
CHECKS add 0-downtime checks 2018-06-13 02:00:16 +00:00
Dockerfile update go 2019-09-07 15:05:44 +00:00
LICENSE squash 2018-03-23 19:17:22 -07:00
README.md add README 2018-03-23 19:24:22 -07:00
go.mod update vgo lol 2019-01-14 13:56:04 +00:00
go.sum update vgo lol 2019-01-14 13:56:04 +00:00
init.go squash 2018-03-23 19:17:22 -07:00
style.css squash 2018-03-23 19:17:22 -07:00
sw.conf Update 'sw.conf' 2021-01-02 20:33:48 +00:00

README.md

tulpaforce

The site code for tulpaforce.xyz. This used to be tulpaforce.tk, so some binary names may reference that.

This is markdown content in site/ that gets converted to HTML using sw. sw is really simple. You probably don't need to mess with it.

Building

$ docker build -t xena/tftk .

Running

$ docker run --rm -itp 80:80 xena/tftk

Contributing

To contribute, create an account on this git server if you don't have one already (it's free), fork this repository and then submit changes in a pull request.