https://github.com/yihui/blogdown-hexo
A sample website based on blogdown and Hexo
https://github.com/yihui/blogdown-hexo
blogdown hexo knitr netlify rmarkdown
Last synced: about 1 month ago
JSON representation
A sample website based on blogdown and Hexo
- Host: GitHub
- URL: https://github.com/yihui/blogdown-hexo
- Owner: yihui
- License: mit
- Created: 2017-07-27T05:10:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T04:41:02.000Z (over 4 years ago)
- Last Synced: 2025-03-19T06:39:01.575Z (about 1 month ago)
- Topics: blogdown, hexo, knitr, netlify, rmarkdown
- Language: CSS
- Homepage: https://hexo.yihui.name
- Size: 529 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blogdown-hexo
A sample website based on [**blogdown**](https://github.com/rstudio/blogdown) and [Hexo](https://hexo.io). It is briefly documented at https://bookdown.org/yihui/blogdown/hexo.html.
The site was created via `hexo init blogdown-hexo`. I added `.Rprofile`, `R/build.R`, `R/build_one.R`, and a sample post `source/_posts//2015-07-23-r-rmarkdown.Rmd`. The site is built and deployed automatically via [Netlify](https://www.netlify.com). Below are the settings on Netlify:

To build and preview the site locally, you need to install **blogdown**:
```r
devtools::install_github("rstudio/blogdown")
blogdown::serve_site()
```