Merge branch 'dev' into dev

This commit is contained in:
Nuno Coração
2025-05-01 16:59:46 +01:00
committed by GitHub
30 changed files with 168 additions and 107 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -888,12 +888,40 @@
]
},
{
"title": "irusukan",
"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",
"source": "n/a",
"tags": [
"Technology Blog",
"Personal site",
"Blog"
]
},
{
"title": "irusukan",
"url": "https://irusukan.com",
"source": "n/a",
"tags": [
"Personal Site"
"Blog"
]
"Personal Site",
"Blog"
]
}
]
]

View File

@@ -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" . }}