mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Add 5 new languages to exampleSite: German, French, Spanish, Portuguese
Add complete translations for: - German (de) - French (fr) - Spanish (es) - Portuguese Brazil (pt-br) - Portuguese Portugal (pt-pt) Changes include: - Language config files (languages.*.toml) - Menu config files (menus.*.toml) - Translated docs section (16 files x 5 langs) - Translated homepage, guides, samples - Translated examples, authors, tags sections - Translated users section (112 dirs x 5 langs) - Fixed YAML front matter formatting in user files Hugo build now supports 9 languages total. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: "Plantilla de receta"
|
||||
date: 1987-12-22
|
||||
draft: false
|
||||
description: "Plantilla para crear una receta para el tema Blowfish"
|
||||
tags: ["plantilla"]
|
||||
---
|
||||
|
||||
Gracias por querer contribuir a la comunidad de Blowfish.
|
||||
|
||||
## ¿Cómo empezar?
|
||||
Este es un artículo plantilla que explicará cómo crear un nuevo artículo para la sección de guías de Blowfish.
|
||||
|
||||
## Clonar Blowfish
|
||||
Clona este repositorio con el siguiente comando:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/nunocoracao/blowfish.git
|
||||
```
|
||||
|
||||
## Configurar tus archivos
|
||||
Copia y pega la carpeta completa donde se encuentra este archivo `.md`.
|
||||
|
||||
Nómbrala usando la siguiente convención `AAAAMM-titulo`, no se permiten espacios en blanco.
|
||||
|
||||
## Escribe tu guía
|
||||
Escribe tu guía :)
|
||||
|
||||
Usa la carpeta `img` para colocar tus imágenes y usarlas:
|
||||
|
||||
![]()
|
||||
|
||||

|
||||
|
||||
## Abrir un PR
|
||||
Abre un PR y gracias de antemano por tu contribución.
|
||||
Reference in New Issue
Block a user