Customize Your Site
Bridgetown gives you a lot of flexibility to customize how it builds your site. These options can either be specified in a bridgetown.config.yml
or bridgetown.config.toml
file placed in your site’s root folder, or in certain cases can be specified as flags for the bridgetown
executable in the terminal.
- Configuration Options
- Environments
- Markdown Options
- Liquid Options
- Puma Configuration (docs coming soon)
Most of the ways you’ll enhance and extend your site however is through writing plugins. Continue reading for information on how to get started writing your first plugin or installing third-party plugins.