Commit graph

10 commits

Author SHA1 Message Date
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
b696005d89 Pick top N tags from posts 2017-10-11 21:35:19 -07:00
2446ec7f95 Replace static bullshit tags with bullshit tags from the state 2017-10-11 20:30:34 -07:00
b2e67e0125 deprecate RouterListLink 2017-10-11 20:15:57 -07:00
062185020b Add links to pages in the sidebar nav 2017-10-07 19:57:06 -07:00
9fad879181 Proper HistoryNav
Detects whether there's a previous page or next page, the old HistoryNav
was made to be dumber and most of the logic now lives in Posts (which is
the only thing that uses HistoryNav anyway)

The side-effect is that the nav is now within the content column, which
is okay since it's symmetric now.
2017-10-07 17:31:33 -07:00
77d7938c54 remove some console.logs 2017-10-07 14:59:25 -07:00
5d799021f0 HistoryNav working with routing 2017-10-07 12:27:33 -07:00
9c346056ed half-assed attempt to futz around with react-router 2017-10-01 20:38:04 -07:00
f2244ea3ed Reimpliment the website design in React 2017-09-24 21:23:59 -07:00