Type: Package
Package: blogdown
Title: Create Blogs and Websites with R Markdown
Version: 1.22
Authors@R: c(
    person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
    person("Christophe", "Dervieux", role = "aut", email = "cderv@posit.co", comment = c(ORCID = "0000-0003-4474-2498")),
    person("Alison", "Presmanes Hill", role = "aut", comment = c(ORCID = "0000-0002-8082-1890")),
    # Contributors, ordered alphabetically
    person("Amber", "Thomas", role = "ctb"),
    person("Beilei", "Bian", role = "ctb"),
    person("Brandon ", "Greenwell", role = "ctb"),
    person("Brian", "Barkley", role = "ctb"),
    person("Deependra", "Dhakal", role = "ctb"),
    person("Eric", "Nantz", role = "ctb"),
    person("Forest", "Fang", role = "ctb"),
    person("Garrick", "Aden-Buie", role = "ctb"),
    person("Hiroaki", "Yutani", role = "ctb"),
    person("Ian", "Lyttle", role = "ctb"),
    person("Jake", "Barlow", role = "ctb"),
    person("James", "Balamuta", role = "ctb"),
    person("JJ", "Allaire", role = "ctb"),
    person("Jon", "Calder", role = "ctb"),
    person("Jozef", "Hajnala", role = "ctb"),
    person("Juan Manuel", "Vazquez", role = "ctb"),
    person("Kevin", "Ushey", role = "ctb"),
    person("Leonardo", "Collado-Torres", role = "ctb"),
    person("Maëlle", "Salmon", role = "ctb"),
    person("Maria Paula", "Caldas", role = "ctb"),
    person("Nicolas", "Roelandt", role = "ctb"),
    person("Oliver", "Madsen", role = "ctb", email = "oliver.p.madsen@gmail.com"),
    person("Raniere", "Silva", role = "ctb"),
    person("TC", "Zhang", role = "ctb"),
    person("Xianying", "Tan", role = "ctb"),
    person(given = "Posit Software, PBC", role = c("cph", "fnd")),
    person()
    )
Description: 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>).
License: GPL-3
URL: https://github.com/rstudio/blogdown,
        https://pkgs.rstudio.com/blogdown/
BugReports: https://github.com/rstudio/blogdown/issues
Depends: R (>= 3.5.0)
Imports: bookdown (>= 0.22), htmltools, httpuv (>= 1.4.0), jsonlite,
        knitr (>= 1.25), later, rmarkdown (>= 2.8), servr (>= 0.21),
        xfun (>= 0.34), yaml (>= 2.1.19)
Suggests: miniUI, processx, rstudioapi, shiny, stringr, testit, tools,
        whoami
Config/Needs/website: pkgdown, tidyverse/tidytemplate, rstudio/quillt,
        rstudio/webshot2
Encoding: UTF-8
RoxygenNote: 7.3.3
SystemRequirements: Hugo (<https://gohugo.io>) and Pandoc
        (<https://pandoc.org>)
NeedsCompilation: no
Packaged: 2025-10-28 05:34:45 UTC; yihui
Author: Yihui Xie [aut, cre] (ORCID: <https://orcid.org/0000-0003-0645-5666>),
  Christophe Dervieux [aut] (ORCID:
    <https://orcid.org/0000-0003-4474-2498>),
  Alison Presmanes Hill [aut] (ORCID:
    <https://orcid.org/0000-0002-8082-1890>),
  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]
Maintainer: Yihui Xie <xie@yihui.name>
Repository: CRAN
Date/Publication: 2025-10-28 06:20:02 UTC
Built: R 4.4.3; ; 2025-11-07 19:10:59 UTC; windows
