frontend for the bitgloo website https://bitgloo.com
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.
 
 
Clyne 5e95b04c13
changed up the ui
9 months ago
resources/public changed up the ui 9 months ago
src/bitgloo_web changed up the ui 9 months ago
.gitignore gitignore hidden files 1 year ago
LICENSE initial commit 1 year ago
README.md initial commit 1 year ago
project.clj changed up the ui 9 months ago

README.md

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>