From 83156b3ea85428b1b1621fd1fdf6f3af0efb3d23 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 18 Oct 2021 22:41:44 +0200 Subject: [PATCH] posts: move files into date-prefixed directories Using date prefixes is better for sorting articles at a glance. Using directories is more uniform if and when I need to add files to go with an article. --- .../posts/{hello-world.md => 2020-07-14-hello-world/index.md} | 0 .../index.md} | 0 .../index.md} | 0 .../index.md} | 4 ++-- .../posts/{git-basics.md => 2020-12-07-git-basics/index.md} | 0 .../index.md} | 0 .../index.md} | 0 .../index.md} | 0 8 files changed, 2 insertions(+), 2 deletions(-) rename content/posts/{hello-world.md => 2020-07-14-hello-world/index.md} (100%) rename content/posts/{the-drone-ci-debacle.md => 2020-07-15-the-drone-ci-debacle/index.md} (100%) rename content/posts/{generic-flyweight-cpp.md => 2020-07-16-generic-flyweight-cpp/index.md} (100%) rename content/posts/{polymorphic-flyweight-cpp.md => 2020-07-22-polymorphic-flyweight-cpp/index.md} (97%) rename content/posts/{git-basics.md => 2020-12-07-git-basics/index.md} (100%) rename content/posts/{plaintext-accounting.md => 2021-01-15-plaintext-accounting/index.md} (100%) rename content/posts/{the-great-nix-exode.md => 2021-02-09-the-great-nix-exode/index.md} (100%) rename content/posts/{magic-conversions-in-c++.md => 2021-10-01-magic-conversions-in-c++/index.md} (100%) diff --git a/content/posts/hello-world.md b/content/posts/2020-07-14-hello-world/index.md similarity index 100% rename from content/posts/hello-world.md rename to content/posts/2020-07-14-hello-world/index.md diff --git a/content/posts/the-drone-ci-debacle.md b/content/posts/2020-07-15-the-drone-ci-debacle/index.md similarity index 100% rename from content/posts/the-drone-ci-debacle.md rename to content/posts/2020-07-15-the-drone-ci-debacle/index.md diff --git a/content/posts/generic-flyweight-cpp.md b/content/posts/2020-07-16-generic-flyweight-cpp/index.md similarity index 100% rename from content/posts/generic-flyweight-cpp.md rename to content/posts/2020-07-16-generic-flyweight-cpp/index.md diff --git a/content/posts/polymorphic-flyweight-cpp.md b/content/posts/2020-07-22-polymorphic-flyweight-cpp/index.md similarity index 97% rename from content/posts/polymorphic-flyweight-cpp.md rename to content/posts/2020-07-22-polymorphic-flyweight-cpp/index.md index ac256a2..7dc3e6c 100644 --- a/content/posts/polymorphic-flyweight-cpp.md +++ b/content/posts/2020-07-22-polymorphic-flyweight-cpp/index.md @@ -13,8 +13,8 @@ favorite: false --- Coming back from our last post about [generic flyweights in C++]({{< relref -"generic-flyweight-cpp.md" >}}), we can write a flyweight that can be used with -any abstract base classes. +"../2020-07-16-generic-flyweight-cpp/index.md" >}}), we can write a flyweight +that can be used with any abstract base classes. diff --git a/content/posts/git-basics.md b/content/posts/2020-12-07-git-basics/index.md similarity index 100% rename from content/posts/git-basics.md rename to content/posts/2020-12-07-git-basics/index.md diff --git a/content/posts/plaintext-accounting.md b/content/posts/2021-01-15-plaintext-accounting/index.md similarity index 100% rename from content/posts/plaintext-accounting.md rename to content/posts/2021-01-15-plaintext-accounting/index.md diff --git a/content/posts/the-great-nix-exode.md b/content/posts/2021-02-09-the-great-nix-exode/index.md similarity index 100% rename from content/posts/the-great-nix-exode.md rename to content/posts/2021-02-09-the-great-nix-exode/index.md diff --git a/content/posts/magic-conversions-in-c++.md b/content/posts/2021-10-01-magic-conversions-in-c++/index.md similarity index 100% rename from content/posts/magic-conversions-in-c++.md rename to content/posts/2021-10-01-magic-conversions-in-c++/index.md