Christophe Dervieux
Christophe Dervieux
Sorry for the delay on this one. I understand this is now a duplicate of #433 I have put an answer in https://github.com/rstudio/distill/issues/433#issuecomment-1004812002 based on new syntax offered by **bookdown**...
Hi, I cannot reproduce this. Running: ````r library(distill) create_article("article.Rmd") ```` gives me no error in RStudio. And knitting the created file also gives me no error. Which RStudio IDE version...
Preview of the HTML document [here](https://refined-github-html-preview.kidonng.workers.dev/huizezhang-sherry/distill-example/raw/master/main.html) Layout are defined in distill.pub framework and I don't think they have such for smaller but various from wider as you point out. **knitr**...
Thanks for opening a new one. I don't know perfectly the codebase on rss feed creation and I may have missed something. I'll have a look
I can reproduce. There is indeed something not right. During site rendering we are rebuilding the `post.json` file that shares metadata, and then the rss xml file. In the former,...
After a bit of archeology, it seems this part is a bit more complex. #189 was supposed to offer a fix, but it was reverted (https://github.com/rstudio/distill/pull/189#issuecomment-703969597, 6e3da92). Then another approach...
> What about : > rmarkdown::render_site(RSS=False) > Where RSS=TRUE is the default ? Sorry, I am not quite sure to understand the suggestion here; Can you clarify ?
The error points to url for some fonts: rosarivo & incosolata. Are you using one of those ? Could it be used by your theme ? I don't think **distill**...
Can you answer the other question ? > Does this happens only when you are using the CSL file ? Have you the issue if you don't use the CSL...
This happens because distill is setting this CSS rule https://github.com/rstudio/distill/blob/570dcdbd406b87c507a63bf04f06f1808d1c28e9/inst/rmarkdown/templates/distill_article/resources/distill.html#L147-L149 which will overwrite the one set by the syntax highlighter ```css div.sourceCode { color: #cfcfc2; background-color: #232629; } ``` This...