Skip to content

Commit d8e051e

Browse files
authored
Using the url: jekyll config option to define the absolute url properly (#91)
Signed-off-by: Hofi <[email protected]>
2 parents f1dd606 + 45be0f3 commit d8e051e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ skin_switchable: true
1414
# Disable caching of content to disk in order to skip creating a .jekyll-cache or similar directory
1515
disable_disk_cache: true
1616

17+
# NOTE: For proper working of liquid `absolute_url` this must be provided (otherwise construct using it e.g. sitemap plugin, will not work properly)
18+
# For local builds you can use the `jekyll serve --host` param to verride
19+
url: https://syslog-ng.github.io
20+
1721
# If you’re publishing on GitHub Pages you should update only your _config.yml as GitHub Pages doesn’t load plugins via Bundler.
1822
plugins:
1923
- jekyll-remote-theme

0 commit comments

Comments
 (0)