guides: add EmDash - #1007
Open
davlgd wants to merge 1 commit into
Open
Conversation
✅ Review app deployedCheck how your changes look like!
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Hugo guide that walks readers through deploying EmDash CMS on Clever Cloud, including persistent content storage (PostgreSQL) and private media storage (Cellar), and wires it into the guides index and icon set.
Changes:
- Add a new end-to-end EmDash deployment guide with PostgreSQL + Cellar configuration steps.
- Register the EmDash icon and add the EmDash guide entry to the guides index.
- Update the documentation vocabulary allowlist to accept
jq.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
data/icons.yaml |
Adds a new emdash SVG icon for use in guide cards. |
content/guides/emdash.md |
Introduces the new EmDash deployment guide (resources, bucket/CORS setup, deployment steps). |
content/guides/_index.md |
Adds EmDash to the guides landing page cards list. |
.github/styles/config/vocabularies/Doc/accept.txt |
Allows jq to satisfy the repo’s style/lint vocabulary checks. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+193
to
+197
| clever env set EMDASH_ENCRYPTION_KEY "$EMDASH_ENCRYPTION_KEY" | ||
| clever env set EMDASH_BUCKET "$EMDASH_BUCKET" | ||
| clever env set EMDASH_SITE_URL "$EMDASH_URL" | ||
| clever env set HOST 0.0.0.0 | ||
| clever env set CC_POST_BUILD_HOOK "npm run build" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Summary
🧪 Type of Change
✅ Validation