Put the an at the index, my blog is not very interesting.

This commit is contained in:
Julien Palard 2022-11-04 09:54:46 +01:00
parent 74aa8dc166
commit 5643df184f
2 changed files with 14 additions and 21 deletions

View File

@ -2,29 +2,20 @@ Title: Julien Palard
Date: 2016-05-28
description: Julien Palard - mdk.fr
status: hidden
URL:
save_as: index.html
CPython core developer, PSF fellow, independent Python trainer.
You can easily find me:
- I'm `mdk` on [Libera.Chat](https://web.libera.chat/#python-fr)
- I'm <a href=xmpp:mdk@chapril.org>mdk@chapril.org</a> on [XMPP](https://xmpp.chapril.org/i/mdk@chapril.org).
- I'm <a href=mailto:julien@palard.fr>julien@palard.fr</a> by email.
My projects:
- Translating the [Python documentation in French](https://docs.python.org/fr/).
- Building an online Python exercises platform: [Hackinscience](https://hackinscience.org/).
- many other projects on [my github](https://github.com/JulienPalard).
- I build an interactive Python learning tool: [hackinscience.org](https://hackinscience.org/), it's free and [open-source](https://framagit.org/hackinscience/hkis-website).
- I help translating the [Python documentation in French](https://docs.python.org/fr/) (come and help [here](https://github.com/python/python-docs-fr)).
- Other projects on [AFPy's gitea](https://git.afpy.org/mdk) and [my github](https://github.com/JulienPalard).
If you need it:
If you want to get in touch:
- [My CV](https://mdk.fr/Julien-Palard.pdf)
- [My ssh key](https://mdk.fr/id_rsa.pub)
- [My gpg key](/pages/gpg.html)
> "Walking on water and developing software from a specification are easy if both are frozen." - Edward V. Berard -
> "Refactoring is like doing the washing up after cooking." - @tobyparkins -
> "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook - The Wizardry Compiled (1989) -
- I'm [@mdk@mamot.fr](https://mamot.fr/@mdk) on [Mastodon](https://joinmastodon.org).
- I'm `mdk` on [IRC](https://web.libera.chat/#python-fr)
- I'm <a href=xmpp:mdk@chapril.org>mdk@chapril.org</a> on [XMPP](https://xmpp.chapril.org/i/mdk@chapril.org).
- I'm <a href=mailto:julien@palard.fr>julien@palard.fr</a> by email.

View File

@ -18,9 +18,11 @@ DISPLAY_PAGES_ON_MENU = False
MAIN_MENU = False
LINKS = (
("About me", "/pages/julien-palard.html"),
("Blog", "/blog/"),
("My Talks", "/pages/talks.html"),
("HackInScience", "https://hackinscience.org"),
("My CV", "/Julien-Palard.pdf"),
("My SSH keys", "/id_rsa.pub"),
("My GPG key", "/pages/gpg.html"),
)
PATH = "content"