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
commented
Jul 16, 2026
rmunate
left a comment
Collaborator
Author
There was a problem hiding this comment.
Este PR incorpora la estructura inicial del nuevo portal web de Python Colombia.
Contributor
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.
karobotco
reviewed
Jul 17, 2026
karobotco
approved these changes
Jul 17, 2026
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.
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)