Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T04:41:02.000Z (almost 4 years ago)
- Last Synced: 2024-05-12T08:40:26.439Z (7 months ago)
- Topics: blogdown, hexo, knitr, netlify, rmarkdown
- Language: CSS
- Homepage: https://hexo.yihui.name
- Size: 529 KB
- Stars: 10
- Watchers: 5
- Forks: 2
- 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:
![hexo-netlify](https://user-images.githubusercontent.com/163582/28689730-2fdbb386-72dc-11e7-83e0-b0bdafed4786.png)
To build and preview the site locally, you need to install **blogdown**:
```r
devtools::install_github("rstudio/blogdown")
blogdown::serve_site()
```