Source code for the Bllack Ram Comics website
https://comics.blackram.works
templates | ||
.gitignore | ||
comics.go | ||
go.mod | ||
go.sum | ||
manager.go | ||
README.md | ||
TODO.md |
Comics
The source code for the Black Ram Comics website.
Building
go build .
Deploying
./comics # for the web server
./comics -r # for the management interface
Note: Keep in mind the web server and management interface will run on the same port by default, so if you are planning on running both, use -p
to make either of them use a different port.