jbasdf / justinball

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Justin Ball

My blog based on Gatsby.

Tags were not being parsed correctly because allMarkDownRemark can't handle tags with spaces. Run this sed script to quote all tags which will fix it: sed -E -i '' '/^---/,/^---/ s/^- (.+)/ - "\1"/' src/posts/**/*.md

License and attribution

MIT

About

License:MIT License


Languages

Language:CSS 55.3%Language:JavaScript 33.9%Language:Ruby 7.3%Language:HTML 3.5%