blogdown

Create Blogs and Websites with R Markdown

Github星跟踪图

blogdown

Build Status
Coverage status
Downloads from the RStudio CRAN mirror

An open-source (GPL-3) R package to generate static websites based on R Markdown and Hugo. You can install the package via CRAN or GitHub:

## Install from CRAN
install.packages('blogdown')

## Or, install from GitHub
remotes::install_github('rstudio/blogdown')

You may create a new site via the function blogdown::new_site() under an empty directory. It will create a skeleton site, download a Hugo theme from Github, add some sample content, launch a web browser and you will see the new site. The sample blog post hello-world.Rmd should be opened automatically, and you can edit it. The website will be automatically rebuilt and the page will be refreshed after you save the file.

If you use RStudio, you can create a new RStudio project for your website from the menu File -> New Project -> New Directory -> Website using blogdown.

The function blogdown::serve_site() may be the most frequently used function in this package. It builds the website, loads it into your web browser, and automatically refreshes the browser when you update the Markdown or R Markdown files. Do not use the command line hugo server to build or serve the site. It only understands plain Markdown files, and cannot build R Markdown.

You may not be satisfied with the default site created from new_site(). There are two things you may want to do after your first successful experiment with blogdown:

  1. Pick a Hugo theme that you like from http://themes.gohugo.io. All you need is its Github user and repository name, to be passed to the theme argument of new_site().
  2. Add more content (pages or posts), or migrate your existing website.

The full documentation is the blogdown book freely available at https://bookdown.org/yihui/blogdown/. You are expected to read at least the first chapter.
You are welcome to send us feedback using Github issues or ask questions on StackOverflow with the blogdown tag.

主要指标

概览
名称与所有者rstudio/blogdown
主编程语言R
编程语言R (语言数: 3)
平台
许可证
所有者活动
创建于2016-11-02 18:57:35
推送于2025-04-04 02:27:57
最后一次提交
发布数43
最新版本名称v1.21 (发布于 )
第一版名称v0.1 (发布于 )
用户参与
星数1.8k
关注者数70
派生数332
提交数1.5k
已启用问题?
问题数607
打开的问题数24
拉请求数135
打开的拉请求数5
关闭的拉请求数24
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?