fleet/website/.sailsrc
Eric 2c4dc043cb
Website: Add landing page generator (#11308)
Changes:
- Added a new Sails generator, `landing-page`, that generates a page
with our current landing page layout with lorum ipsum and placeholder
images. New pages created by this generator will live in the `/imagine/`
subfolder and can be created by running (from the `website/` folder) `.
- Added a handbook entry about using the landing page generator.
- Removed the `experimental/okta-webflow` page.

---------

Co-authored-by: Jarod Reyes <jarodreyes@gmail.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-05-03 18:51:01 -05:00

12 lines
178 B
Plaintext
Vendored

{
"generators": {
"modules": {
"landing-page": "./generators/landing-page"
}
},
"_generatedWith": {
"sails": "1.2.5",
"sails-generate": "2.0.0"
}
}