- README.md: full English translation, .es.md preserved - docs/architecture.md: full translation (1039 lines) - configs/portfolio-bot.yaml: full English translation, .es.yaml preserved - data/projects/README.md + example-project.md: translated with banners Default language is now English (standard for OSS). Spanish remains available via .es.* suffix files.
39 lines
No EOL
740 B
Markdown
39 lines
No EOL
740 B
Markdown
---
|
|
title: "Example Project"
|
|
date: 2026-06
|
|
status: "active"
|
|
tags: ["example", "template"]
|
|
repo: ""
|
|
demo: ""
|
|
---
|
|
|
|
# Example Project
|
|
|
|
This is a template. Replace with the real information about your project.
|
|
|
|
## Description
|
|
|
|
What the project does, in 1-2 paragraphs. Avoid unnecessary jargon.
|
|
|
|
## Tech stack
|
|
|
|
- **Language:** Go 1.26
|
|
- **Framework:** None (stdlib)
|
|
- **Database:** SQLite
|
|
- **Deployment:** Fly.io
|
|
|
|
## Main features
|
|
|
|
1. Feature one — brief description
|
|
2. Feature two — brief description
|
|
3. Feature three — brief description
|
|
|
|
## Learnings
|
|
|
|
What you learned, what challenges you faced, what you'd do differently.
|
|
|
|
## Links
|
|
|
|
- Repo: github.com/VictorVargas/project
|
|
- Demo: project.example.com
|
|
- Docs: docs.project.example.com |