From 818e5b4590fc7e161d4733a2ca77884d18ff9f99 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Thu, 15 Dec 2016 16:49:13 -0500 Subject: [PATCH] add sample title-img param to config --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 60ad220..496c7b2 100644 --- a/_config.yml +++ b/_config.yml @@ -34,6 +34,10 @@ navbar-links: # Remove this parameter if you don't want an image in the navbar avatar: "/img/avatar-icon.png" +# If you want to have an image logo in the top-left corner instead of the title text, +# then specify the following parameter. The logo will have a height of 40px +# title-img: /path/to/image + # --- Footer options --- # # Change all these values or delete the ones you don't want.