diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 8615b0a..0012561 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,23 @@ baseURL = 'https://quga.m0e.space' languageCode = 'en-us' theme = 'qugo' +[languages] + [languages.en] + languageName = "English" + [languages.en.menus] + [[languages.en.menus.main]] + name = 'Tags' + pageRef = '/tags' + weight = 0 + [languages.ua] + languageName = "Українська" + languageCode = "uk-ua" + [languages.ua.menus] + [[languages.ua.menus.main]] + name = 'Теги' + pageRef = '/tags' + weight = 0 + [params] # "relatedtext" is the text that appears above the tag list at the bottom of pages. relatedtext = "Related" |
