From 23186baf0453f7ad6f4e03ff2cd912d19dbd0897 Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Fri, 6 Mar 2026 17:30:51 -0300 Subject: [PATCH] feat: redesign landing page with PCB schematic aesthetic and update Docker Hub description - Remove gradient text, floating chips and heart icon from landing page - Add circuit schematic SVG hero (Arduino + R1 + LED + oscilloscope window) - Add peter-evans/dockerhub-description step to CI workflow Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/docker-publish.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index eda9bff4..1b3a7ccb 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -55,3 +55,12 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max + + - name: Update Docker Hub description + uses: peter-evans/dockerhub-description@v4 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + repository: ${{ secrets.DOCKERHUB_USERNAME }}/velxio + short-description: "Local, open-source Arduino emulator — real AVR8 emulation, 48+ components, Monaco editor, arduino-cli backend." + readme-filepath: ./README.md