Add explicit path to image example (#146)
This commit is contained in:
parent
04a27b7ed9
commit
e1745a9f44
|
@ -76,7 +76,7 @@ To enable DISQUS comments, add `disqusShortname = YOURSHORTNAME` to your config
|
||||||
|
|
||||||
### Change the hero background
|
### Change the hero background
|
||||||
|
|
||||||
For any page or post you can add a featured image by including the local path in front matter (see content in the ExampleSite folder for examples): `featured_image: '/images/gohugo-default-sample-hero-image.jpg'`
|
For any page or post you can add a featured image by including the local path in front matter (see content in the `exampleSite/content/_readme.md` file for examples): `featured_image: '/images/gohugo-default-sample-hero-image.jpg'`
|
||||||
|
|
||||||
You don't need an image though. The default background color is black, but you can change the color, by changing the default color class in the config.toml file. Choose a background color from any on the [Tachyons](http://tachyons.io/docs/themes/skins/) library site, and preface it with "bg-"
|
You don't need an image though. The default background color is black, but you can change the color, by changing the default color class in the config.toml file. Choose a background color from any on the [Tachyons](http://tachyons.io/docs/themes/skins/) library site, and preface it with "bg-"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue