From 2a049de034b22cfe7a202dbac6ddc5ac93ace1bf Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 19 Jun 2024 07:52:02 +0000 Subject: feat: CONDENSE_LINKS_AT_HEADINGS configuration option --- Configuration.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Configuration.md') diff --git a/Configuration.md b/Configuration.md index f58d2c7..8a15428 100644 --- a/Configuration.md +++ b/Configuration.md @@ -163,3 +163,19 @@ PRIMARY_COLOUR=var(--base09) PRIMARY_COLOUR=red PRIMARY_COLOUR=#ff0000 ``` + +## `CONDENSE_LINKS_AT_HEADING` + +This configuration option is similar to `CONDENSE_LINKS`, but only condenses +links found under certain headings. + +For instance, I condense the few links I have on my index page under the +"# Fuwn[.me]" heading, and I condense my quick links/navigation panel under the +"## Quick Links" heading. + +This way, I don't accidentally condense say my entire sitemap, which could be +hundreds of links long, but I do condense my quick links on every page. + +```dotenv +CONDENSE_LINKS_AT_HEADINGS="## Quick Links,# Fuwn[.me]" +``` -- cgit v1.2.3