From acb0d3ab797be699912aeef50212c273cb79913e Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Wed, 30 Oct 2019 10:04:29 +0000 Subject: [PATCH] Add logo to docs site --- docs/0_index.md | 2 +- docs/_config.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/0_index.md b/docs/0_index.md index 376bd754..e0e3227d 100644 --- a/docs/0_index.md +++ b/docs/0_index.md @@ -5,7 +5,7 @@ permalink: / nav_order: 0 --- -# oauth2_proxy +![OAuth2 Proxy](/logos/OAuth2_Proxy_horizontal.svg) A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group. diff --git a/docs/_config.yml b/docs/_config.yml index 87f026c8..a53e9e14 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -14,6 +14,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: OAuth2_Proxy +logo: /logos/OAuth2_Proxy_horizontal.svg description: >- # this means to ignore newlines until "baseurl:" OAuth2_Proxy documentation site baseurl: "/oauth2_proxy" # the subpath of your site, e.g. /blog