]>
description | Old bitgloo web server written in Clojure |
owner | Clyne Sullivan |
last change | Sun, 27 Aug 2023 01:08:56 +0000 (21:08 -0400) |
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: 
.
Either run with Leiningen:
lein run <port> <content path>
...or with the compiled JAR file:
java -jar bitgloo-web.jar <port> <content path>
2023-08-27 | Clyne Sullivan | changed up the ui master | commit | commitdiff | tree | snapshot |
2023-05-22 | Clyne Sullivan | better logging | commit | commitdiff | tree | snapshot |
2023-05-22 | Clyne Sullivan | unify not found response | commit | commitdiff | tree | snapshot |
2023-05-22 | Clyne Sullivan | gitignore hidden files | commit | commitdiff | tree | snapshot |
2023-05-22 | Clyne Sullivan | move content code to separate file | commit | commitdiff | tree | snapshot |
2023-05-20 | Clyne Sullivan | initial commit | commit | commitdiff | tree | snapshot |
2 years ago | master | shortlog | log | tree |