Skip to content

Commit

Permalink
posts: remove 'description' from all front matters
Browse files Browse the repository at this point in the history
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]: Mitrichius/hugo-theme-anubis#105
  • Loading branch information
ambroisie committed Oct 13, 2021
1 parent 4223722 commit 672c4fa
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion content/posts/generic-flyweight-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down
1 change: 0 additions & 1 deletion content/posts/git-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion content/posts/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion content/posts/magic-conversions-in-c++.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion content/posts/plaintext-accounting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion content/posts/polymorphic-flyweight-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down
1 change: 0 additions & 1 deletion content/posts/the-drone-ci-debacle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion content/posts/the-great-nix-exode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 672c4fa

Please sign in to comment.