Source code for the Bllack Ram Comics website https://comics.blackram.works
Go to file
TheLastBilly d1e3e63410 fixed typo on README 2023-05-21 23:22:02 -04:00
templates fixed labels on publish, removed used of any 2023-05-21 22:32:51 -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 now using propper URL redirects, media path now created if not found, now checking for templates directory 2023-05-21 23:06:37 -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 now using propper URL redirects, media path now created if not found, now checking for templates directory 2023-05-21 23:06:37 -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.