diff --git a/src/posts/learning-fortran.md b/src/posts/learning-fortran.md index 048262e1..3173f107 100644 --- a/src/posts/learning-fortran.md +++ b/src/posts/learning-fortran.md @@ -1,8 +1,9 @@ --- -title: Learning Fortran -description: How hard could learning the oldest computer programming language be? +title: Learning the oldest programming language +description: Who needs Rust when we have Fortran? tags: ['fortran'] date: 2024-01-31 +edited: 2024-05-07 comments: true --- diff --git a/src/posts/npm-install-everything.md b/src/posts/npm-install-everything.md index b0a01e9b..5d19fb98 100644 --- a/src/posts/npm-install-everything.md +++ b/src/posts/npm-install-everything.md @@ -1,9 +1,9 @@ --- -title: The package that broke NPM (accidentally) -description: How we made a package that depends on every single NPM package... and broke NPM in the process. +title: The package that broke npm (accidentally) +description: How we made a package that depends on every single npm package... and completey broke npm in the process. tags: ['npm'] date: 2024-01-03 -edited: 2024-01-04 +edited: 2024-05-07 comments: true # spell-checker:ignore unpublish, unpublishing --- diff --git a/src/posts/spellchecking-with-eleventy.md b/src/posts/spellchecking-with-eleventy.md index 84afc58a..4822a6ea 100644 --- a/src/posts/spellchecking-with-eleventy.md +++ b/src/posts/spellchecking-with-eleventy.md @@ -1,9 +1,9 @@ --- -title: Spell-checking Markdown with cSpell +title: Spell-checking blog posts with cSpell description: A little magic to help catch typos in your blog posts. -tags: ['markdown', 'spellcheck'] +tags: ['blogging', 'markdown'] date: 2023-03-23 -edited: 2023-05-21 +edited: 2024-05-07 comments: true ---