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
This commit is contained in:
parent
4223722b3d
commit
672c4fa6be
|
@ -2,7 +2,6 @@
|
||||||
title: "Generic Flyweight in C++"
|
title: "Generic Flyweight in C++"
|
||||||
date: 2020-07-16T14:28:52+02:00
|
date: 2020-07-16T14:28:52+02:00
|
||||||
draft: false # I don't care for draft mode, git has branches for that
|
draft: false # I don't care for draft mode, git has branches for that
|
||||||
description: "A no-boilerplate flyweight pattern"
|
|
||||||
tags:
|
tags:
|
||||||
- design pattern
|
- design pattern
|
||||||
- C++
|
- C++
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "Git Basics"
|
title: "Git Basics"
|
||||||
date: 2020-12-07 18:54:31+0100
|
date: 2020-12-07 18:54:31+0100
|
||||||
draft: false # I don't care for draft mode, git has branches for that
|
draft: false # I don't care for draft mode, git has branches for that
|
||||||
description: "The next step after the basics"
|
|
||||||
tags:
|
tags:
|
||||||
- git
|
- git
|
||||||
- cli
|
- cli
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "Hello World"
|
title: "Hello World"
|
||||||
date: 2020-07-14T18:07:56+02:00
|
date: 2020-07-14T18:07:56+02:00
|
||||||
draft: false
|
draft: false
|
||||||
description: "Test post please ignore"
|
|
||||||
tags:
|
tags:
|
||||||
- test
|
- test
|
||||||
categories:
|
categories:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "Magic Conversions in C++"
|
title: "Magic Conversions in C++"
|
||||||
date: 2021-10-01T14:46:14+02:00
|
date: 2021-10-01T14:46:14+02:00
|
||||||
draft: false # I don't care for draft mode, git has branches for that
|
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:
|
tags:
|
||||||
- c++
|
- c++
|
||||||
- design-pattern
|
- design-pattern
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "Plaintext Accounting, beancount, and fava"
|
title: "Plaintext Accounting, beancount, and fava"
|
||||||
date: 2021-01-15T15:54:51+01:00
|
date: 2021-01-15T15:54:51+01:00
|
||||||
draft: false # I don't care for draft mode, git has branches for that
|
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:
|
tags:
|
||||||
- accounting
|
- accounting
|
||||||
- cli
|
- cli
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "Polymorphic Flyweight in C++"
|
title: "Polymorphic Flyweight in C++"
|
||||||
date: 2020-07-22T16:16:39+0200
|
date: 2020-07-22T16:16:39+0200
|
||||||
draft: false # I don't care for draft mode, git has branches for that
|
draft: false # I don't care for draft mode, git has branches for that
|
||||||
description: "A no-boilerplate flyweight pattern"
|
|
||||||
tags:
|
tags:
|
||||||
- design pattern
|
- design pattern
|
||||||
- C++
|
- C++
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "The Drone CI debacle"
|
title: "The Drone CI debacle"
|
||||||
date: 2020-07-15T11:04:45+02:00
|
date: 2020-07-15T11:04:45+02:00
|
||||||
draft: false # I don't care for draft mode, git has branches for that
|
draft: false # I don't care for draft mode, git has branches for that
|
||||||
description: "The misadventures of deploying my blog"
|
|
||||||
tags:
|
tags:
|
||||||
- hugo
|
- hugo
|
||||||
- drone
|
- drone
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "The Great Nix Exode"
|
title: "The Great Nix Exode"
|
||||||
date: 2021-02-09T20:38:51+01:00
|
date: 2021-02-09T20:38:51+01:00
|
||||||
draft: false # I don't care for draft mode, git has branches for that
|
draft: false # I don't care for draft mode, git has branches for that
|
||||||
description: "My journey into declarative infrastructure"
|
|
||||||
tags:
|
tags:
|
||||||
- self-hosting
|
- self-hosting
|
||||||
- nix
|
- nix
|
||||||
|
|
Loading…
Reference in a new issue