Commit Graph

27 Commits

Author SHA1 Message Date
Christine Dodrill 6bb5d0db06 move HTML rendering baggage to Utils 2015-07-29 22:33:14 -07:00
Christine Dodrill a8147c2461 Show a 404 when a nonexistant page is accessed 2015-07-29 22:23:13 -07:00
Christine Dodrill a0beb7cc6b emit micro-css 2015-07-29 21:54:32 -07:00
Christine Dodrill a5ce2358ab run stylish-haskell 2015-07-29 21:18:00 -07:00
Christine Dodrill 03714a8b46 Move CSS rendering into the base template 2015-07-29 21:12:11 -07:00
Christine Dodrill 0b1489f00e Thread: don't infix a map lookup 2015-07-29 20:39:49 -07:00
Christine Dodrill fe1a4dc87a Beautify the CSS 2015-07-29 18:56:46 -07:00
Christine Dodrill e0d159eab4 Move user information into the left card 2015-07-29 18:55:58 -07:00
Christine Dodrill 08a953f852 Use rendered CSS 2015-07-29 18:29:28 -07:00
Christine Dodrill 4b10ae7df8 Add base CSS 2015-07-29 18:25:23 -07:00
Christine Dodrill 8dcc285307 Make Post render User directly
Add clay as a lib
2015-07-29 18:01:25 -07:00
Christine Dodrill 1f6f5fc809 Materialize.base -> render 2015-07-29 15:29:54 -07:00
Christine Dodrill 968de846a7 User: better show user card 2015-07-28 23:49:48 -07:00
Christine Dodrill 0734115264 remove more dead code 2015-07-28 16:05:18 -07:00
Christine Dodrill e9057b0e84 remove dead code 2015-07-28 16:05:06 -07:00
Christine Dodrill c0188f434c User: make this card darker, like the dark pits of my soul 2015-07-28 13:41:42 -07:00
Christine Dodrill ebf71ed675 Have rendering a post take its author too 2015-07-28 13:41:12 -07:00
Christine Dodrill 4dda83907f remove a p wrapper from here 2015-07-28 11:04:30 -07:00
Christine Dodrill b663980b4b Fix Post rendering, thanks andy 2015-07-28 10:06:09 -07:00
Christine Dodrill 99567b586b Try using pandoc? 2015-07-28 09:50:07 -07:00
Christine Dodrill fd944b3e34 query and show a user from the database 2015-07-28 08:51:02 -07:00
Christine Dodrill 846bbe8eef render posts and users 2015-07-28 08:38:30 -07:00
Christine Dodrill b28c20f4e5 Run stylish-haskell 2015-07-28 00:00:18 -07:00
Christine Dodrill 7bc70e9753 Simplify Post
You need to import this as qualified or things will break.

Also add some blaze crap for the lols
2015-07-27 23:53:11 -07:00
Christine Dodrill 1a31e0146a Add User model 2015-07-27 23:47:50 -07:00
Christine Dodrill 32acbcedda Post: align record better 2015-07-27 23:47:39 -07:00
Christine Dodrill b6ca8364a4 Move Post to its own module 2015-07-27 23:18:58 -07:00