From d7c63aa712cfda6e692a0e8e36a849937f62555e Mon Sep 17 00:00:00 2001 From: Andrew Weisman Date: Fri, 10 Nov 2023 16:59:15 -0500 Subject: [PATCH] Go back to text title instead of logo, which I think by default expects an image of text, so the logo appears tiny for me --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 45cb93c..0db0d1b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,3 @@ remote_theme: just-the-docs/just-the-docs title: Multiplex Analysis Web Apps -logo: "/assets/images/mawa_logo-full.png" # set a path/url to a logo that will be displayed instead of the title +# logo: "/assets/images/mawa_logo-full.png" # set a path/url to a logo that will be displayed instead of the title... appears tiny because I think it's expecting an image of text and therefore setting the height, which I currently can't change per https://stackoverflow.com/questions/59811176/changing-logo-svg-file-on-jekyll-github-reducing-pixel-size-does-not-appear-to because I'm using the theme as a remote