⚡️ refactor: co-locate images (#200)
@@ -5,7 +5,7 @@ template = "cards.html"
|
||||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
social_media_card = "img/social_cards/ca_projects.jpg"
|
||||
social_media_card = "projects/social_cards/ca_projects.jpg"
|
||||
show_reading_time = false
|
||||
quick_navigation_buttons = true
|
||||
+++
|
||||
|
@@ -5,7 +5,7 @@ template = "cards.html"
|
||||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
social_media_card = "img/social_cards/es_projects.jpg"
|
||||
social_media_card = "projects/social_cards/es_projects.jpg"
|
||||
show_reading_time = false
|
||||
quick_navigation_buttons = true
|
||||
+++
|
||||
|
@@ -5,7 +5,7 @@ template = "cards.html"
|
||||
insert_anchor_links = "left"
|
||||
|
||||
[extra]
|
||||
social_media_card = "img/social_cards/projects.jpg"
|
||||
social_media_card = "projects/social_cards/projects.jpg"
|
||||
show_reading_time = false
|
||||
quick_navigation_buttons = true
|
||||
+++
|
||||
|
BIN
content/projects/chu/chu.webp
Normal file
After Width: | Height: | Size: 14 KiB |
@@ -4,9 +4,9 @@ description = "Aplicació Flask per pujar arxius de manera segura, amb eliminaci
|
||||
weight = 2
|
||||
|
||||
[extra]
|
||||
local_image = "img/chu.webp"
|
||||
local_image = "projects/chu/chu.webp"
|
||||
canonical_url = "https://osc.garden/ca/projects/chu/"
|
||||
social_media_card = "img/social_cards/ca_projects_chu.jpg"
|
||||
social_media_card = "social_cards/ca_projects_chu.jpg"
|
||||
+++
|
||||
|
||||
[**chu**](https://github.com/welpo/chu) és una aplicació per pujar arxius creada amb Python, Flask i uWSGI. Aquest projecte integra diverses tècniques d'optimització per fer que la pujada d'arxius sigui no només més senzilla, sinó també més intel·ligent.
|
@@ -4,9 +4,9 @@ description = "Aplicación Flask para subir archivos de forma segura, con elimin
|
||||
weight = 2
|
||||
|
||||
[extra]
|
||||
local_image = "img/chu.webp"
|
||||
local_image = "projects/chu/chu.webp"
|
||||
canonical_url = "https://osc.garden/es/projects/chu/"
|
||||
social_media_card = "img/social_cards/es_projects_chu.jpg"
|
||||
social_media_card = "social_cards/es_projects_chu.jpg"
|
||||
+++
|
||||
|
||||
[**chu**](https://github.com/welpo/chu) es un subidor de archivos creado con Python, Flask y uWSGI. Este proyecto integra diversas técnicas de optimización para hacer que la subida de archivos sea no solo más sencilla, sino también más inteligente.
|
@@ -4,9 +4,9 @@ description = "Python-based file uploader using Flask and uWSGI, focused on effi
|
||||
weight = 2
|
||||
|
||||
[extra]
|
||||
local_image = "img/chu.webp"
|
||||
local_image = "projects/chu/chu.webp"
|
||||
canonical_url = "https://osc.garden/projects/chu/"
|
||||
social_media_card = "img/social_cards/projects_chu.jpg"
|
||||
social_media_card = "social_cards/projects_chu.jpg"
|
||||
+++
|
||||
|
||||
[**chu**](https://github.com/welpo/chu) is a Python-based file uploader built using Python, Flask, and uWSGI. It integrates multiple optimization techniques to make file uploads not just simpler, but smarter.
|
BIN
content/projects/chu/social_cards/ca_projects_chu.jpg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
content/projects/chu/social_cards/es_projects_chu.jpg
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
content/projects/chu/social_cards/projects_chu.jpg
Normal file
After Width: | Height: | Size: 55 KiB |
@@ -4,9 +4,9 @@ description = "Script Bash per crear URLs públiques a partir d'arxius o text en
|
||||
weight = 3
|
||||
|
||||
[extra]
|
||||
local_image = "img/nani.webp"
|
||||
local_image = "projects/nani/nani.webp"
|
||||
canonical_url = "https://osc.garden/ca/projects/tabi/"
|
||||
social_media_card = "img/social_cards/ca_projects_nani.jpg"
|
||||
social_media_card = "social_cards/ca_projects_nani.jpg"
|
||||
+++
|
||||
|
||||
Si treballes en un servidor remot, saps que compartir arxius amb altres persones pot ser un procés feixuc. `nani` és un script en Bash dissenyat per simplificar aquesta tasca. Amb una sola comanda, pots convertir arxius locals o URLs en enllaços accessibles, facilitant el procés de compartir directament des del teu servidor.
|
@@ -4,9 +4,9 @@ description = "Script Bash para crear URLs públicas a partir de archivos o text
|
||||
weight = 3
|
||||
|
||||
[extra]
|
||||
local_image = "img/nani.webp"
|
||||
local_image = "projects/nani/nani.webp"
|
||||
canonical_url = "https://osc.garden/es/projects/tabi/"
|
||||
social_media_card = "img/social_cards/es_projects_nani.jpg"
|
||||
social_media_card = "social_cards/es_projects_nani.jpg"
|
||||
+++
|
||||
|
||||
Si trabajas en un servidor remoto, sabrás que compartir archivos con otras personas puede ser un proceso tedioso. `nani` es un script en Bash diseñado para simplificar esta tarea. Con un solo comando, puedes convertir archivos locales en enlaces públicos, facilitando el proceso de compartir directamente desde tu servidor.
|
@@ -4,9 +4,9 @@ description = "Bash script to create public URLs from files or text on remote se
|
||||
weight = 3
|
||||
|
||||
[extra]
|
||||
local_image = "img/nani.webp"
|
||||
local_image = "projects/nani/nani.webp"
|
||||
canonical_url = "https://osc.garden/projects/tabi/"
|
||||
social_media_card = "img/social_cards/projects_nani.jpg"
|
||||
social_media_card = "social_cards/projects_nani.jpg"
|
||||
+++
|
||||
|
||||
If you're working on a remote server, you know that sharing files with others can often involve multiple steps. `nani` is a Bash script designed to streamline this process. By executing a single command, you can convert local files or URLs into accessible links, allowing for easier sharing right from your server.
|
BIN
content/projects/nani/nani.webp
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
content/projects/nani/social_cards/ca_projects_nani.jpg
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
content/projects/nani/social_cards/es_projects_nani.jpg
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
content/projects/nani/social_cards/projects_nani.jpg
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
content/projects/social_cards/ca_projects.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
content/projects/social_cards/es_projects.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
content/projects/social_cards/projects.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
@@ -4,14 +4,14 @@ description = "Script en Bash per generar espectrogrames, comparar-los, pujar-lo
|
||||
weight = 4
|
||||
|
||||
[extra]
|
||||
local_image = "img/spectro.webp"
|
||||
local_image = "projects/spectro/spectro.webp"
|
||||
canonical_url = "https://osc.garden/ca/projects/spectro/"
|
||||
social_media_card = "img/social_cards/ca_projects_spectro.jpg"
|
||||
social_media_card = "social_cards/ca_projects_spectro.jpg"
|
||||
+++
|
||||
|
||||
Transforma fitxers d'àudio en espectrogrames amb format BBCode de manera senzilla amb `spectro`. Aquest script en Bash suporta una àmplia varietat de formats d'àudio com Ogg, MP3, FLAC, AAC i més.
|
||||
|
||||
{{ full_width_image(src="img/spectrogram.webp", alt="Espectrograma de Jardin du Sommeil Chant d'Amour Sur La Nuit Grandissante, de Tourette") }}
|
||||
{{ full_width_image(src="projects/spectro/spectrogram.webp", alt="Espectrograma de Jardin du Sommeil Chant d'Amour Sur La Nuit Grandissante, de Tourette") }}
|
||||
|
||||
#### [Veure a GitHub](https://github.com/welpo/spectro) {.centered-text}
|
||||
|
@@ -4,14 +4,14 @@ description = "Script en Bash para generar espectrogramas, compararlos, subirlos
|
||||
weight = 4
|
||||
|
||||
[extra]
|
||||
local_image = "img/spectro.webp"
|
||||
local_image = "projects/spectro/spectro.webp"
|
||||
canonical_url = "https://osc.garden/es/projects/spectro/"
|
||||
social_media_card = "img/social_cards/es_projects_spectro.jpg"
|
||||
social_media_card = "social_cards/es_projects_spectro.jpg"
|
||||
+++
|
||||
|
||||
Transforma archivos de audio en espectrogramas con formato BBCode de manera sencilla con `spectro`. Este script en Bash soporta una amplia variedad de formatos de audio como Ogg, MP3, FLAC, AAC y más.
|
||||
|
||||
{{ full_width_image(src="img/spectrogram.webp", alt="Espectrograma de Jardin du Sommeil Chant d'Amour Sur La Nuit Grandissante, de Tourette") }}
|
||||
{{ full_width_image(src="projects/spectro/spectrogram.webp", alt="Espectrograma de Jardin du Sommeil Chant d'Amour Sur La Nuit Grandissante, de Tourette") }}
|
||||
|
||||
#### [Ver en GitHub](https://github.com/welpo/spectro) {.centered-text}
|
||||
|
@@ -4,14 +4,14 @@ description = "Bash script to generate spectrograms, compare them, upload them t
|
||||
weight = 4
|
||||
|
||||
[extra]
|
||||
local_image = "img/spectro.webp"
|
||||
local_image = "projects/spectro/spectro.webp"
|
||||
canonical_url = "https://osc.garden/projects/spectro/"
|
||||
social_media_card = "img/social_cards/projects_spectro.jpg"
|
||||
social_media_card = "social_cards/projects_spectro.jpg"
|
||||
+++
|
||||
|
||||
Transform audio files into BBCode-formatted spectrograms effortlessly with `spectro`. This Bash script supports a wide array of audio formats such as Ogg, MP3, FLAC, AAC, and more.
|
||||
|
||||
{{ full_width_image(src="img/spectrogram.webp", alt="Spectrogram of Jardin du Sommeil Chant d'Amour Sur La Nuit Grandissante, by Tourette") }}
|
||||
{{ full_width_image(src="projects/spectro/spectrogram.webp", alt="Spectrogram of Jardin du Sommeil Chant d'Amour Sur La Nuit Grandissante, by Tourette") }}
|
||||
|
||||
#### [View on GitHub](https://github.com/welpo/spectro) {.centered-text}
|
||||
|
BIN
content/projects/spectro/social_cards/ca_projects_spectro.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
content/projects/spectro/social_cards/es_projects_spectro.jpg
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
content/projects/spectro/social_cards/projects_spectro.jpg
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
content/projects/spectro/spectro.webp
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
content/projects/spectro/spectrogram.webp
Normal file
After Width: | Height: | Size: 278 KiB |
@@ -4,14 +4,14 @@ description = "Un tema de Zola ràpid, lleuger i modern amb suport multilingüe.
|
||||
weight = 1
|
||||
|
||||
[extra]
|
||||
local_image = "img/tabi.webp"
|
||||
local_image = "projects/tabi/tabi.webp"
|
||||
canonical_url = "https://osc.garden/ca/projects/tabi/"
|
||||
social_media_card = "img/social_cards/ca_projects_tabi.jpg"
|
||||
social_media_card = "social_cards/ca_projects_tabi.jpg"
|
||||
+++
|
||||
|
||||
[**tabi**](https://github.com/welpo/tabi) és un tema modern i ric en funcionalitat per a [Zola](https://www.getzola.org/), un generador de llocs web estàtics molt ràpid.
|
||||
|
||||
{{ full_width_image(src="img/light_dark_tabi.webp", alt="Modes clar i fosc de tabi") }}
|
||||
{{ full_width_image(src="projects/tabi/light_dark_tabi.webp", alt="Modes clar i fosc de tabi") }}
|
||||
|
||||
#### [Veure a GitHub](https://github.com/welpo/tabi) {.centered-text}
|
||||
|
@@ -4,14 +4,14 @@ description = "Un tema de Zola rápido, ligero y moderno con soporte multilingü
|
||||
weight = 1
|
||||
|
||||
[extra]
|
||||
local_image = "img/tabi.webp"
|
||||
local_image = "projects/tabi/tabi.webp"
|
||||
canonical_url = "https://osc.garden/es/projects/tabi/"
|
||||
social_media_card = "img/social_cards/es_projects_tabi.jpg"
|
||||
social_media_card = "social_cards/es_projects_tabi.jpg"
|
||||
+++
|
||||
|
||||
[**tabi**](https://github.com/welpo/tabi) es un tema moderno y rico en funcionalidad para [Zola](https://www.getzola.org/), un generador de sitios web estáticos muy rápido.
|
||||
|
||||
{{ full_width_image(src="img/light_dark_tabi.webp", alt="Modos claro y oscuro de tabi") }}
|
||||
{{ full_width_image(src="projects/tabi/light_dark_tabi.webp", alt="Modos claro y oscuro de tabi") }}
|
||||
|
||||
#### [Ver en GitHub](https://github.com/welpo/tabi) {.centered-text}
|
||||
|
@@ -4,14 +4,14 @@ description = "A fast, lightweight, and modern Zola theme with multi-language su
|
||||
weight = 1
|
||||
|
||||
[extra]
|
||||
local_image = "img/tabi.webp"
|
||||
local_image = "projects/tabi/tabi.webp"
|
||||
canonical_url = "https://osc.garden/projects/tabi/"
|
||||
social_media_card = "img/social_cards/projects_tabi.jpg"
|
||||
social_media_card = "social_cards/projects_tabi.jpg"
|
||||
+++
|
||||
|
||||
[**tabi**](https://github.com/welpo/tabi) is a modern, feature-rich theme for [Zola](https://www.getzola.org/), a fast static site generator.
|
||||
|
||||
{{ full_width_image(src="img/light_dark_tabi.webp", alt="tabi light and dark mode") }}
|
||||
{{ full_width_image(src="projects/tabi/light_dark_tabi.webp", alt="tabi light and dark mode") }}
|
||||
|
||||
#### [View on GitHub](https://github.com/welpo/tabi) {.centered-text}
|
||||
|
BIN
content/projects/tabi/light_dark_tabi.webp
Normal file
After Width: | Height: | Size: 121 KiB |
BIN
content/projects/tabi/social_cards/ca_projects_tabi.jpg
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
content/projects/tabi/social_cards/es_projects_tabi.jpg
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
content/projects/tabi/social_cards/projects_tabi.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
content/projects/tabi/tabi.webp
Normal file
After Width: | Height: | Size: 31 KiB |