From eb46e074c73cec97256f7b41333ce1d967fbd7d6 Mon Sep 17 00:00:00 2001 From: lucasew Date: Sat, 4 Sep 2021 15:41:07 -0300 Subject: [PATCH] update readme with new option Signed-off-by: lucasew --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98558af..8c699f0 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,9 @@ It supports theoretically infinite nesting of notes. You can add custom icons for the pages and use cascade to apply the same icons to nested pages. -Wikilink metadata is generated from Obsidian using [this extension](https://github.com/lucasew/obsidian-metadump). \ No newline at end of file +Wikilink metadata is generated from Obsidian using [this extension](https://github.com/lucasew/obsidian-metadump). + +# Options +These are changeable using the `params` attribute in your site configuration file. See [this](https://gohugo.io/variables/site/#the-siteparams-variable) for more information. + +- `disableObsidian`: ignore the `meta.json` generated by Obsidian using obsidian-metadump. This will disable backlinks and wikilinks and will make things a lot faster (~16x in my vault with ~1.1k markdown files) because the hot parts of the template are these.