Set common colours using jekyll config and add more colour customization (#299)

This commit is contained in:
Jennings Zhang 2018-01-07 17:12:21 -05:00 committed by Dean Attali
parent a77474ac07
commit aab7d05d3e
3 changed files with 52 additions and 44 deletions

View file

@ -40,14 +40,29 @@ avatar: "/img/avatar-icon.png"
# --- 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"
# Personalize the colors and theme of your website.
# values can be any HTML5/CSS3 color parameter. For example:
# pink https://www.w3schools.com/colors/colors_names.asp
# DeepSkyBlue
# #EEE https://www.w3schools.com/colors/colors_picker.asp
# #333399
# rgb(66, 134, 244)
# linear-gradient(to top left, #333399 0%, #9966ff 100%) https://www.w3schools.com/colors/colors_gradient.asp
navbar-col: "#F5F5F5"
navbar-text-col: "#404040"
navbar-children-col: "#f5f5f5"
page-col: "#FFF"
hover-col: "#0085a1"
link-col: "#008AFF"
footer-col: "#F5F5F5"
footer-text-col: "#777"
footer-link-col: "#404040"
# Alternatively, the navbar, footer, and page can be set to use background images.
# navbar-img: "/img/bgimage.png"
# footer-col: "blue"
# footer-img: "/img/bgimage.png"
# page-col: "#FF0000"
# page-img: "/img/bgimage.png"
# --- Footer options --- #