mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
chore: update readme (#300)
* chore: update readme https://github.com/saicaca/fuwari/issues/210 * docs: update README with additional language links and usage instructions
This commit is contained in:
committed by
GitHub
parent
e52558ab0c
commit
cd7cd683fc
32
README.es.md
32
README.es.md
@@ -20,7 +20,37 @@ Un tema estático para blogs construido con [Astro](https://astro.build).
|
||||
- [x] Buscador
|
||||
- [x] TOC (Tabla de Contenidos)
|
||||
|
||||
## 🚀 Cómo Usar
|
||||
## 👀 requiere
|
||||
|
||||
- Node.js <= 22
|
||||
- pnpm <= 9
|
||||
|
||||
## 🚀 Cómo Usar 1
|
||||
|
||||
Inicializa el proyecto localmente usando [create-fuwari](https://github.com/L4Ph/create-fuwari).
|
||||
|
||||
```sh
|
||||
# npm
|
||||
npm create fuwari@latest.
|
||||
|
||||
# yarn
|
||||
yarn create fuwari.
|
||||
|
||||
# pnpm
|
||||
pnpm create fuwari@latest
|
||||
|
||||
# bun
|
||||
bun create fuwari@latest
|
||||
|
||||
# deno
|
||||
deno run -A npm:create-fuwari@latest
|
||||
```
|
||||
|
||||
1. Edita el archivo de configuración `src/config.ts` para personalizar tu blog.
|
||||
2. Ejecuta `pnpm new-post <nombre-de-archivo>` para crear una nueva entrada y edítala en `src/content/posts/`.
|
||||
3. Despliega tu blog en Vercel, Netlify, GitHub Pages, etc., siguiendo [las guías](https://docs.astro.build/en/guides/deploy/). Necesitas editar la configuración del sitio en `astro.config.mjs` antes del despliegue.
|
||||
|
||||
## 🚀 Cómo Usar 2
|
||||
|
||||
1. [Genera un nuevo repositorio](https://github.com/saicaca/fuwari/generate) desde esta plantilla o haz un fork de este repositorio.
|
||||
2. Para editar tu blog localmente, clona tu repositorio, ejecuta `pnpm install` y `pnpm add sharp` para instalar las dependencias.
|
||||
|
||||
Reference in New Issue
Block a user