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.
- Host: GitHub
- URL: https://github.com/billstclair/elmlog
- Owner: billstclair
- License: mit
- Created: 2026-01-30T17:51:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-05T17:24:28.000Z (3 months ago)
- Last Synced: 2026-03-05T20:11:22.049Z (3 months ago)
- Language: JavaScript
- Homepage: https://elmlog.org
- Size: 2.29 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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