quanteda / quanteda.org

Quanteda Initiative website
https://quanteda.org
0 stars 0 forks source link

Make badges appear consistently on sides of pkgdown websites #23

Closed kbenoit closed 5 years ago

kbenoit commented 5 years ago

Currently, only the readtext pkgdown site https://stopwords.quanteda.io shows its badges on the sidebar.

We want the following sites to look the same:

amatsuo commented 5 years ago

I will look into it.

But, I'm not familiar with the way these websites are constructed. Are they generated locally? And how?

kbenoit commented 5 years ago

They are generated at the package repo level, by running pkgdown::build_site(). The README.(R)md or index.md becomes the root page index.html for the pkgdown site.

See https://pkgdown.r-lib.org/articles/pkgdown.html#home-page

amatsuo commented 5 years ago

Thanks. Will do now.