Compare commits

..

13 Commits

Author SHA1 Message Date
alexlebens 1bd717bdb6 Merge pull request 'Main' (#478) from main into release
Reviewed-on: #478
2026-05-22 22:01:42 +00:00
alexlebens 526d5c947b Merge pull request 'chore(deps): update dependency node to v24.16.0' (#474) from renovate/node-24.x into main
Reviewed-on: #474
2026-05-22 21:58:14 +00:00
alexlebens 6543c7119a Merge pull request 'chore(deps): update docker/login-action action to v4.2.0' (#475) from renovate/docker-login-action-4.x into main
Reviewed-on: #475
2026-05-22 21:56:44 +00:00
alexlebens 75c702fc5d Merge pull request 'chore(deps): update docker/metadata-action action to v6.1.0' (#476) from renovate/docker-metadata-action-6.x into main
Reviewed-on: #476
2026-05-22 21:56:35 +00:00
alexlebens 88f18323c6 Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4.1.0' (#477) from renovate/docker-setup-buildx-action-4.x into main
Reviewed-on: #477
2026-05-22 21:56:27 +00:00
renovate-bot 8de59b109e chore(deps): update docker/setup-buildx-action action to v4.1.0
test-build / guarddog (pull_request) Successful in 1m17s
test-build / build (pull_request) Successful in 2m8s
2026-05-22 20:43:01 +00:00
renovate-bot ffa0d864f2 chore(deps): update docker/metadata-action action to v6.1.0
test-build / guarddog (pull_request) Successful in 4m23s
test-build / build (pull_request) Successful in 4m57s
2026-05-22 20:42:56 +00:00
renovate-bot c08e5f4622 chore(deps): update docker/login-action action to v4.2.0
test-build / build (pull_request) Successful in 5m47s
test-build / guarddog (pull_request) Successful in 8m50s
2026-05-22 20:42:37 +00:00
renovate-bot a57d2e0057 chore(deps): update dependency node to v24.16.0
test-build / build (pull_request) Failing after 4m28s
test-build / guarddog (pull_request) Successful in 12m2s
2026-05-22 20:42:25 +00:00
semantic-release-bot 530694630f chore(release): 3.22.0 [skip ci]
# [3.22.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.21.0...3.22.0) (2026-05-22)

### Features

* move script load to base layout ([12ad6e3](12ad6e315a))
* slight adjustment to background ([366f7a8](366f7a834e))
2026-05-22 19:02:36 +00:00
alexlebens 511c22bb4d Merge pull request 'Main' (#473) from main into release
release-image / build (push) Successful in 5m8s
release-image / guarddog (push) Successful in 9m6s
release-image / semantic-release (push) Successful in 3m30s
release-image / release-harbor (push) Successful in 8m35s
release-image / release-gitea (push) Successful in 1m42s
Reviewed-on: #473
2026-05-22 18:50:13 +00:00
alexlebens 366f7a834e feat: slight adjustment to background
test-build / guarddog (push) Successful in 5m11s
test-build / build (push) Successful in 7m16s
2026-05-21 21:12:51 -05:00
alexlebens 12ad6e315a feat: move script load to base layout 2026-05-21 21:12:51 -05:00
7 changed files with 36 additions and 24 deletions
+10 -10
View File
@@ -29,7 +29,7 @@ jobs:
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v6.4.0 uses: actions/setup-node@v6.4.0
with: with:
node-version: 24.15.0 node-version: 24.16.0
- name: Set up Bun - name: Set up Bun
uses: oven-sh/setup-bun@v2.2.0 uses: oven-sh/setup-bun@v2.2.0
@@ -135,7 +135,7 @@ jobs:
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v6.4.0 uses: actions/setup-node@v6.4.0
with: with:
node-version: 24.15.0 node-version: 24.16.0
- name: Set up Bun - name: Set up Bun
uses: oven-sh/setup-bun@v2.2.0 uses: oven-sh/setup-bun@v2.2.0
@@ -165,14 +165,14 @@ jobs:
ref: release ref: release
- name: Login to Harbor Registry - name: Login to Harbor Registry
uses: docker/login-action@v4.1.0 uses: docker/login-action@v4.2.0
with: with:
registry: ${{ vars.REGISTRY_HOST }} registry: ${{ vars.REGISTRY_HOST }}
username: ${{ vars.REGISTRY_USER }} username: ${{ vars.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_SECRET }} password: ${{ secrets.REGISTRY_SECRET }}
- name: Login to Docker - name: Login to Docker
uses: docker/login-action@v4.1.0 uses: docker/login-action@v4.2.0
with: with:
registry: ${{ vars.DH_REGISTRY }} registry: ${{ vars.DH_REGISTRY }}
username: ${{ secrets.DH_USERNAME }} username: ${{ secrets.DH_USERNAME }}
@@ -185,7 +185,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx
uses: docker/setup-buildx-action@v4.0.0 uses: docker/setup-buildx-action@v4.1.0
with: with:
driver: kubernetes driver: kubernetes
driver-opts: | driver-opts: |
@@ -200,7 +200,7 @@ jobs:
- name: Extract Metadata - name: Extract Metadata
id: meta id: meta
uses: docker/metadata-action@v6.0.0 uses: docker/metadata-action@v6.1.0
with: with:
images: | images: |
${{ vars.REGISTRY_HOST }}/images/site-profile ${{ vars.REGISTRY_HOST }}/images/site-profile
@@ -269,14 +269,14 @@ jobs:
ref: release ref: release
- name: Login to Gitea Registry - name: Login to Gitea Registry
uses: docker/login-action@v4.1.0 uses: docker/login-action@v4.2.0
with: with:
registry: ${{ vars.REPOSITORY_HOST }} registry: ${{ vars.REPOSITORY_HOST }}
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REPOSITORY_TOKEN }} password: ${{ secrets.REPOSITORY_TOKEN }}
- name: Login to Docker - name: Login to Docker
uses: docker/login-action@v4.1.0 uses: docker/login-action@v4.2.0
with: with:
registry: ${{ vars.DH_REGISTRY }} registry: ${{ vars.DH_REGISTRY }}
username: ${{ secrets.DH_USERNAME }} username: ${{ secrets.DH_USERNAME }}
@@ -289,7 +289,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx
uses: docker/setup-buildx-action@v4.0.0 uses: docker/setup-buildx-action@v4.1.0
with: with:
driver: kubernetes driver: kubernetes
driver-opts: | driver-opts: |
@@ -304,7 +304,7 @@ jobs:
- name: Extract Metadata - name: Extract Metadata
id: meta id: meta
uses: docker/metadata-action@v6.0.0 uses: docker/metadata-action@v6.1.0
with: with:
images: | images: |
${{ vars.REPOSITORY_HOST }}/${{ gitea.repository }} ${{ vars.REPOSITORY_HOST }}/${{ gitea.repository }}
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v6.4.0 uses: actions/setup-node@v6.4.0
with: with:
node-version: 24.15.0 node-version: 24.16.0
- name: Set up Bun - name: Set up Bun
uses: oven-sh/setup-bun@v2.2.0 uses: oven-sh/setup-bun@v2.2.0
+8
View File
@@ -1,3 +1,11 @@
# [3.22.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.21.0...3.22.0) (2026-05-22)
### Features
* move script load to base layout ([12ad6e3](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/12ad6e315a5b0875140bd4bba8adfb1e07085ab7))
* slight adjustment to background ([366f7a8](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/366f7a834e58246b060aed0cab2c65f682e31249))
# [3.21.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.20.2...3.21.0) (2026-05-22) # [3.21.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.20.2...3.21.0) (2026-05-22)
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "site-profile", "name": "site-profile",
"type": "module", "type": "module",
"version": "3.21.0", "version": "3.22.0",
"homepage": "https://www.alexlebens.dev", "homepage": "https://www.alexlebens.dev",
"bugs": { "bugs": {
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues", "url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",
@@ -166,7 +166,3 @@ const experiences = ((await directus.request(
})} })}
</ul> </ul>
</section> </section>
<script>
import "@preline/collapse/index.js";
</script>
+14 -6
View File
@@ -62,12 +62,6 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
window.localStorage.setItem('theme', theme); window.localStorage.setItem('theme', theme);
</script> </script>
<!-- Preline -->
<script
src="/vendor/preline/collapse2.1.0.min.js"
is:inline
></script>
<!-- Rybbit Tracking Snippet --> <!-- Rybbit Tracking Snippet -->
<script <script
src="https://rybbit.alexlebens.dev/api/script.js" src="https://rybbit.alexlebens.dev/api/script.js"
@@ -101,6 +95,20 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
</main> </main>
</div> </div>
<!-- Load Preline -->
<script>
import "preline";
if (window.HSStaticMethods) {
window.HSStaticMethods.autoInit();
}
document.addEventListener("swup:page:view", () => {
if (window.HSStaticMethods) {
window.HSStaticMethods.autoInit();
}
});
</script>
</body> </body>
</html> </html>
+2 -2
View File
@@ -50,8 +50,8 @@
--color-background-accent: light-dark(color-mix(in srgb, var(--color-slate-300) 40%, transparent), color-mix(in srgb, var(--color-mist-900) 20%, transparent)); --color-background-accent: light-dark(color-mix(in srgb, var(--color-slate-300) 40%, transparent), color-mix(in srgb, var(--color-mist-900) 20%, transparent));
--color-background-card: light-dark(color-mix(in srgb, var(--color-mist-100) 80%, transparent), color-mix(in srgb, var(--color-mist-900) 40%, transparent)); --color-background-card: light-dark(color-mix(in srgb, var(--color-mist-100) 80%, transparent), color-mix(in srgb, var(--color-mist-900) 40%, transparent));
--color-background-1: light-dark(color-mix(in srgb, var(--color-mist-200) 75%, var(--color-slate-100)), color-mix(in srgb, var(--color-mist-700) 95%, var(--color-mist-950))); --color-background-1: light-dark(color-mix(in srgb, var(--color-mist-200) 75%, var(--color-slate-100)), color-mix(in srgb, var(--color-mist-700) 75%, var(--color-mist-950)));
--color-background-2: light-dark(color-mix(in srgb, var(--color-mist-400) 10%, var(--color-slate-100)), color-mix(in srgb, var(--color-mist-700) 80%, var(--color-mist-950))); --color-background-2: light-dark(color-mix(in srgb, var(--color-mist-400) 10%, var(--color-slate-100)), color-mix(in srgb, var(--color-mist-700) 50%, var(--color-mist-900)));
--color-background-3: light-dark(color-mix(in srgb, var(--color-mist-200) 85%, var(--color-slate-100)), color-mix(in srgb, var(--color-mist-700) 85%, var(--color-mist-950))); --color-background-3: light-dark(color-mix(in srgb, var(--color-mist-200) 85%, var(--color-slate-100)), color-mix(in srgb, var(--color-mist-700) 85%, var(--color-mist-950)));
/* Object colors */ /* Object colors */