From 3ac29f826621833e220e9a75889fd6e36da30f23 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 18 May 2023 17:49:45 +0200 Subject: [PATCH] fix --- content/about/39.jpg | 3 +++ content/about/40.jpg | 3 +++ content/about/41.jpg | 3 +++ content/{about.md => about/index.md} | 14 +++++--------- .../index.md | 8 ++++---- 5 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 content/about/39.jpg create mode 100644 content/about/40.jpg create mode 100644 content/about/41.jpg rename content/{about.md => about/index.md} (69%) diff --git a/content/about/39.jpg b/content/about/39.jpg new file mode 100644 index 0000000..5e317c7 --- /dev/null +++ b/content/about/39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a12de2d5f9307cdafb9be9b65bc983e1289ff8c50dc661dd333b1854508071 +size 19674 diff --git a/content/about/40.jpg b/content/about/40.jpg new file mode 100644 index 0000000..a6996f7 --- /dev/null +++ b/content/about/40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af16ab2596d3d6cbcb04b4231b6dd9960d29e672584cd7c4f8940dd780c1be6 +size 499127 diff --git a/content/about/41.jpg b/content/about/41.jpg new file mode 100644 index 0000000..df22c40 --- /dev/null +++ b/content/about/41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a5c6de69d06b2c5ab2753ab531a126730510183a7a7c3dc9d1918146e8dbdb +size 116480 diff --git a/content/about.md b/content/about/index.md similarity index 69% rename from content/about.md rename to content/about/index.md index 7f6faaf..c3ce1b6 100644 --- a/content/about.md +++ b/content/about/index.md @@ -1,16 +1,16 @@ --- -title: About me +title: "About me" +tags: ['Gabriel Augendre', 'blog', 'homepage'] +date: 2020-05-12T11:29:02+00:00 ShowReadingTime: false ShowBreadCrumbs: false ShowPostNavLinks: true ShowWordCount: false --- - I'm Gabriel, a Go and Python software developer at [OVHcloud](https://www.ovhcloud.com/) (Lyon, France) and [FOSS](https://en.wikipedia.org/wiki/Free_and_open-source_software) enthusiast. -[![A picture of Gabriel Augendre](/attachments/39/processed/)](/attachments/40/original/) -[![His usual avatar for online profiles, the dwarf from a medieval fantasy audio story named "Le Donjon de Naheulbeuk" (French)](/attachments/41/processed/)](/attachments/41/original/) -{: .profile } +![A picture of Gabriel Augendre](39.jpg) +![His usual avatar for online profiles, the dwarf from a medieval fantasy audio story named "Le Donjon de Naheulbeuk" (French)](41.jpg) ## Where to find me {#contact} @@ -21,7 +21,3 @@ I'm Gabriel, a Go and Python software developer at [OVHcloud](https://www.ovhclo | [GitLab](https://gitlab.com/gaugendre) | | My resume is available as [a pdf](https://cv-gabriel.augendre.info) (in French) if you want to take a look. - -## Analytics -This website uses GoatCounter, a privacy respecting analytics tool. They are [publicly available](https://gc.gabnotes.org). - diff --git a/content/posts/reduce-your-page-load-time-with-htmx-in-less-than-an-hour/index.md b/content/posts/reduce-your-page-load-time-with-htmx-in-less-than-an-hour/index.md index 755ef43..e8d3e38 100644 --- a/content/posts/reduce-your-page-load-time-with-htmx-in-less-than-an-hour/index.md +++ b/content/posts/reduce-your-page-load-time-with-htmx-in-less-than-an-hour/index.md @@ -22,13 +22,13 @@ This app also has a reporting section, where I'm generating graphs using matplot Initially, the page took about 6 to 7 seconds to fully load. Before that, nothing was displayed on screen. -| | Before htmx | After htmx | -|---|-------------|------------| -|[LCP](https://web.dev/lcp/)| 6 seconds | ? | +| | Before htmx | After htmx | +|-----------------------------|-------------|------------| +| [LCP](https://web.dev/lcp/) | 6 seconds | ? | Here's what the template looked like: -```jinja hl_lines="32 36 37 38" +```jinja {% extends "common/base.html" %} {% load static %} {% load i18n %}