-
Currently the shortcode() function's default type is Markdown but if I follow things correctly when rendering from .RMarkdown to .Markdown once will loose the shortcode:
* Shortcodes with "%" delim…
-
Hi @yihui,
I've been working a lot with blogdown over the past week, and realized one thing that led me to some errors introduced by over-page-refreshing. When I make changes to my site with `serve…
-
With `_output.yml`, we can implicitly share output options among Rmd files in the same directory.
However, when `options(blogdown.new_bundle = TRUE)`, each posts exist in individual directories, and …
atusy updated
3 years ago
-
Based on a couple great presentations from the wonderful conference yesterday/today, I decided to make a website using blogdown etc. Just getting started, and I can eventually work everything out, but…
-
🤕 Problem: there are lots of (predictable) ways that blogdown users can stumble into pain. We have added some printed messages like errors and warnings to help teach users, but the problem with those …
-
How would I add a custom favicon to the theme? The documentation around Hugo is sparse as well. I've seen some themes handle this in a a custom way.
-
Hi all,
I hope this will make some sense! :-)
So: I have a site in `blogdown`, which I then deploy in `Netlify` [https://stats-he.netlify.app/](https://stats-he.netlify.app/). All works like a charm…
-
`new_site` does't download themes if the name of default branch is not `master`. People started to switch to `main`...
``` r
blogdown::new_site(theme = "wowchemy/starter-research-group")
#> tryin…
-
# Problem
While there are performance considerations to not building 'draft' Rmd's, the larger and more pressing issue is that all build documents have their by-products (images, etc) get copied so…
-
Hi @yihui related to PR #534 I'm seeing:
```
> blogdown::check_hugo()
― Checking Hugo
| Checking Hugo version...
○ Found 4 versions of Hugo. You are using Hugo 0.79.0.
| Checking .Rprofile for…