Update urls, introduce baseurl

This commit is contained in:
Andreas Dangel
2023-03-03 11:42:28 +01:00
committed by Andreas Dangel
parent 26676da7d8
commit 90bcd76203
2 changed files with 8 additions and 6 deletions

View File

@ -32,6 +32,7 @@ travis_dir = File.expand_path File.dirname(__FILE__)
liquid_env = {
# wrap the config under a "site." namespace because that's how jekyll does it
'site' => YAML.load_file(travis_dir + "/../docs/_config.yml"),
'page' => YAML.load_file(release_notes_file),
# This signals the links in {% rule %} tags that they should be rendered as absolute
'is_release_notes_processor' => true
}