4 Commits

Author SHA1 Message Date
Lou Quillio
f9c056a1b8 Add empty homepage index.md
Though homepage is rendered completely from a template,
it still needs an index.md to generate.

Also change subpage breadcrumb links to relative, so they
work in the GitHub Pages context. For example "/" points
to the Google Org's home rather than Draco's home, so use
"..", etc.
2017-07-26 12:16:59 -07:00
Lou Quillio
f32a643b79 Add a basic Bootstrap homepage skin.
Basic top-nav with relevant links. Also adds
favicons and a few other tweaks. More to come.
2017-07-26 12:04:57 -07:00
Lou Quillio
2b455b2d26 Attempt to fix baseurl and URL paths in production.
GitHub is configured to use the contents of `/docs` for web
content, thus treating `docs` as the docroot, thus configuring
a baseurl of `/docs` is mistaken in production (GitHub Pages).

In the local dev case a baseurl is needed (`/docs`), but can
be passed on the Jekyll commandline.
2017-07-24 15:26:02 -07:00
Lou Quillio
8d8c88e08f Re-org files, refine styles, add README, et al.
Draco bitstream spec source should be ready for author contributions.
2017-07-12 15:18:53 -07:00