website: _config.yml: change baseurl
This commit is contained in:
parent
d289626aff
commit
03cecec7e7
|
@ -23,10 +23,9 @@ title: X11Libre
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
This is the website for the X11Libre project which is an open-source initiative
|
This is the website for the X11Libre project which is an open-source initiative
|
||||||
focused on providing a modern, libre implementation of the X11 protocol and related tools.
|
focused on providing a modern, libre implementation of the X11 protocol and related tools.
|
||||||
baseurl: "/xlibre/website" # the subpath of your site, e.g. /blog
|
baseurl: "/xlibre" # the subpath of your site, e.g. /blog
|
||||||
url: "https://xgui4.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://xgui4.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
github_username: xgui4
|
github_username: xgui4
|
||||||
baseurl: "/xlibre" # the subpath of your site, e.g. /blog
|
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
#plugins:
|
#plugins:
|
||||||
|
|
Loading…
Reference in New Issue