blogdown

Create Blogs and Websites with R Markdown

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerrstudio/blogdown
Primary LanguageR
Program languageR (Language Count: 3)
Platform
License:
所有者活动
Created At2016-11-02 18:57:35
Pushed At2025-04-04 02:27:57
Last Commit At
Release Count43
Last Release Namev1.21 (Posted on )
First Release Namev0.1 (Posted on )
用户参与
Stargazers Count1.8k
Watchers Count70
Fork Count332
Commits Count1.5k
Has Issues Enabled
Issues Count607
Issue Open Count24
Pull Requests Count135
Pull Requests Open Count5
Pull Requests Close Count24
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private