mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
Update config comments
This commit is contained in:
parent
0862b2b31c
commit
75eb4a674f
2 changed files with 28 additions and 16 deletions
22
config.toml
22
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"
|
||||
|
|
22
theme.toml
22
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue