Draft
Initialize CrearMedia México website with Astro, content management, and Git workflow validation#1
Conversation
…nt docs Co-authored-by: drezzgo <93202955+drezzgo@users.noreply.github.com>
Co-authored-by: drezzgo <93202955+drezzgo@users.noreply.github.com>
Co-authored-by: drezzgo <93202955+drezzgo@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add official CrearMedia Mexico website with content management
Initialize CrearMedia México website with Astro, content management, and Git workflow validation
Oct 27, 2025
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.
Implements the official CrearMedia México website with Astro + TailwindCSS + GSAP, enforcing structured content management via JSON/Markdown and Git workflow with commit validation.
Stack & Structure
Content Management
JSON (
src/data/): Home, Services, AboutMarkdown (
src/content/): Blogs and Events with frontmatter schemasGit Workflow & Validation
feat|fix|content|style|refactor|chore: messageastro check, commit-msg validates formatfeature/*→develop(staging) →main(production)PR Requirements
PR template mandates:
CI/CD
Workflows:
ci.yml: Validates commits, builds, tracks content changesdeploy-staging.yml: Auto-deploy on push todevelopdeploy-production.yml: Auto-deploy on push tomainAll workflows use minimal GITHUB_TOKEN permissions (
contents: read).SEO & Performance
/blogs/tendencias-diseno-web-2025,/eventos/workshop-astroDocumentation
CONTRIBUTING.md: Commit conventions, content guidelines.github/SEO_GUIDE.md: SEO checklist for content changes.github/BRANCH_CONFIGURATION.md: Branch protection setupWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/withastro/astro/tarball/examples/minimalnode /home/REDACTED/.npm/_npx/abdb4b598af046c4/node_modules/.bin/create-astro . --template minimal --install --no-git --typescript strictest --yes(http block)telemetry.astro.buildnode /home/REDACTED/work/crearMedia/crearMedia/node_modules/.bin/astro build(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.