We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1dd606 + 45be0f3 commit d8e051eCopy full SHA for d8e051e
_config.yml
@@ -14,6 +14,10 @@ skin_switchable: true
14
# Disable caching of content to disk in order to skip creating a .jekyll-cache or similar directory
15
disable_disk_cache: true
16
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
+
21
# If you’re publishing on GitHub Pages you should update only your _config.yml as GitHub Pages doesn’t load plugins via Bundler.
22
plugins:
23
- jekyll-remote-theme
0 commit comments