Skip to content

Commit

Permalink
Update starter to use images (#24051)
Browse files Browse the repository at this point in the history
* Update starter to use images

* reduce image size

Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>
  • Loading branch information
LB and Laurie Barth authored May 21, 2020
1 parent b81b604 commit 7423aa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Hello World (example)
date: 2019-04-15
image: ./sunset-beach.jpg
imageAlt: A beach at sunset with crashing waves.
---

Hello, world! This is a demo post for `gatsby-theme-blog`.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: My Second Post! (example)
date: 2019-05-15
image: 'https://images.unsplash.com/photo-1517694712202-14dd9538aa97?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80'
imageAlt: Laptop on a desk with VS Code open.
---

Wow! I love blogging so much already.
Expand Down

0 comments on commit 7423aa3

Please sign in to comment.