mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-09-23 17:23:14 +08:00
Merge pull request #136 from louquillio/fix-baseurl-and-paths
Fix baseurl and paths
This commit is contained in:
commit
6711fcba50
@ -18,7 +18,7 @@ title: Draco 3D Data Compression
|
||||
email: webmaster@webmproject.org
|
||||
description: >
|
||||
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
|
||||
twitter_username: webm
|
||||
github_username: webmproject
|
||||
|
@ -6,5 +6,5 @@ title: Draco 3D Graphics Compression
|
||||
* [Draft Draco Bitstream Specification][spec]
|
||||
* [README file for specification authors][readme]
|
||||
|
||||
[spec]: /docs/spec/
|
||||
[readme]: /docs/spec/README
|
||||
[spec]: spec
|
||||
[readme]: spec/README
|
||||
|
@ -161,7 +161,7 @@ for some gems to compile successfully._
|
||||
### 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user