-
Notifications
You must be signed in to change notification settings - Fork 0
Decap CMS Editor Guide
Brian Hurst edited this page Mar 10, 2026
·
3 revisions
This guide explains how to make common content updates in Decap CMS and how to upload/link files (like PDFs).
- CMS login: https://www.restorethegulf.gov/admin/
- You must have GitHub access approved for this site.
- This CMS uses a review workflow (drafts do not go live until published).
This site uses Editorial Workflow.
- Save: saves your work as a draft.
- Workflow tab: shows draft/review status.
- Publish: makes the change live.
Tip: If you are not ready for the public site to update, use Save and do not publish yet.
- About Us
- Announcements
- Media Gallery
- Our Work - Environmental Compliance
- Our Work - FPL
- Our Work - Spill Impact Component
- Our Work - What We Do
- Reports
- About Us - Council Members
- Contact
- Our Work (Restoration Planning page)
- Policies
Many page collections share these fields:
- Title: page title
- Lead: short intro text under heading (optional)
-
Eleventy Navigation (optional):
- Key: unique navigation ID
- Parent: parent section key
- Title: alternate menu label
- Order: smaller number = earlier in menu
-
Featured image (optional):
- Caption
- Image file
- Alt text
- Body: main page content (Markdown editor)
Use for news updates and notices.
- Open Announcements.
- Click New Announcements.
- Fill fields:
- Title
- Created (auto-filled date; change only if needed)
- External URL (optional; use when announcement should link out)
- Body
- Save draft or publish.
Use for videos shown in the media section.
- Open Media Gallery.
- Click New Media Gallery.
- Fill fields:
- Title
- Created
- Vimeo ID (numeric ID from Vimeo URL)
- Thumbnail (required)
- Description (optional)
- Thumbnail Alt Text (optional)
- Video Caption (optional)
-
Aspect Ratio (default
16/9) - Autoplay / Muted / Loop / Plays Inline (optional toggles)
- Body (optional)
- Save draft or publish.
Use to update members/delegates on the Council Members page.
- Open About Us - Council Members.
- Open Council Members.
- Edit Members list:
- Name, Agency, Title
- Photo (optional)
- Delegates list (Type, Name, Agency, Title)
- Save draft or publish.
Use this process for documents you want to link on pages/posts.
- Log into Pages: https://pages.cloud.gov
- Go to Public file storage.
- Upload the file into the documents folder.
- Click Copy link after upload.
- Example result:
https://www.restorethegulf.gov/~assets/documents/mbnep_usa_wq_amendment_request_public_comment_1.pdf
- Example result:
- Go to CMS: https://www.restorethegulf.gov/admin/
- Edit the page/post where you want the file link.
- Add the link in the editor (either Markdown or link button).
Example Markdown link:
[Public comments](https://www.restorethegulf.gov/~assets/documents/mbnep_usa_wq_amendment_request_public_comment_1.pdf)- Save draft, review, then publish.
- Keep titles short and clear.
- For links, test by opening them in a new tab before publishing.
- Use descriptive link text (not “click here”).
- If navigation order looks wrong, update Eleventy Navigation → Order.
- If something looks off after publishing, reopen the entry, fix, and republish.