julia_packages
julia_packages copied to clipboard
Sitemap is currently hardcoded in
as of: https://github.com/djsegal/julia_packages/commit/9ac885326f54a5bcfebc6f09d601b687016ff248
// to fix it, would have to do something similar to:
- https://github.com/kjvarga/sitemap_generator/wiki/Generate-Sitemaps-on-read-only-filesystems-like-Heroku
for the record, the current implementation requires:
- calling
rake sitemap:refresh:no_ping
- pusing updated
sitemap.xml.gz
file to github/heroku - calling
heroku run rake sitemap:refresh
// tangentially related to this is that you need to run this after a seed: heroku restart
(where seeds are done with heroku run rake db:seed
)