From 009a36fac36ab90638bcf7cd3fb1153285b17e6e Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 3 Jan 2026 23:35:31 +0100 Subject: [PATCH 1/3] Generate simple website with download autodetection Todo: styling --- .github/workflows/pages-test.yml | 44 ++++ index.html | 436 ++++++++++++++++++++++++++++++- 2 files changed, 469 insertions(+), 11 deletions(-) create mode 100644 .github/workflows/pages-test.yml diff --git a/.github/workflows/pages-test.yml b/.github/workflows/pages-test.yml new file mode 100644 index 0000000..e2a5cb0 --- /dev/null +++ b/.github/workflows/pages-test.yml @@ -0,0 +1,44 @@ +name: Deploy test branch to GitHub Pages + +on: + push: + branches: [ test ] + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: pages + cancel-in-progress: true + +jobs: + deploy: + runs-on: ubuntu-latest + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + + steps: + - name: Checkout + uses: actions/checkout@v6 + with: + ref: test + + - name: Fetch Latest Release + id: fetch_release + run: | + # Fetch the release JSON from the Armbian repo + curl -s https://api.github.com/repos/armbian/imager/releases/latest > latest.json + + + - name: Upload Pages artifact + uses: actions/upload-pages-artifact@v3 + with: + path: . + + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/index.html b/index.html index 7ca469e..01ce829 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,427 @@ - + - - - - - Armbian Imager - - -
- - + + + + Armbian Imager - Download + + + + +
+ + +
+ +
+

Flash OS images easily

+

The ultimate tool for creating bootable USB drives and SD cards for Armbian.

+
+ +
+
+ + +
+ Recommended for your system +
+ + Detecting... + +
+
+ + +
+
+ + + +
+ +
+
    +
    +
    +
      +
      +
      +
        +
        +
        + +
        +
        + + + + + From b3406b0f125c73c45f08b0e1c47780c622c79c17 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 8 Jan 2026 09:40:56 +0100 Subject: [PATCH 2/3] Several small visual improvents --- index.html | 130 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 109 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index 01ce829..cbc88d5 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,8 @@
        - - +

        Flash OS images easily

        The ultimate tool for creating bootable USB drives and SD cards for Armbian.

        + +
        + + + + + armbian/imager + +
        +
        + + + + - +
        +
        + + + + - +
        +
        +
        @@ -194,16 +267,31 @@

        Flash OS images easily

        - © 2024 Armbian. Open Source software. + © 2026 Armbian. Open Source software.