mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-09-23 19:13:11 +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
|
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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user