From 75eb4a674f1bf967af0bfea323147fff9bf88a56 Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 4 Apr 2025 23:56:44 +0200 Subject: [PATCH] Update config comments --- config.toml | 22 ++++++++++++++-------- theme.toml | 22 ++++++++++++++-------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/config.toml b/config.toml index 3604d7e..cedb2f1 100644 --- a/config.toml +++ b/config.toml @@ -429,19 +429,25 @@ page_author_hashes = "" # hash (or list of hashes) of the author. lazy_loading = true # Loads when the comments are in the viewport (using the Intersection Observer API). # h-card configuration -# will identify you on the indieweb (see https://microformats.org/wiki/h-card) +# Will identify you on the indieweb (see https://microformats.org/wiki/h-card) [extra.hcard] -# enable = true # Enables the h-card on the home page -# with_mail = false # Add your email to the card if extra.email is set and not encoded -# with_social_links = true # Add your social links to the card -# homepage = "https://myhomepage.net" # Homepage url, default to the value of 'base_url' +# Enable home page h-card. +# enable = true +# Add your email to the card if extra.email is set and not encoded. +# with_mail = true +# Add your social links ('socials' config) to the card. +# with_social_links = true +# Homepage url. Defaults to the value of 'base_url'. +# homepage = "https://myhomepage.net" # avatar = "img/profile.webp" -# full_name = "John Doe" # Display name, default to the value of 'author' -# biography = "Fond of the indieweb" # Small bio, as shown on social media profiles +# Display name, default to the value of 'author'. +# full_name = "John Doe" +# Small bio, as shown on social media profiles. +# biography = "Fond of the indieweb" # # You can add any property from https://microformats.org/wiki/h-card#Properties # Make sure to replace all '-' characters by '_' -# Below are some examples +# Examples: # p_nickname = "nickname" # p_locality = "Bordeaux" # p_country_name = "France" diff --git a/theme.toml b/theme.toml index 0260cbd..3dcb701 100644 --- a/theme.toml +++ b/theme.toml @@ -377,19 +377,25 @@ custom_subset = true # lazy_loading = true # Loads when the comments are in the viewport (using the Intersection Observer API). # h-card configuration -# will identify you on the indieweb (see https://microformats.org/wiki/h-card) +# Will identify you on the indieweb (see https://microformats.org/wiki/h-card) [extra.hcard] -enable = true # Enables the h-card on the home page -# with_mail = false # Add your email to the card if extra.email is set and not encoded -with_social_links = true # Add your social links to the card -# homepage = "https://myhomepage.net" # Homepage url, default to the value of 'base_url' +# Enable home page h-card. +enable = true +# Add your email to the card if extra.email is set and not encoded. +# with_mail = true +# Add your social links ('socials' config) to the card. +with_social_links = true +# Homepage url. Defaults to the value of 'base_url'. +# homepage = "https://myhomepage.net" # avatar = "img/profile.webp" -# full_name = "John Doe" # Display name, default to the value of 'author' -# biography = "Fond of the indieweb" # Small bio, as shown on social media profiles +# Display name, default to the value of 'author'. +# full_name = "John Doe" +# Small bio, as shown on social media profiles. +# biography = "Fond of the indieweb" # # You can add any property from https://microformats.org/wiki/h-card#Properties # Make sure to replace all '-' characters by '_' -# Below are some examples +# Examples: # p_nickname = "nickname" # p_locality = "Bordeaux" # p_country_name = "France"