https://github.com/tleonardi/rmd2html
Workflow that converts Rmd files in a nicely formatted html page using twitter bootstrap
https://github.com/tleonardi/rmd2html
Last synced: 5 months ago
JSON representation
Workflow that converts Rmd files in a nicely formatted html page using twitter bootstrap
- Host: GitHub
- URL: https://github.com/tleonardi/rmd2html
- Owner: tleonardi
- License: mit
- Created: 2014-10-06T16:45:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-07T16:01:44.000Z (over 11 years ago)
- Last Synced: 2025-08-23T11:06:06.486Z (11 months ago)
- Size: 332 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rmd2html
This repo contains a set of scripts that turn a set of Rmd files into a beautiful, fluid html page that uses twitter bootstrap.
The worflow is the following:
1. Run [Knitr](http://yihui.name/knitr/) to convert the Rmd files to produce md files and figures.
2. Run [pandoc](http://johnmacfarlane.net/pandoc/) to oncatenate the md files and convert them to html.
Pandoc uses a custom template the nicely renders the md files in a fluid html page using twitter [Bootstrap](http://getbootstrap.com/)
A sample output file is available [here](https://rawgit.com/tleonardi/rmd2html/master/report/report.html)