-
-
Notifications
You must be signed in to change notification settings - Fork 23
New pkgdown theme #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
New pkgdown theme #141
Conversation
Update email address
This reverts commit af6d213.
|
Once we merge this do you think it makes sense to clean up the gh-pages branch? Right now it's a bit of a mess, since it has an old version of the R package on that branch (because we needed it to build the site the old way). I suppose it doesn't really affect the website, but maybe not ideal? I guess same question for the other packages that were using gh-pages (loo, bayesplot, rstanarm, shinystan). |
|
Yeah I think it makes sense to nuke it and reinit everywhere |
|
Currently the main site has the red logo while the dev site has the main logo. This will be fixed on the next release when the main site is rebuilt, but we could regenerate the main site once. |
|
@jgabry Actually about cleaning up old files, I think setting EDIT: looks like that is all that's needed. I think I set it to false when we were still having packages build the site into the docs dir so the whole package doesn't get deleted. Should I go around enabling that before merging or do in a separate PR? |
OK great, glad it's that simple. Yeah might as well add it to these PRs that haven't been merged yet and I guess for the ones already merged (posterior, bayesplot, loo, cmdstanr, any others I'm forgetting?) do a separate PR. Thank you! |
This reverts commit a83679b.
Updating the theme to better match the main Stan page. This PR uses the new theme & use a GitHub Action to automatically build the dev version of the site on PRs and the release version on releases.
Also bumped Roxygen version.