tulpaforce.xyz source files
Go to file
Cadey Ratio e60725f58d Merge branch 'master' of CelestialBoon/tulpaforce into master 2018-03-26 13:05:00 -04:00
cmd/sserver cmd/sserver: remove http logging 2018-03-23 19:24:54 -07:00
site fix numbering 2018-03-26 19:02:54 +02:00
vendor vendor: cleanup 2018-03-23 19:29:44 -07:00
Dockerfile squash 2018-03-23 19:17:22 -07: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 vendor: cleanup 2018-03-23 19:29:44 -07:00
go.modverify squash 2018-03-23 19:17:22 -07: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 squash 2018-03-23 19:17:22 -07: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.