-
```R
> blogdown:::serve_site()
Waiting for the server to be initialized...
Error: It took more than 30 seconds to launch the server. There may be something wrong. The process has been killed.
``…
-
For many sites, a 3 column format where you have cross-page links, content, and in-page links provides an effective navigation system, e.g. https://jestjs.io/docs/en/snapshot-testing#inline-snapshots.…
-
I found no reference to whether generating LaTeX/PDF output is either supported or planned.
-
While writing a bunch of rich interlinked vignettes for vctrs, it made me wish I could write in bookdown instead. There would be a number of advantages to writing a book instead of vignettes:
* Bui…
-
`build_site(build_rmd = "newfile")` was failing because it was trying to render a file it should not have. There's an Rmd in my content that will not knit on a CI because of interactivity issues (usin…
cderv updated
3 years ago
-
## website address
This site is hosted on github using github pages, not netlify, hope that is okay. I built it for the community of people building sites with {distill} rather than {blogdown}, and…
-
When previewing multiple page sites (e.g. with bookdown or blogdown), it would be very useful if the viewer pane had some basic navigation buttons (i.e. back and forward). It seems like this should be…
-
I am not longer able to build the site with `blogdown::serve_site()` since V1.0.
I get the following error:
```R
blogdown::build_site()
#> Building sites … Total in 6207 ms
#> Error: Error …
-
## Describe the bug
Hello. I'm using the `blogdown` R package to build a website and I like this theme very much.
However, when launching the server or building the site, I encounter the error s…
-
In the `NEWS.md` it says:
> When creating a new site with blogdown::new_site(), the theme gcushen/hugo-academic is automatically redirected to wowchemy/starter-academic, because the original Github…