Overview
The pages below details how you can configure the plugin to suit your needs. In general, you can configure the plugin in several ways:
- Configuration via Plugin settings: You can configure the plugin by passing options.
See General Settings, Sitemap Settings, Graph Settings, and Backlinks Settings.
(this is the most common way to configure the plugin) - Configuration via Frontmatter: You can configure the plugin by specifying frontmatter to your markdown files,
this overrides the regular plugin settings.
See Frontmatter Configuration. - Configuration via Components: You can also configure the graph and backlinks components
by passing props directly to the components.
See Components. - Configuration via CSS: You can configure the appearance of the components using CSS.
See CSS Configuration.