add aur subdomain + new fontawesome
All checks were successful
/ deploy (push) Successful in 7s

This commit is contained in:
toufic ar 2026-02-10 23:01:48 +02:00
parent 1867188fc1
commit 51e31289ea
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k
10 changed files with 43 additions and 14 deletions

View file

@ -18,4 +18,4 @@ jobs:
ssh-key: ${{ secrets.ACTIONS_SSH_KEY }} ssh-key: ${{ secrets.ACTIONS_SSH_KEY }}
add-hosts: "toufy.me" add-hosts: "toufy.me"
- name: sync repo - name: sync repo
run: rsync -az . root@toufy.me:/var/www/toufy.me run: rsync -az . --delete root@toufy.me:/var/www/toufy.me

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
/*! /*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2025 Fonticons, Inc. * Copyright 2026 Fonticons, Inc.
*/ */
:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-regular:normal 400 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2)}.far{--fa-style:400}.fa-classic,.far{--fa-family:var(--fa-family-classic)}.fa-regular{--fa-style:400} :host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-regular:normal 400 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2)}.far{--fa-style:400}.fa-classic,.far{--fa-family:var(--fa-family-classic)}.fa-regular{--fa-style:400}

View file

@ -1,6 +1,6 @@
/*! /*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2025 Fonticons, Inc. * Copyright 2026 Fonticons, Inc.
*/ */
:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900} :host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}

View file

@ -168,7 +168,7 @@
target="_blank" target="_blank"
>snowflake</a >snowflake</a
>. open this page and keep the tab running in the background to >. open this page and keep the tab running in the background to
spin up your own snowflake instance</p spin up your own snowflake instance.</p
> >
<div class="sd-grid-actions-row"> <div class="sd-grid-actions-row">
@ -186,6 +186,35 @@
></a> ></a>
</div> </div>
</div> </div>
<div class="sd-grid-card">
<h3 class="sd-grid-card-title"
><i class="fa-brands fa-arch-linux"></i><span>aur</span></h3
>
<p class="sd-grid-card-description">
weekly builds of
<a
href="https://aur.archlinux.org"
target="_blank"
>AUR</a
>
packages (mostly for development) that i use, but if someone
requests a package i might add it.
</p>
<div class="sd-grid-actions-row">
<a
class="sd-grid-card-action"
href="https://aur.toufy.me"
target="_blank"
>check<i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
<a
class="sd-grid-card-action"
href="https://git.toufy.me/toufy/taur"
target="_blank"
>source<i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="sd-grid-card"> <div class="sd-grid-card">
<h3 class="sd-grid-card-title" <h3 class="sd-grid-card-title"
><i class="fa-solid fa-wifi"></i><span>captive portal</span></h3 ><i class="fa-solid fa-wifi"></i><span>captive portal</span></h3
@ -199,7 +228,7 @@
> >
as an alternative to android's default as an alternative to android's default
<code>connectivitycheck.gstatic.com</code> <code>connectivitycheck.gstatic.com</code>
by google</p by google.</p
> >
<div class="sd-grid-actions-row"> <div class="sd-grid-actions-row">