traitecoevo / plant

Trait-Driven Models of Ecology and Evolution :evergreen_tree:
https://traitecoevo.github.io/plant
53 stars 20 forks source link

Styling of website #395

Open dfalster opened 1 month ago

dfalster commented 1 month ago

Existing website has a dark theme that comes from styling option in pkgdown Screenshot 2024-05-22 at 10 26 55 AM

This is specified in _pkgdown.yml:

https://github.com/traitecoevo/plant/blob/68805e314c4ee7a533ecafd1d123ca188123f1f2/_pkgdown.yml#L6

However, there's now a new version of bootstrap (5 compared to 3). When updating to 5, the theme switches to blue. how to we get back to dark?

Screenshot 2024-05-22 at 10 31 16 AM

This gives dark

template:
  bootstrap: 3
  bootswatch: cosmo

This gives blue

template:
  bootstrap: 5
  bootswatch: cosmo