I'm a JavaScript dev with no Drupal experience.
I'm working with a church to redesign their Drupal site after their dev moved on without leaving any notes/documentation/etc. In the meantime, I'd like to put up a few static html pages in place of the Drupal site, without getting rid of all the Drupal data.
Can I just "turn off" Drupal, so that routes now currently powered by Drupal (ie: church.org/worship
) will instead render the static file version (ie: church.org/worship/index.html
)?
Is leveraging Drupal's "maintenance mode" a possible solution? I found this article, https://drupalden.co.uk/static-maintenance-page-replace-drupals-default-maintenance-mode-page, on replacing the default maintenance page, but what about other routes too?
Thanks for any help!