Skip to content

Commit

Permalink
Add baseurl to _config.yml
Browse files Browse the repository at this point in the history
Jekyll now defaults baseurl to nil instead of empty string: jekyll/jekyll#6137
This causes builds to break, because the sitemap plugin uses it to build URLs: https://github.com/nnev/website/blob/cd9cc1d6982bc18acda5f72a11957b9ffe0172b0/www/_plugins/sitemap_generator.rb#L184

A better long-term fix is to get a new version of the sitemap plugin, but for now, let's just overwrite the default explicitly to fix the build.
  • Loading branch information
Merovius committed Sep 20, 2018
1 parent cd9cc1d commit ff695ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/_config.yml
Expand Up @@ -3,6 +3,7 @@ markdown: redcarpet
highlighter: pygments

url: "https://www.noname-ev.de"
baseurl: ""

treff_lat: 49.417433
treff_lon: 8.675255
Expand Down

0 comments on commit ff695ab

Please sign in to comment.