diff --git a/hugo/config.toml b/hugo/config.toml index aa18a86e8..5db20a915 100644 --- a/hugo/config.toml +++ b/hugo/config.toml @@ -42,6 +42,11 @@ wrapperClass = 'hlc' [markup.goldmark.renderer] unsafe = true # Allow HTML in md files +# Automatically convert bare URLs into clickable links +[markup.goldmark.extensions] + linkify = true + linkifyProtocol = 'https' + [params.sitemap] baseUrl = "https://docs.cfengine.com/docs/%branch%"