From 08e4139b02206c4f34c4eb48cc483ab4630c20d5 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 4 Sep 2017 12:51:31 -0700 Subject: [PATCH] add config options to change colour/image of navbar/footer/body --- _config.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 818f34f..1a7fb6c 100644 --- a/_config.yml +++ b/_config.yml @@ -7,10 +7,6 @@ url: "http://username.github.io" baseurl: "" -# If you want a background image you can add it here. -bgimage: "/img/bgimage.png" - - # If you are building a GitHub project page then use these settings: #url: "http://username.github.io/projectname" #baseurl: "/projectname" @@ -42,6 +38,18 @@ avatar: "/img/avatar-icon.png" # then specify the following parameter # title-img: /path/to/image +# --- Background colour/image options --- # + +# By default, the navigation bar and footer have a light gray background, and the main page +# has a white background. You can specify a different background colour or a background image +# for the navigation bar, the main page, and the footer. +# navbar-col: orange +# navbar-img: "/img/bgimage.png" +# footer-col: blue +# footer-img: "/img/bgimage.png" +# page-col: #FF0000 +# page-img: "/img/bgimage.png" + # --- Footer options --- # # Change all these values or delete the ones you don't want.