Change language

Extra Config Variables

These variables must be set under extra object of the config. If they are not set, the default values will be used from the theme.toml.

tr_path

The path where language TOML files are stored, default is "langs".

title_sep

Title separator, default is " – ".

A list of inline tables for navigation.

Each navigation item has the following properties:

If you set the nav as empty or do not set at all, the navigation menu will be disabled, as well as skip to navigation link.

Example navigation:

nav = [
{name = "Home", url = "/"},
{name = "Blog", url = "/blog/"},
# Translated page
{name = "Multilingual", url = "/.l./multilingual/"}
]