Configuration
Configure Freestruct for your doc site
Configure
See the ssr-config.yml Reference for complete options.
Quick Example
outputDir: _site
site:
url: https://example.com
name: My Docs
description: Documentation for my project
twitter:
username: "@handle"
card: summary
og:
image: /assets/og-image.png
Supported SSGs
| SSG | outputDir |
|---|---|
| Jekyll | _site |
| Hugo | public |
| Docusaurus | build |
| VitePress | .vitepress/dist |
| MkDocs | site |
Related
- Getting Started - Install and set up freestruct
- ssr-config.yml Reference - All available options