config/_default/languages.en.toml file defines language-specific settings and author profile information. This is where you configure your name, profile image, headline, and social media links.
Language settings
These settings define the basic language configuration for your site.The ISO language code for this language.
The display name for this language.
The text direction for this language. Valid options are
ltr (left-to-right) or rtl (right-to-left).The site title for this language. This appears in the browser tab and header.
Language parameters
The site description used for SEO meta tags.
The format to use when displaying dates. Uses Go’s date formatting syntax.
Author information
Configure your author profile that appears on the homepage and articles.Your full name as it should appear on the site.
Path to your profile image (relative to the
assets/ directory).A short headline or tagline that appears below your name on the profile page.
A longer biography that can appear on your profile page.
Social links
Theparams.author.links array defines your social media profiles and external links. Each link is an object with a single key-value pair where the key is the platform name and the value is the URL.
An array of social media links to display on your profile.The Congo theme supports many platforms including:
x-twitter- X (Twitter)github- GitHublinkedin- LinkedIninstagram- Instagramemail- Email addresslink- Generic website link- And many more (see the Congo documentation for a complete list)
Social links appear as icons on your profile page. The theme automatically detects the platform from the key name and displays the appropriate icon.
Complete example
Here’s the complete author profile configuration for benson.vc:config/_default/languages.en.toml
If you’re using multiple languages, you’ll need to create separate language files (e.g.,
languages.es.toml, languages.fr.toml) with localized content for each language.