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.
This commit is contained in:
Lou Quillio 2017-07-26 12:16:59 -07:00
parent 7f2a0b40da
commit f9c056a1b8
3 changed files with 6 additions and 2 deletions

4
docs/index.md Normal file
View File

@ -0,0 +1,4 @@
---
layout: home
title: Draco 3D Graphics Compression
---

View File

@ -4,7 +4,7 @@ title: "README: Draco Spec Authoring Information"
---
<ol class="breadcrumb">
<li class=""><a href="/">Home</a></li>
<li class=""><a href="..">Home</a></li>
<li class=""><a href=".">Draft Specification</a></li>
<li class="">README</li>
</ol>

View File

@ -6,7 +6,7 @@ version_date: Released 2017-xx-xx
---
<ol class="breadcrumb">
<li class=""><a href="/">Home</a></li>
<li class=""><a href="..">Home</a></li>
<li class="">Draft Specification</li>
</ol>