Skip to content

Commit

Permalink
(metadata) add tags to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Lysobey committed Sep 20, 2019
1 parent fc0d7a2 commit 922986b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/2016-05-01/index.md
Expand Up @@ -2,6 +2,7 @@
path: "/2016-05-01-books-for-a-js-developer" path: "/2016-05-01-books-for-a-js-developer"
date: "2016-05-01" date: "2016-05-01"
title: "Books for a JavaScript developer" title: "Books for a JavaScript developer"
tags: ["javascript", "books", "programming"]
--- ---


*NOTE: originally hosted at http://zach.lysobey.com/books-for-a-javascript-developer* *NOTE: originally hosted at http://zach.lysobey.com/books-for-a-javascript-developer*
Expand Down
1 change: 1 addition & 0 deletions src/pages/2018-07-21/index.md
Expand Up @@ -2,6 +2,7 @@
path: "/2018-07-21-hello-world" path: "/2018-07-21-hello-world"
date: "2018-07-21T21:41:05.474Z" date: "2018-07-21T21:41:05.474Z"
title: "Hello World!" title: "Hello World!"
tags: ["programming"]
--- ---


This is my first post, just trying out this cool `gatsby-transformer-remark` plugin via this tutorial: This is my first post, just trying out this cool `gatsby-transformer-remark` plugin via this tutorial:
Expand Down
1 change: 1 addition & 0 deletions src/pages/2018-07-24/index.md
Expand Up @@ -2,6 +2,7 @@
path: "/2018-07-24-code-samples" path: "/2018-07-24-code-samples"
date: "2018-07-24" date: "2018-07-24"
title: "Code Samples" 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/)! I can now syntax highlight my code samples in MarkDown blogposts via [gatsby-remark-prismjs](https://www.gatsbyjs.org/packages/gatsby-remark-prismjs/)!
Expand Down
1 change: 1 addition & 0 deletions src/pages/2018-07-25/index.md
Expand Up @@ -2,6 +2,7 @@
path: "/2018-07-25-cow-log" path: "/2018-07-25-cow-log"
date: "2018-07-25" date: "2018-07-25"
title: "Cow Logging and Acoustic Metal" title: "Cow Logging and Acoustic Metal"
tags: ["programming", "shell"]
--- ---


Today (the 24th really), I worked from home. And I created some stuff after work! Today (the 24th really), I worked from home. And I created some stuff after work!
Expand Down
1 change: 1 addition & 0 deletions src/pages/2019-01-21/index.md
Expand Up @@ -2,6 +2,7 @@
path: "/2019-01-21-truffle-solidity-tests" path: "/2019-01-21-truffle-solidity-tests"
date: "2019-01-21" date: "2019-01-21"
title: "Leveraging a Contract's ABI in truffle/solidity tests" 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) 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)
Expand Down
1 change: 1 addition & 0 deletions src/pages/2019-06-20/index.md
Expand Up @@ -2,6 +2,7 @@
path: "/2019-06-20-blockstack" path: "/2019-06-20-blockstack"
date: "2019-06-20" date: "2019-06-20"
title: "Building a Blockstack App" title: "Building a Blockstack App"
tags: ["programming", "blockchain", "blockstack"]
--- ---


> Long time no see, Blog. > Long time no see, Blog.
Expand Down
2 changes: 2 additions & 0 deletions src/pages/2019-07-07/index.md
Expand Up @@ -2,6 +2,8 @@
path: "/2019-07-07-blockstack-part-2" path: "/2019-07-07-blockstack-part-2"
date: "2019-07-07" date: "2019-07-07"
title: "Building a Blockstack App (part 2)" 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. > Make sure to read [Part one](./2019-07-07-blockstack-part) of this project / blog post first.
Expand Down
1 change: 1 addition & 0 deletions src/pages/2019-07-22/index.md
Expand Up @@ -2,6 +2,7 @@
path: "/2019-07-22-note-utility" path: "/2019-07-22-note-utility"
date: "2019-07-22" date: "2019-07-22"
title: "A fun little CLI utility for writing markdown notes" 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. I just made a fun command-line function to easily create markdown notes from the command line.
Expand Down
1 change: 1 addition & 0 deletions src/pages/2019-08-29/index.md
Expand Up @@ -2,6 +2,7 @@
path: "/2019-08-29-git-merkle-tree-fun" path: "/2019-08-29-git-merkle-tree-fun"
date: "2019-08-29" date: "2019-08-29"
title: "Having some fun with git commit hashes" 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. I've been brewing a fun idea for a while, and think its time to get a start.
Expand Down
1 change: 1 addition & 0 deletions src/pages/2019-08-30/index.md
Expand Up @@ -2,6 +2,7 @@
path: "/2019-08-30-enjoying-unemployment" path: "/2019-08-30-enjoying-unemployment"
date: "2019-08-30" date: "2019-08-30"
title: "Life as an unemployed software developer" 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. 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.
Expand Down

0 comments on commit 922986b

Please sign in to comment.