🔧 chore(config): update webmentions configuration

- disable webmentions by changing enable flag to false
- comment out domain and page_url for privacy concerns
- ensure wordcount remains unchanged for future reference
This commit is contained in:
Jeremiah Russell 2025-03-19 15:49:35 +00:00
parent 2d8ab844f0
commit 2251289e90
No known key found for this signature in database
GPG key ID: E576B835ACE207E5

View file

@ -373,9 +373,9 @@ service = "goatcounter"
self_hosted_url = "https://tabi-stats.osc.garden" self_hosted_url = "https://tabi-stats.osc.garden"
[extra.webmentions] [extra.webmentions]
enable = true enable = false
# Specify the domain registered with webmention.io. # Specify the domain registered with webmention.io.
domain = "www.example.com" # domain = ""
# The HTML ID for the object to fill in with the webmention data. # The HTML ID for the object to fill in with the webmention data.
# Defaults to "webmentions" # Defaults to "webmentions"
@ -383,13 +383,13 @@ domain = "www.example.com"
# data configuration for the webmention.min.js script # data configuration for the webmention.min.js script
# The base URL to use for this page. Defaults to window.location # The base URL to use for this page. Defaults to window.location
page_url = "https://www.jrussell.ie/blog/update-and-release/10-update-and-release/" # page_url = ""
# Additional URLs to check, separated by |s # Additional URLs to check, separated by |s
# add_urls # add_urls
# The maximum number of words to render in reply mentions. # The maximum number of words to render in reply mentions.
wordcount = 20 # wordcount = 20
# The maximum number of mentions to retrieve. Defaults to 30. # The maximum number of mentions to retrieve. Defaults to 30.
# max_webmentions = 30 # max_webmentions = 30