Fix sitemaps

This commit is contained in:
rubenwardy 2023-05-01 13:28:27 +01:00
parent 1764aac705
commit bc5f697fbd
3 changed files with 5 additions and 2 deletions

View File

@ -23,7 +23,7 @@ pages:
stage: deploy
interruptible: true
script:
- bundle exec jekyll build -d public --baseurl /minetest_modding_book
- bundle exec jekyll build -d public
artifacts:
paths:
- public

View File

@ -1,3 +1,6 @@
url: "https://rubenwardy.com"
baseurl: "/minetest_modding_book"
sass:
# nested (default), compact, compressed, expanded
style: compressed

View File

@ -12,7 +12,7 @@
{
"idx": {{ link.idx }},
"title": "{{ link.title }}",
"loc": "https://rubenwardy.com/minetest_modding_book/{{ link.url }}",
"loc": "https://rubenwardy.com/minetest_modding_book{{ link.url }}",
{% if link.description %}
"description": "{{ link.description }}",
{% endif %}