Compare commits
68 Commits
Author | SHA1 | Date | |
---|---|---|---|
d83d53180d | |||
511fdbce7c | |||
e2bdc520dd | |||
d5eeda3bab | |||
bcb10ec9ad | |||
0d760d43d6 | |||
78236841f0 | |||
b3239b9d96 | |||
6442e21ba7 | |||
7204fa7c1b | |||
8b01419070 | |||
761fbd2074 | |||
8c6d0000f9 | |||
47a6edf37e | |||
c310333396 | |||
94f980d399 | |||
dced346102 | |||
3e2f7059b5 | |||
877e2b5c5b | |||
66edc2016a | |||
08de9a59b9 | |||
e86caebaf5 | |||
88315c0b8e | |||
4a281b9502 | |||
59d47e6938 | |||
1756ef7c54 | |||
aa4b8199f6 | |||
69df8decb9 | |||
b084807eb7 | |||
ee90948a73 | |||
014d8296eb | |||
8df54d0495 | |||
c0a93ea0cc | |||
6edc7790dc | |||
f2114e001b | |||
1b715c2a8d | |||
07ca3dd3a5 | |||
a333928d39 | |||
eadcddc659 | |||
ad9b1cd38d | |||
4789bb5c03 | |||
c57c660f9f | |||
2c66d6c165 | |||
cd025a9291 | |||
4f5ff56f9e | |||
728da376f7 | |||
e87401928e | |||
aa84e6e182 | |||
d2085e2305 | |||
7fefb3d53b | |||
2304d88224 | |||
2c3c115517 | |||
64191136a2 | |||
2798b4f3bd | |||
5d4bfe05de | |||
e8daa92fba | |||
f3317ba2ac | |||
ed89f99265 | |||
278a4e57e9 | |||
6e4c44e746 | |||
933d29d395 | |||
6a15af8e82 | |||
c2c3763976 | |||
bafbda6a6f | |||
b4f6b8cc98 | |||
22a456e8b0 | |||
a4dcae26c2 | |||
4b19c14aae |
@ -1,7 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- "v*"
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -10,27 +10,17 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: peaceiris/actions-hugo@v3
|
|
||||||
with:
|
|
||||||
extended: true
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: resources
|
path: resources
|
||||||
key: ${{ runner.os }}-resources
|
key: ${{ runner.os }}-resources
|
||||||
- name: Build test
|
- uses: peaceiris/actions-hugo@v3
|
||||||
|
with:
|
||||||
|
extended: true
|
||||||
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
- uses: docker/metadata-action@v5
|
- uses: https://gitea.okami101.io/okami101/actions/docker@main
|
||||||
id: meta
|
|
||||||
with:
|
with:
|
||||||
images: ${{ vars.CONTAINER_REGISTRY_URL }}/${{ gitea.repository }}
|
|
||||||
- uses: docker/login-action@v3
|
|
||||||
with:
|
|
||||||
registry: ${{ vars.CONTAINER_REGISTRY_URL }}
|
|
||||||
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
|
||||||
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||||
- uses: docker/build-push-action@v6
|
gitea-token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
with:
|
release: true
|
||||||
context: .
|
|
||||||
push: true
|
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -21,16 +21,5 @@ ignoreFiles = ['_data/*']
|
|||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS", "JSON"]
|
home = ["HTML", "RSS", "JSON"]
|
||||||
|
|
||||||
[author]
|
|
||||||
name = "Adrien Beaudouin"
|
|
||||||
image = "author.jpg"
|
|
||||||
bio = "A senior web developer @janze"
|
|
||||||
links = [
|
|
||||||
{ email = "mailto:adrien@okami101.io" },
|
|
||||||
{ github = "https://github.com/adr1enbe4udou1n" },
|
|
||||||
{ linkedin = "https://linkedin.com/in/adr1enbe4udou1n" },
|
|
||||||
{ twitter = "https://twitter.com/adr1enbe4udou1n" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
posts = "/:year/:month/:title/"
|
posts = "/:year/:month/:title/"
|
||||||
|
@ -61,3 +61,14 @@ excludedKinds = ["taxonomy", "term"]
|
|||||||
# bing = ""
|
# bing = ""
|
||||||
# pinterest = ""
|
# pinterest = ""
|
||||||
# yandex = ""
|
# yandex = ""
|
||||||
|
|
||||||
|
[author]
|
||||||
|
name = "Adrien Beaudouin"
|
||||||
|
image = "author.jpg"
|
||||||
|
bio = "A senior web developer @janze"
|
||||||
|
links = [
|
||||||
|
{ email = "mailto:adrien@okami101.io" },
|
||||||
|
{ github = "https://github.com/adr1enbe4udou1n" },
|
||||||
|
{ linkedin = "https://linkedin.com/in/adr1enbe4udou1n" },
|
||||||
|
{ bluesky = "https://bsky.app/profile/adr1enbe4udou1n.bsky.social" },
|
||||||
|
]
|
||||||
|
@ -4,5 +4,5 @@ description: "This is adr1enbe4udou1n blog."
|
|||||||
---
|
---
|
||||||
|
|
||||||
{{< lead >}}
|
{{< lead >}}
|
||||||
A 🧔🌍💻 aka senior web developer @Bretagne 🇫🇷
|
A 🧔🌍💻 aka senior test web developer @Bretagne 🇫🇷
|
||||||
{{< /lead >}}
|
{{< /lead >}}
|
||||||
|
File diff suppressed because it is too large
Load Diff
2453
content/posts/23-web-api-benchmarks-2025/index.md
Normal file
2453
content/posts/23-web-api-benchmarks-2025/index.md
Normal file
File diff suppressed because it is too large
Load Diff
1
content/posts/23-web-api-benchmarks-2025/thumb.svg
Normal file
1
content/posts/23-web-api-benchmarks-2025/thumb.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.7 KiB |
@ -76,9 +76,6 @@
|
|||||||
<div class="flex items-center gap-4">
|
<div class="flex items-center gap-4">
|
||||||
<img src="/kube.png" width="30" height="30" alt="Kubernetes"
|
<img src="/kube.png" width="30" height="30" alt="Kubernetes"
|
||||||
title="Run on K3s over Hetzner Cloud" />
|
title="Run on K3s over Hetzner Cloud" />
|
||||||
<a href="https://concourse.okami101.io/teams/main/pipelines/okami-blog" target="_blank">
|
|
||||||
<img src="https://concourse.okami101.io/api/v1/teams/main/pipelines/okami-blog/badge" alt="build" />
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden lg:block">
|
<div class="hidden lg:block">
|
||||||
{{/* Copyright */}}
|
{{/* Copyright */}}
|
||||||
@ -89,7 +86,7 @@
|
|||||||
{{- else }}
|
{{- else }}
|
||||||
©
|
©
|
||||||
{{ now.Format "2006" }}
|
{{ now.Format "2006" }}
|
||||||
{{ .Site.Author.name | markdownify | emojify }}
|
{{ .Site.Params.Author.name | markdownify | emojify }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
>
|
>
|
||||||
<header class="flex flex-col items-center mb-3">
|
<header class="flex flex-col items-center mb-3">
|
||||||
<h1 class="text-4xl font-extrabold">
|
<h1 class="text-4xl font-extrabold">
|
||||||
{{ .Site.Author.name | default .Site.Title }}
|
{{ .Site.Params.Author.name | default .Site.Title }}
|
||||||
</h1>
|
</h1>
|
||||||
{{ with .Site.Author.headline }}
|
{{ with .Site.Params.Author.headline }}
|
||||||
<h2 class="text-xl text-neutral-500 dark:text-neutral-400">
|
<h2 class="text-xl text-neutral-500 dark:text-neutral-400">
|
||||||
{{ . | markdownify | emojify }}
|
{{ . | markdownify | emojify }}
|
||||||
</h2>
|
</h2>
|
||||||
|
Submodule themes/congo updated: 5c8ab32b5b...9dbf87b450
Reference in New Issue
Block a user