diff --git a/docs/config.toml b/docs/config.toml index 4bb0cdc8..be8f9d47 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,6 +1,6 @@ baseURL = "https://docs.gomods.io" theme = "hugo-theme-learn" languageCode = "en-us" -title = "gomods.io Documentation" +title = "Athens" [outputs] home = [ "HTML", "RSS", "JSON"] diff --git a/docs/content/intro/_index.md b/docs/content/intro/_index.md index d82d9124..e843e0d6 100644 --- a/docs/content/intro/_index.md +++ b/docs/content/intro/_index.md @@ -2,8 +2,14 @@ title: "Intro" date: 2018-02-11T16:52:23-05:00 --- -### Chapter 1 -# Basics -Discover what this Hugo theme is all about and the core-concepts behind it. +## Welcome to Athens + +Athens is the name of the combined project that includes a global registry for Go modules and a stand-alone proxy server that can be deployed on-premise to cache and control available Go modules for your organization. + +Helpful Links + +* Global Registry [Olympus]("/olympus") +* Proxy Server +* Github \ No newline at end of file diff --git a/docs/static/athensgopher-squashed.png b/docs/static/athensgopher-squashed.png new file mode 100644 index 00000000..5315e48f Binary files /dev/null and b/docs/static/athensgopher-squashed.png differ diff --git a/docs/static/logo.png b/docs/static/logo.png new file mode 100644 index 00000000..68a639a2 Binary files /dev/null and b/docs/static/logo.png differ diff --git a/docs/static/logo@2x.png b/docs/static/logo@2x.png new file mode 100644 index 00000000..4e17897f Binary files /dev/null and b/docs/static/logo@2x.png differ diff --git a/docs/static/logo@3x.png b/docs/static/logo@3x.png new file mode 100644 index 00000000..02c9276d Binary files /dev/null and b/docs/static/logo@3x.png differ diff --git a/docs/themes/hugo-theme-learn/layouts/index.html b/docs/themes/hugo-theme-learn/layouts/index.html index 1fca461c..c3437686 100644 --- a/docs/themes/hugo-theme-learn/layouts/index.html +++ b/docs/themes/hugo-theme-learn/layouts/index.html @@ -6,26 +6,13 @@ {{if .Site.Home.Content }} {{.Site.Home.Content}} {{else}} - {{if eq .Site.Language.Lang "fr"}} -

Personaliser la page d'accueil

-

- Le site fonctionne. Ne pas oublier de personaliser cette page avec votre propre contenu. 3 manières de faire : -

- - {{else}} -

Customize your own home page

-

- The site is working. Don't forget to customize this homepage with your own. You typically have 3 choices : -

+ +

Athens: Registry and Proxy for Go Modules

+

Welcome to the Athens documentation.

{{end}} -{{ end }} {{ partial "footer.html" . }} diff --git a/docs/themes/hugo-theme-learn/layouts/partials/logo.html b/docs/themes/hugo-theme-learn/layouts/partials/logo.html index 1abf0b22..d2d77ab9 100644 --- a/docs/themes/hugo-theme-learn/layouts/partials/logo.html +++ b/docs/themes/hugo-theme-learn/layouts/partials/logo.html @@ -1,19 +1,3 @@ -