Skip to content

Commit

Permalink
to
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 24, 2017
1 parent e14b03f commit 3097ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _posts/2014-09-28-jekyll-with-knitr.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The R package [**servr**](https://github.com/yihui/servr) can be used to set up

[^1]: Determined by the modification time of files, i.e., `file.info(x)[, 'mtime']`.

As a result, all you need to do is write your blog posts (R Markdown documents). You do not need explicitly re-build the website or call **knitr** commands. Whenever you save a blog post in your text editor, the web page will be updated on the fly. This is particularly handy in the [RStudio IDE](https://www.rstudio.com), because after you run `servr::jekyll()` in the console, you can start writing or editing your R Markdown posts, and the HTML output, displayed in the RStudio viewer pane, will be in sync with your source post in the source panel (see the screenshot below).
As a result, all you need to do is write your blog posts (R Markdown documents). You do not need to explicitly re-build the website or call **knitr** commands. Whenever you save a blog post in your text editor, the web page will be updated on the fly. This is particularly handy in the [RStudio IDE](https://www.rstudio.com), because after you run `servr::jekyll()` in the console, you can start writing or editing your R Markdown posts, and the HTML output, displayed in the RStudio viewer pane, will be in sync with your source post in the source panel (see the screenshot below).

[![Jekyll with servr and knitr](//i.imgur.com/gKVGhiP.png)](//i.imgur.com/gKVGhiP.png)

Expand Down
2 changes: 1 addition & 1 deletion _source/2014-09-28-jekyll-with-knitr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The R package [**servr**](https://github.com/yihui/servr) can be used to set up

[^1]: Determined by the modification time of files, i.e., `file.info(x)[, 'mtime']`.

As a result, all you need to do is write your blog posts (R Markdown documents). You do not need explicitly re-build the website or call **knitr** commands. Whenever you save a blog post in your text editor, the web page will be updated on the fly. This is particularly handy in the [RStudio IDE](https://www.rstudio.com), because after you run `servr::jekyll()` in the console, you can start writing or editing your R Markdown posts, and the HTML output, displayed in the RStudio viewer pane, will be in sync with your source post in the source panel (see the screenshot below).
As a result, all you need to do is write your blog posts (R Markdown documents). You do not need to explicitly re-build the website or call **knitr** commands. Whenever you save a blog post in your text editor, the web page will be updated on the fly. This is particularly handy in the [RStudio IDE](https://www.rstudio.com), because after you run `servr::jekyll()` in the console, you can start writing or editing your R Markdown posts, and the HTML output, displayed in the RStudio viewer pane, will be in sync with your source post in the source panel (see the screenshot below).

[![Jekyll with servr and knitr](//i.imgur.com/gKVGhiP.png)](//i.imgur.com/gKVGhiP.png)

Expand Down

0 comments on commit 3097ff6

Please sign in to comment.