diff options
author | EuAndreh <eu@euandre.org> | 2025-04-09 14:38:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-09 15:27:58 -0300 |
commit | 5b1f774ac1638cc7cfbef124394b6241bec6894a (patch) | |
tree | 8a3128f27ff84300b8d70cabf0296b304ac1674c /src/content/blog | |
parent | src/bin/pb: Add initial version (diff) | |
download | euandre.org-5b1f774ac1638cc7cfbef124394b6241bec6894a.tar.gz euandre.org-5b1f774ac1638cc7cfbef124394b6241bec6894a.tar.xz |
src/content/: Recover article categories metadata, not its usage or metadata
Diffstat (limited to 'src/content/blog')
6 files changed, 6 insertions, 0 deletions
diff --git a/src/content/blog/2020/08/31/database-i-wish-i-had.adoc b/src/content/blog/2020/08/31/database-i-wish-i-had.adoc index 443a54e..318a276 100644 --- a/src/content/blog/2020/08/31/database-i-wish-i-had.adoc +++ b/src/content/blog/2020/08/31/database-i-wish-i-had.adoc @@ -1,4 +1,5 @@ = The database I wish I had +:categories: mediator :empty: :values-talk: https://vimeo.com/230142234 diff --git a/src/content/blog/2020/10/19/feature-flags.adoc b/src/content/blog/2020/10/19/feature-flags.adoc index e0ce078..dee6f4d 100644 --- a/src/content/blog/2020/10/19/feature-flags.adoc +++ b/src/content/blog/2020/10/19/feature-flags.adoc @@ -1,4 +1,5 @@ = Feature flags: differences between backend, frontend and mobile +:categories: presentation :empty: :slides: link:../../../../slides/2020/10/19/feature-flags.html FIXME diff --git a/src/content/blog/2020/11/08/paradigm-shift-review.adoc b/src/content/blog/2020/11/08/paradigm-shift-review.adoc index 7dd4f78..7a1e26c 100644 --- a/src/content/blog/2020/11/08/paradigm-shift-review.adoc +++ b/src/content/blog/2020/11/08/paradigm-shift-review.adoc @@ -1,4 +1,5 @@ = The Next Paradigm Shift in Programming - video review +:categories: video review :reviewed-video: https://www.youtube.com/watch?v=6YbK8o9rZfI diff --git a/src/content/blog/2020/11/12/database-parsers-trees.adoc b/src/content/blog/2020/11/12/database-parsers-trees.adoc index 1d5770c..b7a2e78 100644 --- a/src/content/blog/2020/11/12/database-parsers-trees.adoc +++ b/src/content/blog/2020/11/12/database-parsers-trees.adoc @@ -1,4 +1,5 @@ = Durable persistent trees and parser combinators - building a database +:categories: mediator :empty: :db-article: link:../../08/31/database-i-wish-i-had.html diff --git a/src/content/blog/2020/11/14/local-first-review.adoc b/src/content/blog/2020/11/14/local-first-review.adoc index 1c086d3..82258f6 100644 --- a/src/content/blog/2020/11/14/local-first-review.adoc +++ b/src/content/blog/2020/11/14/local-first-review.adoc @@ -1,4 +1,5 @@ = Local-First Software: article review +:categories: presentation, article review :empty: :presentation: link:../../../../slides/2020/11/14/local-first.html FIXME diff --git a/src/content/blog/2021/01/26/remembering-ann.adoc b/src/content/blog/2021/01/26/remembering-ann.adoc index 5b7d2b0..889683d 100644 --- a/src/content/blog/2021/01/26/remembering-ann.adoc +++ b/src/content/blog/2021/01/26/remembering-ann.adoc @@ -1,4 +1,5 @@ = ANN: remembering - Add memory to dmenu, fzf and similar tools +:categories: ann :remembering: https://euandreh.xyz/remembering/ :dmenu: https://tools.suckless.org/dmenu/ |