mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-22 07:48:03 +01:00
fix
This commit is contained in:
parent
4fb014ba86
commit
3ac29f8266
5 changed files with 18 additions and 13 deletions
BIN
content/about/39.jpg
(Stored with Git LFS)
Normal file
BIN
content/about/39.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
content/about/40.jpg
(Stored with Git LFS)
Normal file
BIN
content/about/40.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
content/about/41.jpg
(Stored with Git LFS)
Normal file
BIN
content/about/41.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -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
|
ShowReadingTime: false
|
||||||
ShowBreadCrumbs: false
|
ShowBreadCrumbs: false
|
||||||
ShowPostNavLinks: true
|
ShowPostNavLinks: true
|
||||||
ShowWordCount: false
|
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.
|
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/)
|
![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)](/attachments/41/processed/)](/attachments/41/original/)
|
![His usual avatar for online profiles, the dwarf from a medieval fantasy audio story named "Le Donjon de Naheulbeuk" (French)](41.jpg)
|
||||||
{: .profile }
|
|
||||||
|
|
||||||
## Where to find me {#contact}
|
## 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) | |
|
| [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.
|
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).
|
|
||||||
|
|
|
@ -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.
|
Initially, the page took about 6 to 7 seconds to fully load. Before that, nothing was displayed on screen.
|
||||||
|
|
||||||
| | Before htmx | After htmx |
|
| | Before htmx | After htmx |
|
||||||
|---|-------------|------------|
|
|-----------------------------|-------------|------------|
|
||||||
|[LCP](https://web.dev/lcp/)| 6 seconds | ? |
|
| [LCP](https://web.dev/lcp/) | 6 seconds | ? |
|
||||||
|
|
||||||
Here's what the template looked like:
|
Here's what the template looked like:
|
||||||
|
|
||||||
```jinja hl_lines="32 36 37 38"
|
```jinja
|
||||||
{% extends "common/base.html" %}
|
{% extends "common/base.html" %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
Loading…
Reference in a new issue