Fix images dimensions and favicon (#19)

* fix video url

* update deploy script for using rsync

* remove delete from script

* translate resources page

* fix images dimensions and favicon
This commit is contained in:
Juan Manzanero
2024-10-11 11:18:20 -06:00
committed by GitHub
parent f35ce9b4c7
commit ad026953da
7 changed files with 65 additions and 3248 deletions

View File

@@ -1,16 +1,15 @@
---
title: Resources
description:
Here you can find websites, YouTube channels, courses and more stuff that I
consume or find interesting.
title: Recursos
description: Aquí puedes encontrar los websites, canales de YouTube,
cursos y más cosas que consumo o encuentro interesantes.
---
# Recursos
Here you can find **websites**, **YouTube channels**, **courses** and **more**
stuff that I consume or find interesting.
Aquí puedes encontrar los **websites**, **canales de YouTube**,
**cursos** y **más** cosas que consumo o encuentro interesantes.
## Courses and Documentation
## Cursos y Documentación
- [fireship.io](https://fireship.io)
@@ -18,25 +17,23 @@ stuff that I consume or find interesting.
## Tech Stack
- [Astro](https://astro.build/) - Tool for building websites, that's how I built
this one, really useful when you want a static website, but you can do Server
Side Rendering too
- [Astro](https://astro.build/) - Herramienta para construir websites,
es así como construí este, muy útil cuando necesitas un static website,
pero puedes hacer Server Side Rendering también
- [Next.js](https://nextjs.org) - Dynamic and flexible React meta-framework,
previously used on this Website
- [Next.js](https://nextjs.org) - Meta-framework de React flexible y dinámico,
previamente usado en este website
- [PocketBase](https://pocketbase.io/) - Fast and light database.
- [PocketBase](https://pocketbase.io/) - Database SQLite rápida y ligera
- [Supabase](https://supabase.com) - Open Source Backend as a Service
alternative for Firebase, uses PostgreSQL and is really good if you're working
alone or you want a solid backend without investing to much
- [Supabase](https://supabase.com) - Backend as a Service Open Source alternativa a Firebase,
usa PostgreSQL y es muy bueno si trabajas solo o quieres un backend sólido sin invertir mucho
- [TailwindCSS](https://tailwindcss.com) - Best way to write CSS
- [TailwindCSS](https://tailwindcss.com) - La mejor forma de escribir CSS
- [shadcn/ui](https://ui.shadcn.com) - Best components for React, sinergy with
TailwindCSS
- [shadcn/ui](https://ui.shadcn.com) - Los mejores components para React, sinergia con TailwindCSS
## YouTube channels
## Canales de YouTube
- [Mental Outlaw](https://www.youtube.com/channel/UC7YOGHUfC1Tb6E4pudI9STA)
@@ -44,18 +41,19 @@ stuff that I consume or find interesting.
- [Luke Smith](https://www.youtube.com/channel/UC2eYFnH61tmytImy1mTYvhA)
## Personal Websites
## Websites Personales
- [Eric Murphy](https://ericmurphy.xyz)
- [Luke Smith](https://lukesmith.xyz/)
## Favorite Blogs
## Blogs Favoritos
- [Why I Will Never Join Mastodon (or the rest of the Fediverse)](https://ericmurphy.xyz/blog/mastodon)
- [Create More, Consume Less](https://www.bikobatanari.art/posts/2020/create-more) -
_Currently offline_
_Actualmente offline_
- [My Website is a Personal Museum](https://www.bikobatanari.art/posts/2020/personal-museum) -
_Currently offline_
_Actualmente offline_


View File

@@ -25,7 +25,7 @@ stuff that I consume or find interesting.
- [Next.js](https://nextjs.org) - Dynamic and flexible React meta-framework,
previously used on this Website
- [PocketBase](https://pocketbase.io/) - Fast and light database.
- [PocketBase](https://pocketbase.io/) - Fast and light SQLite database
- [Supabase](https://supabase.com) - Open Source Backend as a Service
alternative for Firebase, uses PostgreSQL and is really good if you're working