Source code for the Bllack Ram Comics website https://comics.blackram.works
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TheLastBilly bd6fbb2bce added site button 1 week ago
templates added site button 1 week ago
.gitignore added publish option 2 weeks ago
README.md fixed typo on README 2 weeks ago
TODO.md added README and TODO 2 weeks ago
comics.go added site button 1 week ago
go.mod removed argparse 2 weeks ago
go.sum removed argparse 2 weeks ago
manager.go added site button 1 week ago

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.