Fix sitemaps
This commit is contained in:
parent
1764aac705
commit
bc5f697fbd
@ -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
|
||||
|
@ -1,3 +1,6 @@
|
||||
url: "https://rubenwardy.com"
|
||||
baseurl: "/minetest_modding_book"
|
||||
|
||||
sass:
|
||||
# nested (default), compact, compressed, expanded
|
||||
style: compressed
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user