From 038f5713b8ca9dce79e17ac85e57ad1ce2644e09 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Aug 2020 11:54:07 -0300 Subject: Add spellchecking back to tests, with support for en, pt and fr dicts --- _tils/2020-08-12-simple-filname-timestamp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_tils/2020-08-12-simple-filname-timestamp.md') diff --git a/_tils/2020-08-12-simple-filname-timestamp.md b/_tils/2020-08-12-simple-filname-timestamp.md index 7c112ff..2678088 100644 --- a/_tils/2020-08-12-simple-filname-timestamp.md +++ b/_tils/2020-08-12-simple-filname-timestamp.md @@ -5,7 +5,7 @@ layout: til lang: en ref: simple-filename-timestamp --- -When writing Jekyll posts or creating logfiles with dates on them, I usually +When writing Jekyll posts or creating log files with dates on them, I usually struggle with finding a direct way of accomplishing that. There's a simple solution: `date -I`. @@ -14,7 +14,7 @@ solution: `date -I`. cp post-template.md _posts/$(date -I)-post-slug.md ``` -Using this built-in GNU/Linux tool allows you to `touch $(date -I).md` to readly +Using this built-in GNU/Linux tool allows you to `touch $(date -I).md` to readily create a `2020-08-12.md` file. I always had to read `man date` or search the web over and over, and after doing -- cgit v1.2.3