hustodemon / blogiseq

Very simple blogging server in clojure (aka translate markdown to HTML over HTTP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blogiseq

VERY simple blogging platform. Blogiseq is basically an HTTP interface for markdown-formatted blogposts.

Features

  • No database (metadata stored in a file)
  • Reading markdown files and presenting them as a HTML over HTTP

Usage

See the intro.

TODO

  • make the photowall plugin work again (use git history to revive that beast). This is not so needed so far :)

License

Copyright © 2016 franky

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Very simple blogging server in clojure (aka translate markdown to HTML over HTTP)

License:Eclipse Public License 1.0


Languages

Language:Clojure 98.2%Language:CSS 1.4%Language:JavaScript 0.4%