Fix sitemaps
This commit is contained in:
parent
1764aac705
commit
bc5f697fbd
@ -23,7 +23,7 @@ pages:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
interruptible: true
|
interruptible: true
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build -d public --baseurl /minetest_modding_book
|
- bundle exec jekyll build -d public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
url: "https://rubenwardy.com"
|
||||||
|
baseurl: "/minetest_modding_book"
|
||||||
|
|
||||||
sass:
|
sass:
|
||||||
# nested (default), compact, compressed, expanded
|
# nested (default), compact, compressed, expanded
|
||||||
style: compressed
|
style: compressed
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
{
|
{
|
||||||
"idx": {{ link.idx }},
|
"idx": {{ link.idx }},
|
||||||
"title": "{{ link.title }}",
|
"title": "{{ link.title }}",
|
||||||
"loc": "https://rubenwardy.com/minetest_modding_book/{{ link.url }}",
|
"loc": "https://rubenwardy.com/minetest_modding_book{{ link.url }}",
|
||||||
{% if link.description %}
|
{% if link.description %}
|
||||||
"description": "{{ link.description }}",
|
"description": "{{ link.description }}",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user