mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-14 22:25:55 +08:00
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.
This commit is contained in:
parent
ee618da82e
commit
2b455b2d26
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user