mirror of
https://github.com/gomods/athens
synced 2026-02-12 13:18:10 +00:00
* 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
11 lines
184 B
TOML
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"]
|