config/_default/params.toml file controls all theme-specific settings for the Congo theme. This is where you customize colors, layouts, and feature toggles.
Appearance
Control the visual appearance and color scheme of your site.The color scheme to use for the theme. Options include
congo, avocado, cherry, fire, ocean, sapphire, and slate.The default appearance mode. Valid options are
light or dark.Automatically switch between light and dark mode based on the user’s system preferences.
Features
Enable or disable specific site features.Enable the built-in search functionality.
Add a copy button to code blocks for easy copying.
Enable lazy loading for images to improve page load performance.
The algorithm to use for generating asset fingerprints (for cache busting).
Header layout
Configure the site header appearance.The header layout style. Valid options are
basic, hamburger, hybrid, or custom.Path to the logo image file (relative to the
assets/ directory).Whether to display the site title in the header.
Footer layout
Customize the footer appearance and content.Display the copyright notice in the footer.
Show attribution to the Congo theme in the footer.
Display a light/dark mode switcher in the footer.
Show a scroll-to-top button in the footer.
Homepage layout
Configure how the homepage is displayed.The layout template for the homepage. Valid options are
page, profile, or custom.Display recent posts on the homepage.
The number of recent posts to display on the homepage.
Article layout
Control the display of article pages.Display the publication date on articles.
Display the author information on articles.
Display estimated reading time for articles.
Automatically generate and display a table of contents.
Display anchor links on headings for easy sharing.
Show next/previous article navigation at the bottom of articles.
List layout
Configure how content lists are displayed.Display post summaries in list views.
Group list items by year.
The number of page links to show on each side of the current page in pagination.
Complete example
Here’s a condensed version of theparams.toml file:
config/_default/params.toml
The complete
params.toml file includes many more options for analytics, verification, and advanced features. See the Congo theme documentation for all available parameters.