From d21ef9bf29465db18dce1ee6d4fcbdece655ba87 Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 22 Nov 2022 17:33:47 -0500 Subject: Some new tags, unused for now --- _posts/processPosts.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '_posts') diff --git a/_posts/processPosts.js b/_posts/processPosts.js index d4b2a2e..15cf4e5 100644 --- a/_posts/processPosts.js +++ b/_posts/processPosts.js @@ -7,6 +7,18 @@ const tags = [ { id: 'personal', title: 'Personal 👨' + }, + { + id: 'programming', + title: 'Programming 💻' + }, + { + id: 'books', + title: 'Books 📖' + }, + { + id: 'food', + title: 'Food 🍲' } ] @@ -119,7 +131,7 @@ function createPostPage(outputFile, postFilter) {

Tags

- ${tags.map(createTag)} + ${tags.map(createTag).join('\n')}