Files
athens/docs/config.toml
Carolyn Van Slyck 9e4e64b00b Convert Aaron's reddit post into a FAQ (#478)
* Convert Aaron's reddit post into a FAQ

See https://www.reddit.com/r/golang/comments/9704se/the_missing_package_registry_for_golang/?utm_source=share&utm_medium=mweb&_branch_match_id=557725032397199929 for the source material

* Fix links in shortcuts menu

It was hard coded to use full urls, which breaks the netlify previews
2018-08-14 08:35:31 +02:00

11 lines
184 B
TOML

baseURL = "https://docs.gomods.io"
theme = "hugo-theme-learn"
languageCode = "en-us"
title = "Athens"
[params]
disableShortcutsTitle = true
[outputs]
home = [ "HTML", "RSS", "JSON"]