Alison Presmanes Hill
Alison Presmanes Hill
1. Sorry for the confusion- I'll clarify the docs that the tidymodels.org site is a Hugo site. The "color theme" was borrowed to show those same colors in a distill...
Noting here: one possible solution here is to offer a different listing page layout. The default is a simple list, but another layout option could be grid (with 2 columns,...
Docs here now! 🚀 https://ellakaye.github.io/distilltools/reference/create_post_from_template.html
Hello! You cannot use output options like this: ``` output: distill::distill_article: toc: true number_sections: true toc_depth: 4 code_folding: true toc_float: collapsed: false smooth_scroll: true self_contained: false ``` Output options are...
Thank you @taraskaduk! Reopening to add to docs.
Hi there, that is a distill blog with a theme. To make a distill blog: https://rstudio.github.io/distill/blog.html To add a theme: https://rstudio.github.io/distill/website.html#theming
Hi @shannonpileggi! I agree, looks like @jjallaire added this to the next version milestone. I wonder if in the meantime metathis would work? https://github.com/gadenbuie/metathis
Hi there! I have a hypothesis 😄 I believe `filter_select()` introduces bootstrap, since the docs state: https://rdrr.io/cran/crosstalk/man/filter_select.html > "Creates a select box or list of checkboxes" I believe `crosstalk` will...
Bootstrap in general clobbers all site-level styling. It happens with every blogdown site (not based on bootstrap) as well. I suspect an immediate workaround involves iframes.
Hii @mfherman and others in this thread: we have worked to remove the Bootstrap dependency of `crosstalk` - please give it a try again in distill! https://github.com/rstudio/crosstalk/blob/master/NEWS.md#crosstalk-1119000 ``` remotes::install_github("rstudio/crosstalk") ```