From 289a3f456e771194cc18606051f113962f7e86c1 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 7 Mar 2020 18:47:16 +0100 Subject: Add portable links, requires hugo 0.62 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1061ed4..942f37a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hugo Book Theme -[![Hugo](https://img.shields.io/badge/hugo-0.60-blue.svg)](https://gohugo.io) +[![Hugo](https://img.shields.io/badge/hugo-0.62-blue.svg)](https://gohugo.io) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) ### [Hugo](https://gohugo.io) documentation theme as simple as plain book @@ -178,6 +178,12 @@ disableKinds = ['taxonomy', 'taxonomyTerm'] # See https://gohugo.io/content-management/comments/#configure-disqus # Can be overwritten by same param in page frontmatter BookComments = true + + # /!\ This is an experimental feature, might be removed or changed at any time + # (Optional, experimental, default false) Enables portable links and link checks in markdown pages. + # Portable links meant to work with text editors and let you write markdown without {{< relref >}} shortcode + # Theme will print warning if page referenced in markdown does not exists. + BookPortableLinks = true ``` ### Multi-Language Support -- cgit v1.2.3