nickpegg.com/src
Nick Pegg 6109bb690d Unify slugify()
Provides a new util.js file with a unified `slugify()` function that also
lowercases the slug. Change all uses of `slugify()` to use this instead.
2017-10-11 22:26:39 -07:00
..
skeleton Reimpliment the website design in React 2017-09-24 21:23:59 -07:00
App.js Tag routes, complete with pagination! 2017-10-11 20:16:44 -07:00
App.test.js initial commit 2017-09-24 17:04:47 -07:00
Article.js Unify slugify() 2017-10-11 22:26:39 -07:00
Footer.js add link to source 2017-09-24 21:49:16 -07:00
Header.js tweak page title 2017-10-07 14:52:40 -07:00
index.css Reimpliment the website design in React 2017-09-24 21:23:59 -07:00
index.js disable the caching service worker for now 2017-10-07 09:47:12 -07:00
Nav.js Unify slugify() 2017-10-11 22:26:39 -07:00
NotFound.js Move NotFound out to its own file 2017-10-07 14:38:43 -07:00
Page.js Unify slugify() 2017-10-11 22:26:39 -07:00
Post.js Unify slugify() 2017-10-11 22:26:39 -07:00
registerServiceWorker.js initial commit 2017-09-24 17:04:47 -07:00
util.js Unify slugify() 2017-10-11 22:26:39 -07:00