Use auto-generated slugs + various other fixes

This commit is contained in:
Kyle Mathews 2017-11-12 18:17:46 -08:00
parent 18c89a9431
commit 6d51a2cc86
11 changed files with 170 additions and 177 deletions

View file

@ -48,7 +48,7 @@
"dev": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",