]> code.bitgloo.com Git - clyne/bitgloo-web.git/summary
 
descriptionOld bitgloo web server written in Clojure
ownerClyne Sullivan
last changeSun, 27 Aug 2023 01:08:56 +0000 (21:08 -0400)

bitgloo-web

This is the code for bitgloo.com's frontend.

The frontend uses a directory tree of folders, Markdown files, and images to create webpages. Primary assets, like the logo and CSS script, are kept as internal resources.

Given the URI /projects/thing, the frontend will render Markdown files from <content path>/projects/thing in a sorted order. The files can display images in their directory like so: ![](thing/image.jpg).

Usage

Either run with Leiningen:

lein run <port> <content path>

...or with the compiled JAR file:

java -jar bitgloo-web.jar <port> <content path>

shortlog
2023-08-27 Clyne Sullivanchanged up the ui master
2023-05-22 Clyne Sullivanbetter logging
2023-05-22 Clyne Sullivanunify not found response
2023-05-22 Clyne Sullivangitignore hidden files
2023-05-22 Clyne Sullivanmove content code to separate file
2023-05-20 Clyne Sullivaninitial commit
heads
2 years ago master