mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Merge branch 'dev' into dev
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user