diff --git a/content/pages/index.md b/content/pages/index.md index d644bf5..73916e9 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -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 mdk@chapril.org on [XMPP](https://xmpp.chapril.org/i/mdk@chapril.org). -- I'm julien@palard.fr 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 mdk@chapril.org on [XMPP](https://xmpp.chapril.org/i/mdk@chapril.org). +- I'm julien@palard.fr by email. diff --git a/pelicanconf.py b/pelicanconf.py index aa356f6..1eb9bcd 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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"