Skip to content

Commit

Permalink
docs: update config example
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Feb 8, 2025
1 parent 87a2107 commit 958c964
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,16 @@ plugins:
external-links:
filename: "data/external-links.json"
ignored: ['domain.com', 'example.com']

# Optional Mastodon integration for post syndication.
mastodon:
server: yourServerUrl
clientKey: yourClientKey
clientSecret: yourClientSecret
accessToken: yourAccessToken

# Optional WebArchive integration.
webarchive:
# Which fields should be archived. It is either a string with @all or
# an array with the list of fields. @all is equivalent to [bookmark-of].
fields: "@all"

0 comments on commit 958c964

Please sign in to comment.