mmistakes / jekyll-theme-hpstr

A Jekyll theme with some tumble-log tendencies.
https://mmistakes.github.io/jekyll-theme-hpstr/
MIT License
980 stars 1.44k forks source link

How do I change the image at the top of the index? #173

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, I'd like to change the image at the top of the page to this one. How do I do that?

mmistakes commented 7 years ago

Same way you change it for any other page... add it to the page's YAML Front Matter.

Example:

image:
  feature: image-name.jpg

Reference: https://mmistakes.github.io/hpstr-jekyll-theme/theme-setup/#feature-images

ghost commented 7 years ago

Thanks, That worked :smile: