Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build Status AppVeyor build status codecov CRAN_Status_Badge

prettyjekyll

Convert R Markdown Pretty Document to Jekyll Markdown.

This is used in this template.

Requirements and features of FormatPost

  • Install package {prettyjekyll} using devtools::install_github("privefl/prettyjekyll").

  • The yaml header (delimited by '---') of you Rmd file needs to contain a title and a date.

  • Function prettyjekyll::FormatPost()

    • renders your R Markdown as an HTML Pretty Document,

    • gets the main content of this HTML Pretty Document to put it in a new Markdown post that is rendered with Jekyll,

    • creates the name of the markdown file with the date and the title of your post,

    • makes some changes in figures' and images' paths to be recognized in the site.

You can keep the default path to figures rendered by knitr. Caching is now supported starting with version 0.2.3. You should directly use the R Markdown template from this package.

About

Convert R Markdown Pretty Document to Jekyll Markdown.

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.