diff --git a/content/blog/2021-bash.md b/content/blog/2021-bash.md index e45f2dd..588be2d 100644 --- a/content/blog/2021-bash.md +++ b/content/blog/2021-bash.md @@ -1,6 +1,5 @@ --- Title: How I use bash -Date: 2021-06-04 06:20:00 Summary: This is how I use bash, as I presented it at « En attendant la PyCon Fr ». --- diff --git a/content/blog/2021-gandi-vps-any-os.md b/content/blog/2021-gandi-vps-any-os.md index 428ed2d..ce24e9c 100644 --- a/content/blog/2021-gandi-vps-any-os.md +++ b/content/blog/2021-gandi-vps-any-os.md @@ -1,6 +1,5 @@ --- Title: How to install any distrib on a Gandi VPS -Date: 2021-11-18 08:51:00 Summary: I needed to install BBB, which requires Ubuntu 18.0.4, but they only had Ubuntu 20.0.4... --- diff --git a/content/blog/2021-hackinscience.md b/content/blog/2021-hackinscience.md index 7a1a527..cbd434f 100644 --- a/content/blog/2021-hackinscience.md +++ b/content/blog/2021-hackinscience.md @@ -1,6 +1,5 @@ --- Title: HackInScience hits 10k solved exercices per month! -Date: 2021-06-04 18:16:00 Summary: HackInScience is my litlle side-project to teach Python at scale. Last month, ~1000 persons solved ~10k exercices on it. --- diff --git a/content/blog/2022-iphone.md b/content/blog/2022-iphone.md index d134988..be8d61a 100644 --- a/content/blog/2022-iphone.md +++ b/content/blog/2022-iphone.md @@ -1,6 +1,5 @@ --- Title: Finding a lost iPhone owner, the hard way -Date: 2022-06-07 11:39:00 Summary: My parents found an iPhone, couldn't locate its owner. What I tried next. --- diff --git a/content/blog/2022-pipe-v2.md b/content/blog/2022-pipe-v2.md index 495bc5c..693ec0b 100644 --- a/content/blog/2022-pipe-v2.md +++ b/content/blog/2022-pipe-v2.md @@ -1,6 +1,5 @@ --- Title: Releasing pipe v2.0 -Date: 2022-05-23 09:31:00 Summary: Introducing partially parametrized pipes! --- diff --git a/content/blog/2023-01-mobian-black-screen.en.md b/content/blog/2023-01-mobian-black-screen.en.md index 609c3a9..46e53cf 100644 --- a/content/blog/2023-01-mobian-black-screen.en.md +++ b/content/blog/2023-01-mobian-black-screen.en.md @@ -1,4 +1,3 @@ -Date: 2023-01-13 09:33:00 Lang: en Slug: black-screen-at-boot-on-my-pinephone Summary: My phone was no longer booting… diff --git a/content/blog/2023-01-mobian-black-screen.md b/content/blog/2023-01-mobian-black-screen.md index 4406311..e69b6ca 100644 --- a/content/blog/2023-01-mobian-black-screen.md +++ b/content/blog/2023-01-mobian-black-screen.md @@ -1,4 +1,3 @@ -Date: 2023-01-13 09:33:00 Lang: fr Slug: black-screen-at-boot-on-my-pinephone Summary: OK, aujourd’hui mon [PinePhone](https://fr.wikipedia.org/wiki/PinePhone) ne boot plus. diff --git a/content/blog/a-justintime-class.md b/content/blog/a-justintime-class.md index 2a2f772..ce0a59b 100644 --- a/content/blog/a-justintime-class.md +++ b/content/blog/a-justintime-class.md @@ -1,6 +1,5 @@ --- Title: A JustInTime class -Date: 2008-08-30 00:10:55 --- I discovered in my code a redundant pattern : diff --git a/content/blog/ashttp-vt100-screen-scraping-exported-over-http.md b/content/blog/ashttp-vt100-screen-scraping-exported-over-http.md index 87f1008..0666d90 100644 --- a/content/blog/ashttp-vt100-screen-scraping-exported-over-http.md +++ b/content/blog/ashttp-vt100-screen-scraping-exported-over-http.md @@ -1,6 +1,5 @@ --- Title: ashttp: vt100 screen scraping exported over HTTP -Date: 2011-08-27 15:08:21 --- Originally written for diff --git a/content/blog/asyncio-0.md b/content/blog/asyncio-0.md index 3904de0..c700acd 100644 --- a/content/blog/asyncio-0.md +++ b/content/blog/asyncio-0.md @@ -1,5 +1,5 @@ +Lang: en Title: Python coroutines with async and await -Date: 2016-06-05 This is a short introduction of the basic vocabulary and knowledge needed to start with `async` and `await`, we'll go from "scratch", but diff --git a/content/blog/atelier-traduction.md b/content/blog/atelier-traduction.md index f025acd..0ca73d0 100644 --- a/content/blog/atelier-traduction.md +++ b/content/blog/atelier-traduction.md @@ -1,5 +1,4 @@ Title: Atelier de traduction de la doc de Python -Date: 2017-12-09 C'est parti, j'ai le GO de la [PSF](https://www.python.org/psf/) et de [NUMA Paris](https://paris.numa.co/), le `9 janvier 2018` on va faire diff --git a/content/blog/automating-gnu-screen-startup.md b/content/blog/automating-gnu-screen-startup.md index ff53eb7..61d4046 100644 --- a/content/blog/automating-gnu-screen-startup.md +++ b/content/blog/automating-gnu-screen-startup.md @@ -1,5 +1,4 @@ Title: Automating GNU screen startup -Date: 2011-11-18 00:13:58 At work I use GNU screen with one window per server (ssh connection), and when I loose my screen, it takes minutes to rebuild the naming and diff --git a/content/blog/bashism-how-to-generate-random-number-without-random.md b/content/blog/bashism-how-to-generate-random-number-without-random.md index 08f7cc4..3efb9c4 100644 --- a/content/blog/bashism-how-to-generate-random-number-without-random.md +++ b/content/blog/bashism-how-to-generate-random-number-without-random.md @@ -1,5 +1,4 @@ Title: [Bashism] How to generate random number without $RANDOM ? -Date: 2011-04-07 14:00:55 There is a common bashism, that is to use `$RANDOM`. Typically you'll have to remove bashism while rewriting your scripts for dash or sh. diff --git a/content/blog/c-sharp-using-alias-directives.md b/content/blog/c-sharp-using-alias-directives.md index 8e07c9c..497ae33 100644 --- a/content/blog/c-sharp-using-alias-directives.md +++ b/content/blog/c-sharp-using-alias-directives.md @@ -1,5 +1,4 @@ Title: C# Using alias directives -Date: 2009-03-25 11:49:50 Just found in section 9.4.1 of the C# language specification: The `using` keyword can be used to alias a namespace or a type name: diff --git a/content/blog/check-if-a-string-is-valid-utf8.md b/content/blog/check-if-a-string-is-valid-utf8.md index fa755a0..4ad30fb 100644 --- a/content/blog/check-if-a-string-is-valid-utf8.md +++ b/content/blog/check-if-a-string-is-valid-utf8.md @@ -1,5 +1,4 @@ Title: How to check if a string is valid utf-8 -Date: 2012-05-17 15:09:44 Every day (at least) I'm facing a problem: how to check if a string is valid in utf-8 ? So I wrote [a little C program, that I put on my diff --git a/content/blog/cisco-cheatsheet.md b/content/blog/cisco-cheatsheet.md index 1de05a1..043bf97 100644 --- a/content/blog/cisco-cheatsheet.md +++ b/content/blog/cisco-cheatsheet.md @@ -1,5 +1,4 @@ Title: Cisco CheatSheet -Date: 2008-04-03 # Misc diff --git a/content/blog/combinatory-logic-from-scratch.md b/content/blog/combinatory-logic-from-scratch.md index c436016..b83fcc1 100644 --- a/content/blog/combinatory-logic-from-scratch.md +++ b/content/blog/combinatory-logic-from-scratch.md @@ -1,5 +1,4 @@ Title: Combinatory logic from scratch -Date: 2008-11-28 01:56:32 Cause it's sooooo sexy, let's speak about Combinatory Logic! diff --git a/content/blog/compose-key-vs-dead-key.md b/content/blog/compose-key-vs-dead-key.md index 6efe209..317720b 100644 --- a/content/blog/compose-key-vs-dead-key.md +++ b/content/blog/compose-key-vs-dead-key.md @@ -1,5 +1,4 @@ Title: Compose Key vs Dead Key -Date: 2017-07-12 L'AFNOR à lancé autour de juin 2017 un appel à commentaires à propos de [la normalisation du clavier diff --git a/content/blog/covariance-and-contravariance-in-c-sharp-3.md b/content/blog/covariance-and-contravariance-in-c-sharp-3.md index 17f6add..e86cf71 100644 --- a/content/blog/covariance-and-contravariance-in-c-sharp-3.md +++ b/content/blog/covariance-and-contravariance-in-c-sharp-3.md @@ -1,5 +1,4 @@ Title: Covariance and Contravariance in C#3 -Date: 2009-03-09 21:19:51 A short introduction to Covariance and Contravariance in *C# 3* preparing you to an article about that in *C# 4*. So what is covariance? diff --git a/content/blog/echo-and-backslash-escaped-characters-new-lines.md b/content/blog/echo-and-backslash-escaped-characters-new-lines.md index f4b7e38..b94186b 100644 --- a/content/blog/echo-and-backslash-escaped-characters-new-lines.md +++ b/content/blog/echo-and-backslash-escaped-characters-new-lines.md @@ -1,5 +1,4 @@ Title: echo and backslash-escaped caracters / new lines: how to write portable scripts ? -Date: 2011-04-08 13:59:45 While writing shell scripts you are using a lot of `echo` but did you think about portability of this simple statement? Can you say what will diff --git a/content/blog/emacs-replace-tabs-with-spaces.md b/content/blog/emacs-replace-tabs-with-spaces.md index 1a6517c..5dc35de 100644 --- a/content/blog/emacs-replace-tabs-with-spaces.md +++ b/content/blog/emacs-replace-tabs-with-spaces.md @@ -1,5 +1,4 @@ Title: Emacs: replace tabs with spaces -Date: 2011-05-06 18:27:59 When you want to replace tab with spaces or vice versa don't use `M-%` *(query-replace)* but `M-x tabify` or `M-x untabify`. They work on the diff --git a/content/blog/emacs-standard-input-is-not-a-tty.md b/content/blog/emacs-standard-input-is-not-a-tty.md index 3433e66..dc5f92a 100644 --- a/content/blog/emacs-standard-input-is-not-a-tty.md +++ b/content/blog/emacs-standard-input-is-not-a-tty.md @@ -1,5 +1,4 @@ Title: emacs: standard input is not a TTY -Date: 2011-12-11 13:54:02 Did you ever tried something like : diff --git a/content/blog/emacs-syntax-error-highlighting.md b/content/blog/emacs-syntax-error-highlighting.md index be9636b..2a3580b 100644 --- a/content/blog/emacs-syntax-error-highlighting.md +++ b/content/blog/emacs-syntax-error-highlighting.md @@ -1,5 +1,4 @@ Title: emacs: Highlighting errors for c, python, and other languages -Date: 2011-06-11 13:54:12 **This is a deprecated article about flymake, you should check for diff --git a/content/blog/emacsnumeric-arguments-in.md b/content/blog/emacsnumeric-arguments-in.md index a3423f9..522ec08 100644 --- a/content/blog/emacsnumeric-arguments-in.md +++ b/content/blog/emacsnumeric-arguments-in.md @@ -1,5 +1,4 @@ Title: Numeric arguments in emacs -Date: 2011-05-02 15:47:31 I'm starting an 'emacs trick of the day' sequence with: diff --git a/content/blog/emacssearching-string-in.md b/content/blog/emacssearching-string-in.md index d6df6b4..4da69d0 100644 --- a/content/blog/emacssearching-string-in.md +++ b/content/blog/emacssearching-string-in.md @@ -1,5 +1,4 @@ Title: Searching and replacing in emacs -Date: 2011-05-03 19:16:16 Day two of my serie about emacs, about searching and replacing. diff --git a/content/blog/exclude-directories-matching-from-recursive-grep.md b/content/blog/exclude-directories-matching-from-recursive-grep.md index b6e04d1..227df2b 100644 --- a/content/blog/exclude-directories-matching-from-recursive-grep.md +++ b/content/blog/exclude-directories-matching-from-recursive-grep.md @@ -1,5 +1,4 @@ Title: Exclude directories from recursive grep -Date: 2008-11-16 16:20:13 How often are you using grep in subversionned folders like that: diff --git a/content/blog/fancy-progress.md b/content/blog/fancy-progress.md index 5e9fe59..cf38bf4 100644 --- a/content/blog/fancy-progress.md +++ b/content/blog/fancy-progress.md @@ -1,6 +1,5 @@ --- Title: How APT does its fancy progress bar -Date: 2021-10-13 10:12:00 Summary: It uses good old VT100 instructions. --- diff --git a/content/blog/howto-invoke-an-event-via-reflexion.md b/content/blog/howto-invoke-an-event-via-reflexion.md index ed5af79..2e58a89 100644 --- a/content/blog/howto-invoke-an-event-via-reflexion.md +++ b/content/blog/howto-invoke-an-event-via-reflexion.md @@ -1,5 +1,4 @@ Title: Howto invoke an event via reflection -Date: 2008-08-29 23:14:53 Why this article ? Because of this note found on the MSDN's `EventInfo` diff --git a/content/blog/integrating-google-bookmarks-in-google-chrome.md b/content/blog/integrating-google-bookmarks-in-google-chrome.md index 9e6f792..999cade 100644 --- a/content/blog/integrating-google-bookmarks-in-google-chrome.md +++ b/content/blog/integrating-google-bookmarks-in-google-chrome.md @@ -1,5 +1,4 @@ Title: Integrating google bookmarks in google chrome -Date: 2009-04-16 17:56:18 As every developer, you have 42 computers, 8 browsers, and spend a lot diff --git a/content/blog/javascript-foncteur.md b/content/blog/javascript-foncteur.md index 0806b86..bbaf210 100644 --- a/content/blog/javascript-foncteur.md +++ b/content/blog/javascript-foncteur.md @@ -1,5 +1,4 @@ Title: Javascript Foncteur -Date: 2008-05-08 12:43:30 I just discovered, this morning, how to create a Visitor in Javascript: diff --git a/content/blog/lazy-loading-in-php-with-spl_autload.md b/content/blog/lazy-loading-in-php-with-spl_autload.md index 9a3f481..e34f41f 100644 --- a/content/blog/lazy-loading-in-php-with-spl_autload.md +++ b/content/blog/lazy-loading-in-php-with-spl_autload.md @@ -1,5 +1,4 @@ Title: Lazy Loading in php with spl_autload -Date: 2008-11-16 20:40:44 Today, a very short post about the lazy loading in PHP: `spl_autoload`. I'll not expose everything about it here, cause it's already done here: diff --git a/content/blog/nfsmount_rpc_failed_2.md b/content/blog/nfsmount_rpc_failed_2.md index c22daf9..f9d3672 100644 --- a/content/blog/nfsmount_rpc_failed_2.md +++ b/content/blog/nfsmount_rpc_failed_2.md @@ -1,5 +1,4 @@ Title: nfsmount: rpc failed: 2 -Date: 2011-04-18 14:45:03 For those, here on the internet, asking themselves what is this fscking diff --git a/content/blog/pipe-infix-syntax-for-python.md b/content/blog/pipe-infix-syntax-for-python.md index 8a19a30..8e82526 100644 --- a/content/blog/pipe-infix-syntax-for-python.md +++ b/content/blog/pipe-infix-syntax-for-python.md @@ -1,5 +1,4 @@ Title: Pipe: Infix syntax for Python -Date: 2011-03-28 20:18:24 Pipe is a Python module enabling infix syntax in Python. For those asking "Why ?" let's take an example: Compare the readability of the diff --git a/content/blog/post-data-lost-on-301-moved-permanently.md b/content/blog/post-data-lost-on-301-moved-permanently.md index 49d41c0..fc0eb19 100644 --- a/content/blog/post-data-lost-on-301-moved-permanently.md +++ b/content/blog/post-data-lost-on-301-moved-permanently.md @@ -1,5 +1,4 @@ Title: Post data lost on 301 Moved Permanently -Date: 2009-05-15 12:50:05 What the hell with 301 Moved Permanently HTTP header!? I'll take an exemple to explain my ugly problem, take, a (very ugly cause it's PHP) diff --git a/content/blog/pycon-2018.md b/content/blog/pycon-2018.md index bb01de7..f0f646c 100644 --- a/content/blog/pycon-2018.md +++ b/content/blog/pycon-2018.md @@ -1,5 +1,4 @@ Title: La PyCon Fr 2018 approche ! -Date: 2018-06-10 La [PyCON Fr 2018](https://www.pycon.fr/2018/) c'est dans 4 mois, mine de rien c'est pas si loin, c'est le moment de l'ajouter sur son diff --git a/content/blog/python-docs-translation.md b/content/blog/python-docs-translation.md index d44c692..1b6cd8b 100644 --- a/content/blog/python-docs-translation.md +++ b/content/blog/python-docs-translation.md @@ -1,5 +1,4 @@ Title: Python Documentation Translation -Date: 2017-05-29 This is an overview of what is done, what we're doing, and what's needs work about the translation of Python documentation. diff --git a/content/blog/python-introducing-ppipe-parallel-pipe.md b/content/blog/python-introducing-ppipe-parallel-pipe.md index e4f5fb9..5ab5d15 100644 --- a/content/blog/python-introducing-ppipe-parallel-pipe.md +++ b/content/blog/python-introducing-ppipe-parallel-pipe.md @@ -1,5 +1,4 @@ Title: Python: Introducing ppipe : Parallel Pipe -Date: 2011-04-15 14:07:47 > /!\ this was highly experimental code written in 2011. > Today you should _NOT_ use it, just look at it if the subject amuses you. diff --git a/content/blog/python-translation-workshop-3.md b/content/blog/python-translation-workshop-3.md index 9f1a940..d812c38 100644 --- a/content/blog/python-translation-workshop-3.md +++ b/content/blog/python-translation-workshop-3.md @@ -1,5 +1,4 @@ Title: Python Translation Workshop 3 -Date: 2018-09-12 I'm organizing a 3rd workshop to translate the Python Documentation on 2018-09-20!!! diff --git a/content/blog/reading-peps-from-command-line.md b/content/blog/reading-peps-from-command-line.md index 36fa919..68d4076 100644 --- a/content/blog/reading-peps-from-command-line.md +++ b/content/blog/reading-peps-from-command-line.md @@ -1,5 +1,4 @@ Title: Python: Consulting PEPs from command line, while being offline -Date: 2011-04-13 14:20:11 One day I wished I could read PEPs in the tube on my laptop... so I searched for a convenient way to do so, and I didn't found ... So I diff --git a/content/blog/reverse-d8.md b/content/blog/reverse-d8.md index 96c1756..9d0dcd2 100644 --- a/content/blog/reverse-d8.md +++ b/content/blog/reverse-d8.md @@ -1,6 +1,5 @@ --- Title: Reversing a coffee machine key -Date: 2021-05-07 12:12:55 Summary: At $DAYJOB, a long time ago, we had big a coffee machine allowing us to store money in NFC keys… --- diff --git a/content/blog/squid-101-network-is-unreachable-when-dns-returns-ipv6.md b/content/blog/squid-101-network-is-unreachable-when-dns-returns-ipv6.md index f85709c..89a2f5c 100644 --- a/content/blog/squid-101-network-is-unreachable-when-dns-returns-ipv6.md +++ b/content/blog/squid-101-network-is-unreachable-when-dns-returns-ipv6.md @@ -1,5 +1,4 @@ Title: squid: (101) Network is unreachable when DNS returns IPv6 -Date: 2011-06-24 17:32:38 If you have a Squid proxy configured on a machine that have no IPv6 connectivity, and try to reach an IPv6 compatible site, you squid will diff --git a/content/blog/the-art-of-events.md b/content/blog/the-art-of-events.md index f2a9875..379c033 100644 --- a/content/blog/the-art-of-events.md +++ b/content/blog/the-art-of-events.md @@ -1,5 +1,4 @@ Title: The art of Events -Date: 2008-08-29 23:32:55 The art of using events to build more independent classes. /\* Found a better example \*/ Imagine you have a class A and a class B. A builds B, diff --git a/content/blog/the-operator-aka-null-coalescing-operator.md b/content/blog/the-operator-aka-null-coalescing-operator.md index 60cf7d7..0de3c78 100644 --- a/content/blog/the-operator-aka-null-coalescing-operator.md +++ b/content/blog/the-operator-aka-null-coalescing-operator.md @@ -1,6 +1,5 @@ --- Title: The ?? operator aka the Null Coalescing Operator -Date: 2008-11-23 18:01:40 --- If are familiar to the use of ternary operators, you must have diff --git a/content/blog/yauib-yet-another-useless-irc-bot.md b/content/blog/yauib-yet-another-useless-irc-bot.md index e794da7..78436da 100644 --- a/content/blog/yauib-yet-another-useless-irc-bot.md +++ b/content/blog/yauib-yet-another-useless-irc-bot.md @@ -1,6 +1,5 @@ --- Title: YAUIB : Yet another useless IRC Bot ! -Date: 2011-03-27 23:40:58 --- After 2 years of... non blogging... I'm back! This time I stopped C\# diff --git a/content/pages/bookmarks.md b/content/pages/bookmarks.md index 821a8f0..3655869 100644 --- a/content/pages/bookmarks.md +++ b/content/pages/bookmarks.md @@ -1,5 +1,4 @@ Title: Bookmarks -Date: 2021-05-05 15:21:00 # Internet & HTTP diff --git a/content/pages/formations.en.md b/content/pages/formations.en.md index 14dd29f..876e0b0 100644 --- a/content/pages/formations.en.md +++ b/content/pages/formations.en.md @@ -1,6 +1,5 @@ Title: Trainings Slug: formations -Date: 2023-01-17 15:41:00 Lang: en Python developer since 2009, Python trainer since 2015, I teach the following trainings: diff --git a/content/pages/formations.md b/content/pages/formations.md index e67bd2d..a17d560 100644 --- a/content/pages/formations.md +++ b/content/pages/formations.md @@ -1,6 +1,5 @@ Title: Formations Slug: formations -Date: 2023-01-17 15:41:00 Lang: fr Développeur Python depuis 2009, formateur Python depuis 2015, je diff --git a/content/pages/gpg.md b/content/pages/gpg.md index 3de8836..df88579 100644 --- a/content/pages/gpg.md +++ b/content/pages/gpg.md @@ -1,5 +1,4 @@ Title: GPG -Date: 2021-04-27 21:26:00 # My GPG keys diff --git a/content/pages/index.en.md b/content/pages/index.en.md index 253730a..0018705 100644 --- a/content/pages/index.en.md +++ b/content/pages/index.en.md @@ -1,5 +1,4 @@ Title: Julien Palard -Date: 2016-05-28 description: Julien Palard - mdk.fr status: hidden lang: en diff --git a/content/pages/index.md b/content/pages/index.md index 4307943..b9f69bd 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -1,5 +1,4 @@ Title: Julien Palard -Date: 2016-05-28 description: Julien Palard - mdk.fr status: hidden lang: fr diff --git a/content/pages/python-avancé.en.md b/content/pages/python-avancé.en.md index b9c9a5c..652b667 100644 --- a/content/pages/python-avancé.en.md +++ b/content/pages/python-avancé.en.md @@ -1,4 +1,3 @@ -Date: 2023-01-17 15:41:00 Lang: en Slug: python-avance Title: Advanced Python diff --git a/content/pages/python-avancé.md b/content/pages/python-avancé.md index f4b9080..a132622 100644 --- a/content/pages/python-avancé.md +++ b/content/pages/python-avancé.md @@ -1,4 +1,3 @@ -Date: 2023-01-17 15:41:00 Lang: fr Slug: python-avance Title: Python avancé diff --git a/content/pages/python-initiation.en.md b/content/pages/python-initiation.en.md index 3fb6345..a9db62d 100644 --- a/content/pages/python-initiation.en.md +++ b/content/pages/python-initiation.en.md @@ -1,4 +1,3 @@ -Date: 2023-01-17 15:41:00 Lang: en Slug: python-initiation Title: Python introduction diff --git a/content/pages/python-initiation.md b/content/pages/python-initiation.md index 119f1d1..fe64e76 100644 --- a/content/pages/python-initiation.md +++ b/content/pages/python-initiation.md @@ -1,6 +1,5 @@ Title: Python initiation Slug: python-initiation -Date: 2023-01-17 15:41:00 Lang: fr C’est la première des deux formations Python que je propose, diff --git a/content/pages/talks.en.md b/content/pages/talks.en.md index edb375d..cfcfe92 100644 --- a/content/pages/talks.en.md +++ b/content/pages/talks.en.md @@ -1,5 +1,4 @@ Title: Talks -Date: 2008-08-14 19:25:52 Slug: talks Lang: en diff --git a/content/pages/talks.md b/content/pages/talks.md index 7ac350b..6db01cc 100644 --- a/content/pages/talks.md +++ b/content/pages/talks.md @@ -1,5 +1,4 @@ Title: Conférences -Date: 2008-08-14 19:25:52 Slug: talks Lang: fr diff --git a/pelicanconf.py b/pelicanconf.py index 13807a4..a09c514 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -38,7 +38,7 @@ SOCIAL = ( # Path to Plugins PLUGIN_PATHS = ['pelican-plugins'] # Enable i18n plugin, probably you already have some others here. -PLUGINS = ['i18n_subsites'] +PLUGINS = ['i18n_subsites', 'filetime_from_git'] # Enable Jinja2 i18n extension used to parse translations. JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']} I18N_TEMPLATES_LANG = "en" diff --git a/requirements.txt b/requirements.txt index 8b0ec32..77d864a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pelican markdown +gitpython