Source code for the Bllack Ram Comics website https://comics.blackram.works
Go to file
TheLastBilly bd6fbb2bce added site button 2023-05-22 12:25:33 -04:00
templates added site button 2023-05-22 12:25:33 -04:00
.gitignore added publish option 2023-05-19 00:26:54 -04:00
README.md fixed typo on README 2023-05-21 23:22:02 -04:00
TODO.md added README and TODO 2023-05-21 23:19:05 -04:00
comics.go added site button 2023-05-22 12:25:33 -04:00
go.mod removed argparse 2023-05-20 14:20:23 -04:00
go.sum removed argparse 2023-05-20 14:20:23 -04:00
manager.go added site button 2023-05-22 12:25:33 -04:00

README.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.