Visit https://www.simonfacciol.com/squarespace-to-ghost/ for a guide on how to use this script.
Simon 👋🏻
| https://github.com/heroku/heroku-buildpack-ruby.git | |
| https://github.com/heroku/heroku-buildpack-chromedriver.git | |
| https://github.com/heroku/heroku-buildpack-google-chrome.git |
| * * * * * dokku --rm-container run stats rake scraper:run_scraper | |
| 0 * * * * dokku --rm-container run stats rake scraper:hourly_cleanup | |
| 0 1 * * * dokku --rm-container run stats rake scraper:nightly_cleanup | |
| * * * * * dokku --rm-container run stats rake scraper:backup_check |
| chown www-data:www-data -R *; | |
| find . -type d -exec chmod 755 {} \; | |
| find . -type f -exec chmod 644 {} \; |
Visit https://www.simonfacciol.com/squarespace-to-ghost/ for a guide on how to use this script.
Simon 👋🏻
| document.querySelectorAll("input[type=checkbox]").forEach(c => { c.checked = true; c.onchange(); }); |