Merge pull request #136 from louquillio/fix-baseurl-and-paths

Fix baseurl and paths
This commit is contained in:
Lou Quillio 2017-07-24 15:35:48 -07:00 committed by GitHub
commit 6711fcba50
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ title: Draco 3D Data Compression
email: webmaster@webmproject.org email: webmaster@webmproject.org
description: > description: >
Description here Description here
baseurl: "/docs" # the subpath of your site, e.g. /blog #baseurl: "/docs" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: webm twitter_username: webm
github_username: webmproject github_username: webmproject

View File

@ -6,5 +6,5 @@ title: Draco 3D Graphics Compression
* [Draft Draco Bitstream Specification][spec] * [Draft Draco Bitstream Specification][spec]
* [README file for specification authors][readme] * [README file for specification authors][readme]
[spec]: /docs/spec/ [spec]: spec
[readme]: /docs/spec/README [readme]: spec/README

View File

@ -161,7 +161,7 @@ for some gems to compile successfully._
### Build and Preview Locally with Jekyll ### Build and Preview Locally with Jekyll
~~~~~ ~~~~~
bundle exec jekyll serve bundle exec jekyll serve --baseurl '/docs'
~~~~~ ~~~~~
This will build the documentation tree and launch a local webserver at This will build the documentation tree and launch a local webserver at