An open API service indexing awesome lists of open source software.

https://github.com/billstclair/elmlog

Maintain a weblog from your browser.
https://github.com/billstclair/elmlog

Last synced: 2 months ago
JSON representation

Maintain a weblog from your browser.

Awesome Lists containing this project

README

          

Elm code for maintaining a LispLog-like weblog.

Reads and writes RSS, as xml or json.

See [lisplog.org](https://lisplog.org) for lisp implementation of this. The new one adds Markdown as the default content type, but supports HTML, as now. and writes HTML, to make browsing FAST.

To debug, execute once:

cd .../elmlog/site
elm reactor

Then development becomes:

1. Change source .elm files
2. bin/build
3. Refresh browser pointing at http://localhost:8000/index.html