From 922986bd4dad330e648e6e18cc6de85b6b145ac4 Mon Sep 17 00:00:00 2001 From: Zach Lysobey Date: Fri, 20 Sep 2019 00:58:11 -0400 Subject: [PATCH] (metadata) add tags to posts --- src/pages/2016-05-01/index.md | 1 + src/pages/2018-07-21/index.md | 1 + src/pages/2018-07-24/index.md | 1 + src/pages/2018-07-25/index.md | 1 + src/pages/2019-01-21/index.md | 1 + src/pages/2019-06-20/index.md | 1 + src/pages/2019-07-07/index.md | 2 ++ src/pages/2019-07-22/index.md | 1 + src/pages/2019-08-29/index.md | 1 + src/pages/2019-08-30/index.md | 1 + 10 files changed, 11 insertions(+) diff --git a/src/pages/2016-05-01/index.md b/src/pages/2016-05-01/index.md index 2398f81f..0c962d8a 100644 --- a/src/pages/2016-05-01/index.md +++ b/src/pages/2016-05-01/index.md @@ -2,6 +2,7 @@ path: "/2016-05-01-books-for-a-js-developer" date: "2016-05-01" title: "Books for a JavaScript developer" +tags: ["javascript", "books", "programming"] --- *NOTE: originally hosted at http://zach.lysobey.com/books-for-a-javascript-developer* diff --git a/src/pages/2018-07-21/index.md b/src/pages/2018-07-21/index.md index 44090dfd..ccb913f4 100644 --- a/src/pages/2018-07-21/index.md +++ b/src/pages/2018-07-21/index.md @@ -2,6 +2,7 @@ path: "/2018-07-21-hello-world" date: "2018-07-21T21:41:05.474Z" title: "Hello World!" +tags: ["programming"] --- This is my first post, just trying out this cool `gatsby-transformer-remark` plugin via this tutorial: diff --git a/src/pages/2018-07-24/index.md b/src/pages/2018-07-24/index.md index f7504355..71dab6ee 100644 --- a/src/pages/2018-07-24/index.md +++ b/src/pages/2018-07-24/index.md @@ -2,6 +2,7 @@ path: "/2018-07-24-code-samples" date: "2018-07-24" title: "Code Samples" +tags: ["programming", "gatsby"] --- I can now syntax highlight my code samples in MarkDown blogposts via [gatsby-remark-prismjs](https://www.gatsbyjs.org/packages/gatsby-remark-prismjs/)! diff --git a/src/pages/2018-07-25/index.md b/src/pages/2018-07-25/index.md index bddb5117..d798e945 100644 --- a/src/pages/2018-07-25/index.md +++ b/src/pages/2018-07-25/index.md @@ -2,6 +2,7 @@ path: "/2018-07-25-cow-log" date: "2018-07-25" title: "Cow Logging and Acoustic Metal" +tags: ["programming", "shell"] --- Today (the 24th really), I worked from home. And I created some stuff after work! diff --git a/src/pages/2019-01-21/index.md b/src/pages/2019-01-21/index.md index 59beddaf..97760b5b 100644 --- a/src/pages/2019-01-21/index.md +++ b/src/pages/2019-01-21/index.md @@ -2,6 +2,7 @@ path: "/2019-01-21-truffle-solidity-tests" date: "2019-01-21" title: "Leveraging a Contract's ABI in truffle/solidity tests" +tags: ["programming", "blockchain", "ethereum", "testing", "solidity", "truffle"] --- Recently I've been writing a lot of *solidity* code for "smart contracts" on the Ethereum blockchain. Specifically using the [*Truffle* framework](https://truffleframework.com/truffle) diff --git a/src/pages/2019-06-20/index.md b/src/pages/2019-06-20/index.md index e393b245..39ce7d4c 100644 --- a/src/pages/2019-06-20/index.md +++ b/src/pages/2019-06-20/index.md @@ -2,6 +2,7 @@ path: "/2019-06-20-blockstack" date: "2019-06-20" title: "Building a Blockstack App" +tags: ["programming", "blockchain", "blockstack"] --- > Long time no see, Blog. diff --git a/src/pages/2019-07-07/index.md b/src/pages/2019-07-07/index.md index 4f7d7fe2..89ca8937 100644 --- a/src/pages/2019-07-07/index.md +++ b/src/pages/2019-07-07/index.md @@ -2,6 +2,8 @@ path: "/2019-07-07-blockstack-part-2" date: "2019-07-07" title: "Building a Blockstack App (part 2)" +tags: ["programming", "blockchain", "blockstack"] + --- > Make sure to read [Part one](./2019-07-07-blockstack-part) of this project / blog post first. diff --git a/src/pages/2019-07-22/index.md b/src/pages/2019-07-22/index.md index 168bbfdb..2dad90b5 100644 --- a/src/pages/2019-07-22/index.md +++ b/src/pages/2019-07-22/index.md @@ -2,6 +2,7 @@ path: "/2019-07-22-note-utility" date: "2019-07-22" title: "A fun little CLI utility for writing markdown notes" +tags: ["programming", "shell", "cli", "markdown"] --- I just made a fun command-line function to easily create markdown notes from the command line. diff --git a/src/pages/2019-08-29/index.md b/src/pages/2019-08-29/index.md index 096b2597..8c6636d5 100644 --- a/src/pages/2019-08-29/index.md +++ b/src/pages/2019-08-29/index.md @@ -2,6 +2,7 @@ path: "/2019-08-29-git-merkle-tree-fun" date: "2019-08-29" title: "Having some fun with git commit hashes" +tags: ["programming", "git", "cryptography"] --- I've been brewing a fun idea for a while, and think its time to get a start. diff --git a/src/pages/2019-08-30/index.md b/src/pages/2019-08-30/index.md index a32bc567..c2ea6f7e 100644 --- a/src/pages/2019-08-30/index.md +++ b/src/pages/2019-08-30/index.md @@ -2,6 +2,7 @@ path: "/2019-08-30-enjoying-unemployment" date: "2019-08-30" title: "Life as an unemployed software developer" +tags: ["programming", "personal", "blog"] --- I left my job at AlphaPoint, and have been unemployed for most of August. There are more than one or two reasons for this move, and some nuance which I won't be touching on here (ask me if you're really curious). This post is to shed some light on what I have been doing recently, and the choices I'm in the process of making.