安裝
devtools::install_github('rstudio/blogdown')
參考
hugo
- ebook beginer's book:creating a static website with hugo
blogdown
- note on setting
- github,libjohn實作
- Some Tricks for Blogdown & Hugo (Working Draft)
- 加入R/build.R 快速編譯RMD
- blog 改流程,page-boundle
- rmd->md
範例
加入HTML
knitr::raw_html()
knitr::raw_html(
'<div class = "row", id = "abc">
::before
<div class = "col-md-4">')
{ style="height: 70px"}
knitr::raw_html(
'</div>
::after
</div>')