M content/blog/archive-the-internet.md => content/blog/archive-the-internet.md +1 -0
@@ 1,6 1,7 @@
---
title: Archive the Internet
date: 2020-02-07
+tags: [archive, go, pinboard]
---
As the Internet continues to grow and age, we are seeing more and more of a
M content/blog/books-for-beginner-economists.md => content/blog/books-for-beginner-economists.md +1 -0
@@ 1,6 1,7 @@
---
title: "Books for Beginner Economists"
date: 2020-04-16
+tags: [economics, books]
---
I am not an economist by any definition of the word: I haven't taken a formal
M content/blog/caching-ldap-queries-in-mutt.md => content/blog/caching-ldap-queries-in-mutt.md +1 -0
@@ 1,6 1,7 @@
---
title: "Caching LDAP Queries in Mutt"
date: 2020-03-11
+tags: [mutt, ldap]
---
You can use the [`lbdb`](https://www.spinnaker.de/lbdb/) tool to query an LDAP
M content/blog/creating-your-own-git-server.md => content/blog/creating-your-own-git-server.md +1 -0
@@ 1,6 1,7 @@
---
title: "Creating Your Own Git Server"
date: 2020-03-18
+tags: [git, sourcehut, gitolite, gitea, gitlab, gitweb]
featured: true
---
M content/blog/evaluating-markdown-code-blocks-in-vim.md => content/blog/evaluating-markdown-code-blocks-in-vim.md +1 -1
@@ 1,7 1,7 @@
---
title: Evaluating Markdown Code Blocks in Vim
date: 2019-08-12
-tags: [markdown, vim]
+tags: [markdown, vim, medieval]
featured: true
---
M content/blog/git-plumbing.md => content/blog/git-plumbing.md +1 -0
@@ 1,6 1,7 @@
---
title: Git Plumbing
date: 2020-03-02
+tags: [git]
---
## Porcelain and Plumbing
M content/blog/vitis-for-embedded-hardware-acceleration.md => content/blog/vitis-for-embedded-hardware-acceleration.md +1 -1
@@ 1,7 1,7 @@
---
title: Using Xilinx Vitis for Embedded Hardware Acceleration
date: 2020-02-12
-tags: [xilinx, fpga]
+tags: [xilinx, fpga, vitis, hardware acceleration, embedded]
featured: true
---
M content/blog/write-your-own-man-pages.md => content/blog/write-your-own-man-pages.md +1 -1
@@ 1,7 1,7 @@
---
title: Write Your Own Man Pages
date: 2019-07-29
-tags: [shell]
+tags: [shell, ual]
---
This post was inspired by the tool [um](https://github.com/sinclairtarget/um).