Update config comments

This commit is contained in:
welpo 2025-04-04 23:56:44 +02:00
parent 0862b2b31c
commit 75eb4a674f
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
2 changed files with 28 additions and 16 deletions

View file

@ -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"

View file

@ -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"