Features
This site includes several optional features that can be toggled on or off depending on your needs.
Global Feature Toggles
Features are managed in the features section of mdsite.yml in your content directory. Each feature has its own value format — booleans toggle the feature on or off, while URL prefixes configure the feature.
features:
bible-tooltips: true # Automatic Bible reference detection
source-edit: https://github.com/<owner>/<repo>/blob/main/ # "Edit on GitHub" URL prefix
Available Features
- Bible Tooltips: Automatically detects and highlights Bible references in your content.
- Source Edit: Adds links to allow users to edit the current page directly on the source repository.
How to Enable/Disable
To change the status of a feature:
- Open
mdsite.ymlin your content directory. - Locate the
featuressection. - Set the desired feature to
trueorfalse. - Restart
mdsite liveor rerunmdsite generateto see the changes.