- compare old and new _config
- add mathjax + favicon to _include/head.html
- add notebook.html to _layouts
- keep aux_assets, pages, CNAME, robots.txt, this doc
- change _layouts/page.html to this:
<div class="col-xl-10 offset-xl-1 col-lg-10 offset-lg-1">
- change font in assets/css/main.css (~line 16):
body { font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; ...