-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
In prep for next package release with bs4_book output format, we discussed creating a project template with:
- A project accessible from RStudio project wizard to create "A Bootstrap-4 HTML book using bookdown"
- A checkbox for users using GitHub Pages to automatically add the
.nojekyllfile and change the output directory todocs/(same as Distill's website, see: Add a checkbox for deploying to ghpages in New Bookdown Project window (inspired by distill) #1092; Images not rendering on gh-pages; might be missing some config step #1087) - I'm happy to write some filler text into the book skeleton for this so that the example book gives some minimal instructions for users.
- An exported function like
create_bs4_book()to do the same as above from the command line (see: Feature request: bookdown.skeleton function #225); also like Distill'screate_website()function: https://pkgs.rstudio.com/distill/reference/create_website.html)
thosgood