From cacf5366512f83295d2e2809e4a6a09378f63f42 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 20 May 2023 12:33:21 -0400 Subject: initial commit --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..39fcc8f --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# bitgloo-web + +This is the code for [bitgloo.com](https://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 +`/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 +``` + +...or with the compiled JAR file: + +``` +java -jar bitgloo-web.jar +``` + -- cgit v1.2.3