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 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

View File

@ -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

View File

@ -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 %}