From fffe945f388be0187bac72aaf6c7e1ee15f2635a Mon Sep 17 00:00:00 2001 From: Piotr Spieker Date: Tue, 26 Nov 2024 21:58:15 +0100 Subject: [PATCH] Add config comment how to test link compatibility with baseurls --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index b881b7a..0e26dfb 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,9 @@ tagline: decision-making for robotics # Support collapsible details/summary sections markdown: CommonMarkGhPages +# Uncomment this in a local setup, in order to test link compatibility with GitHub Pages +# baseurl: /base + commonmark: options: ["UNSAFE", "SMART", "FOOTNOTES"] extensions: ["strikethrough", "autolink", "table", "tagfilter"]