Skip to content

Commit 08e4139

Browse files
authored
add config options to change colour/image of navbar/footer/body
1 parent 6d797d1 commit 08e4139

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

_config.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
url: "http://username.github.io"
88
baseurl: ""
99

10-
# If you want a background image you can add it here.
11-
bgimage: "/img/bgimage.png"
12-
13-
1410
# If you are building a GitHub project page then use these settings:
1511
#url: "http://username.github.io/projectname"
1612
#baseurl: "/projectname"
@@ -42,6 +38,18 @@ avatar: "/img/avatar-icon.png"
4238
# then specify the following parameter
4339
# title-img: /path/to/image
4440

41+
# --- Background colour/image options --- #
42+
43+
# By default, the navigation bar and footer have a light gray background, and the main page
44+
# has a white background. You can specify a different background colour or a background image
45+
# for the navigation bar, the main page, and the footer.
46+
# navbar-col: orange
47+
# navbar-img: "/img/bgimage.png"
48+
# footer-col: blue
49+
# footer-img: "/img/bgimage.png"
50+
# page-col: #FF0000
51+
# page-img: "/img/bgimage.png"
52+
4553
# --- Footer options --- #
4654

4755
# Change all these values or delete the ones you don't want.

0 commit comments

Comments
 (0)