Files
athens/docs/config.toml
David 79ef098804 docs: translate intro into spanish (#1134)
translate intro documentation into spanish - introducción en español
2019-03-26 16:42:13 -04:00

26 lines
471 B
TOML

baseURL = "https://docs.gomods.io"
theme = "hugo-theme-learn"
languageCode = "en-us"
title = "Athens"
[languages]
[languages.en]
weight = 1
languageName = "English"
[languages.zh]
languageCode = "zh-CN"
weight = 2
languageName = "中文"
[languages.es]
languageCode = "es-ES"
weight = 3
languageName = "Español"
[params]
disableShortcutsTitle = true
disableInlineCopyToClipBoard = true
[outputs]
home = [ "HTML", "RSS", "JSON"]