Uh oh!
There was an error while loading. Please reload this page.
Conversation
Template Inicial [NextJS] SSG
fix: add basePath for GitHub Pages
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
fix: add basePath for GitHub Pages
rmunate
left a comment
There was a problem hiding this comment.
Este PR incorpora la estructura inicial del nuevo portal web de Python Colombia.
There was a problem hiding this comment.
Pull request overview
Bootstrap inicial del nuevo portal web de Python Colombia con Next.js (App Router), Tailwind CSS y despliegue a GitHub Pages mediante exportación estática, dejando definida una especificación funcional/arquitectónica para el desarrollo futuro.
Changes:
- Inicializa el proyecto Next.js con página “Próximamente”, layout, estilos globales y Tailwind v4.
- Configura TypeScript/ESLint y la exportación estática compatible con GitHub Pages (basePath/assetPrefix + workflow de deploy).
- Añade documentación de especificación (SPEC.md) y notas para agentes/automatización.
Reviewed changes
Copilot reviewed 12 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Configuración base de TypeScript para Next.js. |
| SPEC.md | Especificación/arquitectura funcional del sitio (secciones, módulos y flujo). |
| README.md | Instrucciones base del template y nota de despliegue en GitHub Pages. |
| postcss.config.mjs | Configuración de PostCSS para Tailwind v4. |
| package.json | Scripts y dependencias del proyecto Next.js/Tailwind/TypeScript/ESLint. |
| next.config.ts | Configuración de exportación estática + ajustes para GitHub Pages (basePath, assetPrefix). |
| eslint.config.mjs | Configuración ESLint con presets de Next (core-web-vitals + TypeScript) e ignores. |
| CLAUDE.md | Referencia a AGENTS.md para guía de automatización. |
| app/page.tsx | Página inicial “Próximamente” con logo y diseño. |
| app/layout.tsx | Root layout, metadata y carga de fuentes (Geist). |
| app/globals.css | Estilos globales + utilidades/animaciones para el hero. |
| AGENTS.md | Notas de compatibilidad con output: "export" y hosting estático. |
| .gitignore | Ignorados típicos de Next.js/Node/TS (incluye out/dist). |
| .github/workflows/deploy.yml | Workflow de build y deploy a GitHub Pages (npm ci + next build + upload out). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Descripción
Este PR incorpora la estructura inicial del nuevo portal web de Python Colombia. Incluye la configuración base del proyecto con Next.js y deja preparada la arquitectura sobre la cual se desarrollarán las futuras funcionalidades del sitio.
Tipo de cambio
¿Cómo se probó?
Para ejecutar el proyecto localmente:
Verificar que la aplicación inicie correctamente y sea accesible desde
http://localhost:3000.Checklist
Issue relacionado
Closes#14
Referencia: #14 (comment)