This project is a great place to start for building new Tome projects on Netlify.
To get started, click the "Deploy to netlify" button above and deploy a copy of this template to Netlify.
To install Tome locally, run:
drush tome:install
To start a local webserver, run:
drush runserver
then in another tab run:
drush uli -l 127.0.0.1:8888
and click the link to start editing content!
If you want to preview your static build locally, run:
drush tome:static
drush tome:preview
By default this template uses Bookish, an install profile built for Tome blogs. If you want to build a Drupal site from scratch instead, you can run:
drush tome:init
And choose a different install profile from there.
You may have to edit netlify.toml
to remove the simple-sitemap-generate
and
LUNR_DRUSH
lines, as your new install profile may not use these modules.
After logging in, click "Help" in the toolbar. Bookish has extensive documentation located inside Drupal using the Help Topics module. A good place to start would be the "Configuring your Bookish site" page, which will guide you through personalizing the configuration of your site.