-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Rob Loach edited this page Sep 6, 2018
·
2 revisions
This is the Development-focused Wiki. The majority of other documentation can be found in Confluence.
GatherContent is a content-as-a-service website that puts content authoring and deployment back into the hands of editors. FAMSF is exploring using GatherContent for content authoring.
- FAMSF GatherContent is where the content is housed. You'll find a number of different content pieces. When editing content, there is a Meta tab, which defines which component template is used to render the content.
- Metalsmith-GatherContent is the plugin used to manage streaming content in from GatherContent. See the metalsmith-gathercontent plugin documentation for more information on debugging and setting it up.
During development and building FAMSF with GatherContent, make sure to create a _auth.json with your GatherContent API key.
{
"user": "me@myself.net",
"akey": "XXXXXXXXXXXXXXXXXXXXXXXX"
}
For deployment, Netlify has the authentication key defined in Environment Variables, so you don't need to worry about setting it up on the Continuous Integration server.
FAMSF's Netlify is where the site is hosted. See the Netlify settings documentation for more information about how to configure and set it up.