Apply Roboto to <article><section> and not just <p>. Non-<p> tags inside
of articles weren't getting it, like <ul>.
Shrink code font size from 90% to 80%. This at least keeps code that
stays within 80 char lines looking nice.
... almost. It looks identical, just some minor things to fix up.
Yes! the templates exist now and work!!
Add `clean` back to `make all` and use `-c` in `gsutil rsync`, which
will ignore mtime and use checksums when comparing files instead,
meaning we don't have to re-upload all of /media/ every time! (^_^)
Also fix a broken link to the kegerator project page
`npm run build` now builds both the site.json file and the React app.
Two new run scripts are available:
* build_site - just build the site.json file
* build_code - build the React app
This can later be loaded from JSON or something, but for now it just
lives with the rest of the code. I'm already going to mix data with code
in this repo and these values shouldn't change much, so I'm fine with
that.
This is my personal site after all. I'm not expecting to release this in
a way for others to use.
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.