Commit Graph

12 Commits

Author SHA1 Message Date
Adam Goldsmith 6dd4161339 fix some linting errors
mostly variable/function names and spacing
2015-08-17 12:49:27 -04:00
Adam Goldsmith c32117a7b5 add datum variable to remove redundant code
renames datum to dName
also fix date parsing (was using book, not datum)
2015-08-13 11:21:53 -04:00
Adam Goldsmith af09386e83 move updateData to /r page, only call when needed 2015-08-13 11:18:51 -04:00
Adam Goldsmith ab6b9bd247 change parsing to read type and flags
this means that everything can be parsed
2015-08-13 10:29:18 -04:00
Adam Goldsmith b4501d60bc lookup pretty names from file
standardize names to match
2015-08-09 20:13:44 -04:00
Adam Goldsmith c2b076f9ce add cover image support
(code was in main.html before, but I messed up committing things)
2015-08-08 19:32:24 -04:00
Adam Goldsmith d560380166 add pages for books 2015-08-08 19:31:48 -04:00
Adam Goldsmith aaad29dc45 add .gitignore 2015-08-08 19:31:30 -04:00
Adam Goldsmith e1a599317a forgot to add main.html 2015-08-08 19:30:45 -04:00
Adam Goldsmith f00fe1e54a move data parsing to its own function 2015-08-08 19:26:24 -04:00
Adam Goldsmith 2228672a16 switch to individual parsing of data
allows for exceptions like authors, date, etc.
will hopefully switch back as soon as I figure out a generic way to do so
2015-08-08 19:24:14 -04:00
Adam Goldsmith 1a085b68c5 initial commit 2015-08-07 11:55:21 -04:00