How to ...
Every ASoulDocs server comes with some builtin extensions, it's just few edits away to use them!
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 =
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
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
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