mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
2c4dc043cb
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>
12 lines
178 B
Plaintext
Vendored
12 lines
178 B
Plaintext
Vendored
{
|
|
"generators": {
|
|
"modules": {
|
|
"landing-page": "./generators/landing-page"
|
|
}
|
|
},
|
|
"_generatedWith": {
|
|
"sails": "1.2.5",
|
|
"sails-generate": "2.0.0"
|
|
}
|
|
}
|