mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01:00
🔧 chore(config): update webmention configurations
- remove default page URL comment in config.toml - disable webmentions in theme.toml by default - clear domain field in theme.toml for flexibility
This commit is contained in:
parent
2251289e90
commit
d5d6e91e53
2 changed files with 3 additions and 3 deletions
|
|
@ -383,7 +383,7 @@ enable = false
|
||||||
|
|
||||||
# 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 = ""
|
# page_url =
|
||||||
|
|
||||||
# Additional URLs to check, separated by |s
|
# Additional URLs to check, separated by |s
|
||||||
# add_urls
|
# add_urls
|
||||||
|
|
|
||||||
|
|
@ -321,9 +321,9 @@ custom_subset = true
|
||||||
# self_hosted_url = ""
|
# self_hosted_url = ""
|
||||||
|
|
||||||
[extra.webmentions]
|
[extra.webmentions]
|
||||||
# enabled = true
|
# enabled = 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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue