Skip to content

billstclair/elmlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm code for maintaining a LispLog-like weblog.

Reads and writes RSS, as xml or json.

See 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

About

Maintain a weblog from your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published