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:

  1. Open mdsite.yml in your content directory.
  2. Locate the features section.
  3. Set the desired feature to true or false.
  4. Restart mdsite live or rerun mdsite generate to see the changes.