rstudio / quillt

A pkgdown template for the R Markdown Ecosystem
https://pkgs.rstudio.com/quillt
Other
27 stars 8 forks source link

Add an article dedicated to test the template look #22

Open cderv opened 3 years ago

cderv commented 3 years ago

In order to avoid image

in the homepage.

Would be like in pkgdown itself. https://pkgdown.r-lib.org/articles/index.html

What content do we need to test exactly ?

apreshill commented 3 years ago

We could copy: https://pkgdown.r-lib.org/articles/test/rendering.html

https://github.com/r-lib/pkgdown/blob/master/vignettes/test/rendering.Rmd

cderv commented 3 years ago

I added this small one for now: https://pkgs.rstudio.com/quillt/articles/articles/test-style.html

I think it depends what stuff we want to test exactly. I added that issue with specific quillt CSS modification if we have some.

Is there anything else specific that the inline code in header already there ?

apreshill commented 3 years ago

Ah yes, in addition to examples() we have this kind of content:

https://flexdashboard-pkg.netlify.app/articles/flexdashboard.html#single-column-fill

See source: https://github.com/rstudio/flexdashboard/blob/8115a63854df2c13ef4f2d01b2a42c0779568fa4/vignettes/articles/layouts.Rmd

cderv commented 3 years ago

Oh yes interesting! But we are using that only in flexdashboard for now right ?

apreshill commented 3 years ago

For learnr too- and can be used anywhere else of course, those were just the only existing sites that did use it. This is really two things: holder.js and ace.js