1. How to ...
  2. Use extensions

Every ASoulDocs server comes with some builtin extensions, it's just few edits away to use them!

Plausbile

The Plausbile extension integrates with https://plausible.io/, it is disabled by default. Use the following configuration to enable it:

[extension.plausible]
ENABLED = true
; The optional value to be specified for the "data-domain" attribute
DOMAIN =

Google Analytics

The Google Analytics extension integrates with Google Analytics 4, it is disabled by default. Use the following configuration to enable it:

[extension.google_analytics]
ENABLED = true
; The measurement ID of your property
MEASUREMENT_ID = G-VXXXYYYYZZ

Disqus

The Disqus extension integrates with Disqus, it is disabled by default. Use the following configuration to enable it:

[extension.disqus]
ENABLED = true
; The shortname of your site
SHORTNAME = ellien

utterances

The utterances extension integrates with utterances, it is disabled by default. Use the following configuration to enable it:

[extension.utterances]
ENABLED = true
; The GitHub repository
REPO = owner/repo
; The issue mapping pattern
ISSUE_TERM = pathname
; The issue label for comments
LABEL = utterances
; The theme of the component
THEME = github-light