From 672c4fa6be10b16e714fc594505588214a4eaa43 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 13 Oct 2021 17:02:46 +0200 Subject: [PATCH] posts: remove 'description' from all front matters An up-coming change to my base theme will make use of those as a summary of the posts [1] instead of using an extract of the post. This is not of interest to me, and I realized I actually do not make use of the descriptions anywhere. [1]: https://github.com/Mitrichius/hugo-theme-anubis/pull/105 --- content/posts/generic-flyweight-cpp.md | 1 - content/posts/git-basics.md | 1 - content/posts/hello-world.md | 1 - content/posts/magic-conversions-in-c++.md | 1 - content/posts/plaintext-accounting.md | 1 - content/posts/polymorphic-flyweight-cpp.md | 1 - content/posts/the-drone-ci-debacle.md | 1 - content/posts/the-great-nix-exode.md | 1 - 8 files changed, 8 deletions(-) diff --git a/content/posts/generic-flyweight-cpp.md b/content/posts/generic-flyweight-cpp.md index 303b3db..420ad35 100644 --- a/content/posts/generic-flyweight-cpp.md +++ b/content/posts/generic-flyweight-cpp.md @@ -2,7 +2,6 @@ title: "Generic Flyweight in C++" date: 2020-07-16T14:28:52+02:00 draft: false # I don't care for draft mode, git has branches for that -description: "A no-boilerplate flyweight pattern" tags: - design pattern - C++ diff --git a/content/posts/git-basics.md b/content/posts/git-basics.md index daa3682..6cb91d8 100644 --- a/content/posts/git-basics.md +++ b/content/posts/git-basics.md @@ -2,7 +2,6 @@ title: "Git Basics" date: 2020-12-07 18:54:31+0100 draft: false # I don't care for draft mode, git has branches for that -description: "The next step after the basics" tags: - git - cli diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index 805eb07..7ddb401 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -2,7 +2,6 @@ title: "Hello World" date: 2020-07-14T18:07:56+02:00 draft: false -description: "Test post please ignore" tags: - test categories: diff --git a/content/posts/magic-conversions-in-c++.md b/content/posts/magic-conversions-in-c++.md index 44f26bf..c8d5f76 100644 --- a/content/posts/magic-conversions-in-c++.md +++ b/content/posts/magic-conversions-in-c++.md @@ -2,7 +2,6 @@ title: "Magic Conversions in C++" date: 2021-10-01T14:46:14+02:00 draft: false # I don't care for draft mode, git has branches for that -description: "How to get the compiler to infer the correct conversion" tags: - c++ - design-pattern diff --git a/content/posts/plaintext-accounting.md b/content/posts/plaintext-accounting.md index c018042..f440c96 100644 --- a/content/posts/plaintext-accounting.md +++ b/content/posts/plaintext-accounting.md @@ -2,7 +2,6 @@ title: "Plaintext Accounting, beancount, and fava" date: 2021-01-15T15:54:51+01:00 draft: false # I don't care for draft mode, git has branches for that -description: "Or the story of my fall into systematically logging my expenses" tags: - accounting - cli diff --git a/content/posts/polymorphic-flyweight-cpp.md b/content/posts/polymorphic-flyweight-cpp.md index ce2b442..ac256a2 100644 --- a/content/posts/polymorphic-flyweight-cpp.md +++ b/content/posts/polymorphic-flyweight-cpp.md @@ -2,7 +2,6 @@ title: "Polymorphic Flyweight in C++" date: 2020-07-22T16:16:39+0200 draft: false # I don't care for draft mode, git has branches for that -description: "A no-boilerplate flyweight pattern" tags: - design pattern - C++ diff --git a/content/posts/the-drone-ci-debacle.md b/content/posts/the-drone-ci-debacle.md index 93312f3..0009fe9 100644 --- a/content/posts/the-drone-ci-debacle.md +++ b/content/posts/the-drone-ci-debacle.md @@ -2,7 +2,6 @@ title: "The Drone CI debacle" date: 2020-07-15T11:04:45+02:00 draft: false # I don't care for draft mode, git has branches for that -description: "The misadventures of deploying my blog" tags: - hugo - drone diff --git a/content/posts/the-great-nix-exode.md b/content/posts/the-great-nix-exode.md index 946349d..02b326c 100644 --- a/content/posts/the-great-nix-exode.md +++ b/content/posts/the-great-nix-exode.md @@ -2,7 +2,6 @@ title: "The Great Nix Exode" date: 2021-02-09T20:38:51+01:00 draft: false # I don't care for draft mode, git has branches for that -description: "My journey into declarative infrastructure" tags: - self-hosting - nix