I’m no coder just a pragmatist that can use google . P
I got the blog skeleton and mostly like it. Something isn’t working, or I need a different skeleton.
I made added a testing page named playground into the pages folder found in user.
Then made a file named default.md
I googled cats on the prowl to put a picture in it.
Basicly I’d like to be able to have a fulll screen background image of something like;
or
So basicly to make sure it works I did some googling and to see how html5 does it and that it might work.
Because I thought it’d be awsome to tweak the blog skeleton to have a adventuring theme, starting with a background image.
So I made a playground page that looks like this
(myplace)
|
|
|
------->user
------------------------->pages04.playground
------------------------------------------------------------->default. md
---------------------------------------------------------------------- ------- ---------Cats-on-the-prowl.jpg
I found a few ways to do this in HTML5 such as from:
Currently my playground default.md only has a few lines in it:
title: playground
image:
background:Cats-on-the-prowl
#playground
This is a page to test things that might cause breakage
background-image:Cats-on-the-prowl.jpg
However when I there it’s not working . And I’m stumped. I got the idea to at least putting a background line from http://mmistakes.github.io/hpstr-jekyll-theme/background-image/
because grav uses some YANL. But don’t know anything about it.