Merge branch 'dev' into patch-2

This commit is contained in:
Nuno Coração
2025-05-01 16:58:46 +01:00
committed by GitHub
30 changed files with 804 additions and 492 deletions
@@ -47,7 +47,7 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@@ -47,7 +47,7 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@@ -47,7 +47,7 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
@@ -47,7 +47,7 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
+18
View File
@@ -887,6 +887,24 @@
"Outdoor Blog"
]
},
{
"title": "The Space 🌍",
"url": "https://panoskorovesis.github.io/",
"source": "https://github.com/panoskorovesis/panoskorovesis.github.io",
"tags": [
"Personal Website",
"Tech Blog"
]
},
{
"title": "blog.francescopapini.com",
"url": "https://blog.francescopapini.com",
"source": "https://github.com/papo1011/blog",
"tags": [
"Personal site",
"blog"
]
},
{
"title": "Adri Antunez's Cloud Site",
"url": "https://adriantunez.cloud",
@@ -1,18 +1,18 @@
{{ $jsHome := resources.Get "js/home.js" | resources.Minify | resources.Fingerprint "sha512" }}
<div id="background">
{{ partial "partials/home/background.html" . }}
{{ partial "home/background.html" . }}
</div>
<div id="hero" style="display:none">
{{ partial "partials/home/hero.html" . }}
{{ partial "home/hero.html" . }}
</div>
<div id="profile" style="display:none">
{{ partial "partials/home/profile.html" . }}
{{ partial "home/profile.html" . }}
</div>
<div id="card" style="display:none">
{{ partial "partials/home/card.html" . }}
{{ partial "home/card.html" . }}
</div>
<div id="page" style="display:none">
{{ partial "partials/home/page.html" . }}
{{ partial "home/page.html" . }}
</div>
<section>
{{ partial "recent-articles-demo.html" . }}