Package: blogdown 1.19.1

Yihui Xie

blogdown: Create Blogs and Websites with R Markdown

Write blog posts and web pages in R Markdown. This package supports the static site generator 'Hugo' (<https://gohugo.io>) best, and it also supports 'Jekyll' (<https://jekyllrb.com>) and 'Hexo' (<https://hexo.io>).

Authors:Yihui Xie [aut, cre], Christophe Dervieux [aut], Alison Presmanes Hill [aut], Amber Thomas [ctb], Beilei Bian [ctb], Brandon Greenwell [ctb], Brian Barkley [ctb], Deependra Dhakal [ctb], Eric Nantz [ctb], Forest Fang [ctb], Garrick Aden-Buie [ctb], Hiroaki Yutani [ctb], Ian Lyttle [ctb], Jake Barlow [ctb], James Balamuta [ctb], JJ Allaire [ctb], Jon Calder [ctb], Jozef Hajnala [ctb], Juan Manuel Vazquez [ctb], Kevin Ushey [ctb], Leonardo Collado-Torres [ctb], Maƫlle Salmon [ctb], Maria Paula Caldas [ctb], Nicolas Roelandt [ctb], Oliver Madsen [ctb], Raniere Silva [ctb], TC Zhang [ctb], Xianying Tan [ctb], Posit Software, PBC [cph, fnd]

blogdown_1.19.1.tar.gz
blogdown_1.19.1.zip(r-4.5)blogdown_1.19.1.zip(r-4.4)blogdown_1.19.1.zip(r-4.3)
blogdown_1.19.1.tgz(r-4.4-any)blogdown_1.19.1.tgz(r-4.3-any)
blogdown_1.19.1.tar.gz(r-4.5-noble)blogdown_1.19.1.tar.gz(r-4.4-noble)
blogdown_1.19.1.tgz(r-4.4-emscripten)blogdown_1.19.1.tgz(r-4.3-emscripten)
blogdown.pdf |blogdown.html
blogdown/json (API)
NEWS

# Install 'blogdown' in R:
install.packages('blogdown', repos = c('https://rstudio.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/rstudio/blogdown/issues

On CRAN:

blog-engineblogdownhugormarkdownrstudiowebsite-generation

50 exports 1.7k stars 10.58 score 33 dependencies 1 dependents 3.0k downloads

Last updated 6 months agofrom:c6e73fb365

Exports:build_dirbuild_sitebundle_sitecheck_configcheck_contentcheck_gitignorecheck_hugocheck_netlifycheck_sitecheck_vercelclean_duplicatesconfig_netlifyconfig_Rprofileconfig_vercelcount_yamldep_pathedit_draftfilter_md5sumfilter_newfilefilter_timestampfind_categoriesfind_hugofind_tagsfind_yamlhtml_pagehugo_availablehugo_buildhugo_cmdhugo_converthugo_installershugo_serverhugo_versioninstall_hugoinstall_themenew_contentnew_postnew_siteread_tomlremove_hugoserve_siteshortcodeshortcode_closeshortcode_htmlshortcode_openshortcodesstop_servertoml2yamlupdate_hugowrite_tomlyaml2toml

Dependencies:base64encbookdownbslibcachemclidigestevaluatefastmapfontawesomefsgluehighrhtmltoolshttpuvjquerylibjsonliteknitrlaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangrmarkdownsassservrtinytexxfunyaml

Readme and manuals

Help Manual

Help pageTopics
The 'blogdown' packageblogdown-package blogdown
Build all Rmd files under a directorybuild_dir
Build a websitebuild_site
Convert post files to leaf bundlesbundle_site
Provide diagnostics for a website projectcheck_config check_content check_gitignore check_hugo check_netlify check_site check_vercel
Clean duplicated output filesclean_duplicates
Create the configuration (file) for Netlifyconfig_netlify
Create or modify the '.Rprofile' file for a website projectconfig_Rprofile
Create the configuration file for Vercelconfig_vercel
A helper function to return a dependency path namedep_path
Look for files that have been possibly modified or out-of-datefilter_md5sum filter_newfile filter_timestamp
Find or remove the Hugo executablefind_hugo remove_hugo
Find posts containing the specified metadatacount_yaml find_categories find_tags find_yaml
An R Markdown output format for 'blogdown' web pageshtml_page
Run Hugo commandshugo_available hugo_build hugo_cmd hugo_convert hugo_server hugo_version new_content new_post new_site
Available Hugo installers of a versionhugo_installers
Install Hugoinstall_hugo update_hugo
Install a Hugo theme from Githubinstall_theme
Read and write TOML data (Tom's Obvious Markup Language)read_toml toml2yaml write_toml yaml2toml
Live preview a siteserve_site stop_server
Helper functions to write Hugo shortcodes using the R syntaxshortcode shortcodes shortcode_close shortcode_html shortcode_open