diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 179c084..694724a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/_config.yml b/_config.yml index b506a34..ccf5149 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,6 @@ +url: "https://rubenwardy.com" +baseurl: "/minetest_modding_book" + sass: # nested (default), compact, compressed, expanded style: compressed diff --git a/sitemap.json b/sitemap.json index 03b787e..a992d0b 100644 --- a/sitemap.json +++ b/sitemap.json @@ -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 %}