https://github.com/awinterman/fsj-render
https://github.com/awinterman/fsj-render
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/awinterman/fsj-render
- Owner: AWinterman
- Created: 2014-10-20T11:50:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T23:03:52.000Z (over 11 years ago)
- Last Synced: 2025-01-11T20:40:13.942Z (over 1 year ago)
- Language: JavaScript
- Size: 434 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fsj-render
take your output from [fsj](https://www.npmjs.org/package/fsj) and render a single
page app with it.
The results of running
```sh
find . -name "*.md" -o -name "*.markdown" \
| fsj -t "pandoc -f markdown -t html" \
| ./fsj-render
```
(after npm i && npm dedupe) are available [here](http://awinterman.github.io/fsj-render/)
## Todo
- let user specify your own css
- make some ux improvements to default html/css