blogdown 1.5
NEW FEATURES
-
Added a new function
check_vercel()
to check the Vercel configvercel.json
, and a new functionconfig_vercel()
to createvercel.json
that contains the Hugo version (thanks, @chuxinyuan, #648). Vercel (https://vercel.com) is service similar to Netlify. -
Added an argument
time
tonew_post()
to optionally include the local time in thedate
field of the new post withnew_post(time = TRUE)
. The value of this argument can also be set via the global option in.Rprofile
, e.g.,options(blogdown.time = TRUE)
(it isFALSE
by default). See the help page?blogdown::new_post
for more information (thanks, @earfanfan, #625).
BUG FIXES
-
The duplicated
config/
directory is deleted from the theme now (thanks, @shirdekel, #644). -
The
categories
andtags
fields in archetypes were not respected when creating new posts (thanks, Conor Neilson, https://stackoverflow.com/q/68879106/559676).