Compare commits
3 Commits
f408c6a5fa
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 682deae813 | |||
| 4a400ff673 | |||
| a723c001d0 |
@@ -7,14 +7,14 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
container: docker.io/alpine:3.20
|
container: docker.io/alpine:3.23
|
||||||
steps:
|
steps:
|
||||||
# TODO: Use Nix Flakes
|
# TODO: Use Nix Flakes
|
||||||
- name: Install the dependencies
|
- name: Install the dependencies
|
||||||
run: |
|
run: |
|
||||||
apk update &&
|
apk update &&
|
||||||
apk add hugo git npm &&
|
apk add hugo git npm &&
|
||||||
npm install -g wrangler
|
npm install -g wrangler
|
||||||
|
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ languageName = "English"
|
|||||||
links = [
|
links = [
|
||||||
{ gitea = "https://git.nicolabelluti.me/nicolabelluti" },
|
{ gitea = "https://git.nicolabelluti.me/nicolabelluti" },
|
||||||
{ github = "https://github.com/nicolabelluti" },
|
{ github = "https://github.com/nicolabelluti" },
|
||||||
|
{ linkedin = "https://linkedin.com/in/nicolabelluti?locale=en_US" },
|
||||||
{ reddit = "https://reddit.com/u/nicola-belluti" },
|
{ reddit = "https://reddit.com/u/nicola-belluti" },
|
||||||
{ instagram = "https://instagram.com/nicola.belluti" },
|
{ instagram = "https://instagram.com/nicola.belluti" },
|
||||||
{ email = "mailto:me [at] [this domain]" },
|
{ email = "mailto:me [at] [this domain]" },
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ languageName = "Italiano"
|
|||||||
links = [
|
links = [
|
||||||
{ gitea = "https://git.nicolabelluti.me/nicolabelluti" },
|
{ gitea = "https://git.nicolabelluti.me/nicolabelluti" },
|
||||||
{ github = "https://github.com/nicolabelluti" },
|
{ github = "https://github.com/nicolabelluti" },
|
||||||
|
{ linkedin = "https://linkedin.com/in/nicolabelluti?locale=it_IT" },
|
||||||
{ reddit = "https://reddit.com/u/nicola-belluti" },
|
{ reddit = "https://reddit.com/u/nicola-belluti" },
|
||||||
{ instagram = "https://instagram.com/nicola.belluti" },
|
{ instagram = "https://instagram.com/nicola.belluti" },
|
||||||
{ email = "mailto:me [chiocciola] [questo dominio]" },
|
{ email = "mailto:me [chiocciola] [questo dominio]" },
|
||||||
|
|||||||
+1
-1
Submodule themes/blowfish updated: 52d6eb7bb1...d0a1a5b249
Reference in New Issue
Block a user