Commit Graph

5 Commits (master)

Author SHA1 Message Date
Robpol86 98ee44245f Re-implemented hotlinkable background.
If the site or page background path doesn't contain http:// or https://,
it will be assumed the image is located in the site's /images/
directory. However if either string is present in the background
variable jekyll won't bother prepending the local path.
2013-11-02 21:41:37 -07:00
Robpol86 24970043de Implemented mmistakes' suggestions.
All background images will now be consistent with the rest of the theme
and pull background images from the site's /images location.

Also moved per-page background yaml declaration into the images: "group"
or array thing (whatever it's called). This is also consistent with the
rest of the theme.
2013-10-26 13:20:16 -07:00
Robpol86 2336f01085 Implemented per-page or site-wide background images.
If the user sets "background: /path/to/image.jpg" or an http(s) url in their _config.yml, or if they set it in a post/page's yaml front matter, the displayed page will use that image as the background. If their background is transparent, the default background color will also be visible. Setting a background in a page/post will take precedence over the one set in _config.yml.
2013-10-23 22:16:02 -05:00
Michael Rose eadc79e066 Add Grunt build script 2013-08-24 17:13:07 -04:00
Michael Rose abd4e53a34 Engage! 2013-08-23 15:06:39 -04:00